Releases: DOI-USGS/gems-tools-pro
v2.7.6
- In Build Metadata,
def gdb_object_dict
now catalogues objects other than feature classes and tables - In Translate to Shapefiles, uncommented lines 224-228 to try to correct unicode error
Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file
v2.7.5
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
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
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
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
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
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
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
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
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