Skip to content

Releases: DOI-USGS/gems-tools-pro

v2.7.5

06 May 01:25
Compare
Choose a tag to compare

Changes to DMUtoDocx tool

  • validation before running to check for a DMU table in the GDB and required fields
  • docx module to write MS word documents included in \Scripts folder
  • relaxed requirements on ParagraphStyle. A few variations of the ids of the styles are mapped to the true id's; namely
style_dict = {"dmuheading1" : "DMU-Heading1",
              "heading1" : "DMU-Heading1",
              "dmuheading2" : "DMU-Heading2",
              "heading2" : "DMU-Heading2",
              "dmuheading3" : "DMU-Heading3",
              "heading3" : "DMU-Heading3",
              "dmuheading4" : "DMU-Heading4",
              "heading4" : "DMU-Heading4",
              "dmuheading5" : "DMU-Heading5",
              "heading5" : "DMU-Heading5",
              "dmuunit11stafterheading" : "DMUUnit11stafterheading",
              "1stunitafterheading" : "DMUUnit11stafterheading",
              "dmuunit1" : "DMUUnit1",
              "dmu1" : "DMUUnit1",
              "unit1" : "DMUUnit1",
              "dmuunit2" : "DMUUnit2",
              "dmu2" : "DMUUnit2",
              "unit2" : "DMUUnit2",
              "dmuunit3" : "DMUUnit3",
              "dmu3" : "DMUUnit3",
              "unit3" : "DMUUnit3",
              "dmuunit4" : "DMUUnit4",
              "dmu4" : "DMUUnit4",
              "unit4" : "DMUUnit4",
              "dmuunit5" : "DMUUnit5",
              "dmu5" : "DMUUnit5",
              "unit5" : "DMUUnit5",
              "dmuunit1char" : "DMUUnit1Char",
              "dmuparagraph" : "DMUParagraph",
              "dmuunitlabeltype style" : "DMUUnitLabeltypestyle",
              "dmuunitnameagetypestyle" : "DMUUnitNameAgetypestyle",
              "dmuheadnote" : "DMUHeadnote", # can't actually find this style in styles.xml, but it
                                             # shows up in the styles dialog in Word ??
              "headnote" : "DMUHeadnote",
              "dmuheadnote1line" : "DMUHeadnote-1Line",
              "dmuheadnotemorethan1line" : "DMUHeadnote-MoreThan1Line"}

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.7.4

04 May 19:03
Compare
Choose a tag to compare

Various small fixes as described in a few issues.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.7.3

04 May 18:33
Compare
Choose a tag to compare

Fixes to Build Metadata.

  • warning about setting PROJ_LIB environment variable if bounding box function fails
  • typo in section getting values for range domains

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.7.2

19 Apr 16:33
Compare
Choose a tag to compare

Validate Database tool now identifies object id fields by type, not name, because names can vary; e.g., FID, OBJECTID_ID, ATTACHMENTID.
Tool also ignore tables with __ATTACH in the name when looking for _ID fields. No need to GeM-ify ArcGIS-controlled tables.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.7.1

12 Apr 16:17
Compare
Choose a tag to compare

Restored mp.exe to Resources folder. Not required for metadata tool but is required for Validate Database.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.7.0

05 Apr 19:41
Compare
Choose a tag to compare

New metadata tool, Build Metadata, automates the generation of many FGDC CSDGM2-required elements, exports spatial reference (see bug BUG-000124294, adds GeMS-specific language, optionally clears processing history, syncs metadata with a template file, and optionally adds custom definitions for non-GeMS tables and fields.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.5.6

17 Mar 19:16
Compare
Choose a tag to compare

GeMS_Definition.py was slightly out of sync from the ArcMap version. Updated.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.5.5

15 Feb 22:46
Compare
Choose a tag to compare

Added MapUnitLines to list of optional elements in Create Database tool

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.5.4

14 Feb 21:27
Compare
Choose a tag to compare

Changed 'StationID' to 'StationsID' in Defnition.py. This was supposed to have been changed in 10/19 to match the documentation but came back!

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.5.3

02 Feb 01:08
Compare
Choose a tag to compare

Changes to Topology Check

  • Increased length of Type in _Topology geodatabase from 100 to 500 for longer concatenations
  • fixed bug of conList.sort() not sorting CAF_arc class objects. It was possible at Python 2.7, but Python 3 is less forgiving.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file