Releases: DOI-USGS/gems-tools-pro
Releases · DOI-USGS/gems-tools-pro
v2.13.3
v2.13.2
v2.13.1
- Updated instances of .da with .sa in Project Cross Section Data. This tool no longer requires a 3D Analyst license.
- The Year parameter on the Submission Tree form includes "2024" and the State parameter includes "USGS"
v2.13
Major upgrades to DMU to DOCX and DOCX to DMU.
- For DMU to DOCX, values in
ParagraphStyle
are no longer required. You can let the tool try to determine the correct style. - Improved conversion of Word character styles to either ArcGIS text formatting or HTML tags depending on parameter choice and the field to which the contents are being written and vice-versa. Note that ArcGIS text formatting tags are used in labelling and annotation while HTML tags only work in pop-ups.
- DMU to DOCX opens the Word document for editing when finished.
- ParagraphStyleValues domain will be created with Create Database and A La Carte GeMS and assigned to
ParagraphStyle
field in DMU table. - For Validation, nulls are allowed in ParagraphStyle.
v2.12.14
- Removed references to shapefiles folder and required files in Submission Tree tool and gems_mkdir.bat
- Fixed bad url in Geolex Check tool for checking the version
- Changed error message for rule 3.9 in Validate Database
v2.12.13
Change to calculation of bounding box in GeMS_FGDCMetadata to ignore feature classes with 'Unknown' spatial references. Will work to exclude CrossSection and CorrelationOfMapUnits feature classes.
v2.12.12
- Fix to function gdb_object_dict in GeMS_utilityFunctions.py for cataloging CMU feature classes.
- Replaced instances of 3D Analyst with equivalent 2D Analyst functions. Cross sections tool no longer requires 3D Analyst license. See pull request 96
v2.12.11
In the report generated for the Geologic Names Check, multiple ages for a given lexicon name are now separated by a pipe character ( | )
v2.12.10
- Geologic Names Check tool avoids now deprecated Pandas method, DataFrame.append(). Error appears if using Pro 3.2 and any toolbox version before this one.
- Geologic Names Check sorts input DMU by HierarchyKey (can't believe I missed this before!)
v2.12.9
- Rule 3.10 checks for all None values in hkey_dict
- GeMS dictionary now finds 'line' shapetype feature classes in addition to 'polyline'