Skip to content

Releases: DOI-USGS/gems-tools-pro

v2.13

09 May 01:27
Compare
Choose a tag to compare

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

30 Apr 17:35
Compare
Choose a tag to compare
  • 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

27 Feb 23:15
Compare
Choose a tag to compare

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

22 Feb 22:19
Compare
Choose a tag to compare
  • 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

10 Jan 18:28
Compare
Choose a tag to compare

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

07 Dec 21:25
Compare
Choose a tag to compare
  • 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

28 Nov 19:17
Compare
Choose a tag to compare
  • Rule 3.10 checks for all None values in hkey_dict
  • GeMS dictionary now finds 'line' shapetype feature classes in addition to 'polyline'

v2.12.8

18 Oct 23:54
Compare
Choose a tag to compare

Fix for Validate Database attempting to check topology on feature classes in a CorrelationOfMapUnits feature dataset.

v2.12.7

05 Oct 23:14
Compare
Choose a tag to compare
  • Validate Database tool ignores cross section and CMU feature datasets for topology
  • Pull request #84 merged. Add editing session to Fix Strings so feature classes in topologies and/or with attribute rules can be edited.
  • Changed domain split policy to "DUPLICATE" in Create Database and A La Carte tools

v2.12.6

29 Sep 19:34
Compare
Choose a tag to compare

Fix for Issue #82