Skip to content

Releases: DOI-USGS/gems-tools-pro

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

v2.12.5

28 Sep 20:24
Compare
Choose a tag to compare
  • faster checking of rule 3.12, no duplicate _ID values
  • more consistent reporting in Validate Database
  • checkVersion function now prints versionString to geoprocessing messages pane
  • fix for 'Flag missing values as MISSING' error in Build Metadata
  • fix for LTYPE, PTYPE field values flagged as extra values in Glossary

v2.12.4

18 Sep 18:46
Compare
Choose a tag to compare
  • Relationship classes ignored by Validate Database
  • Create Database now uses GeoMaterialDict.csv in Scripts. GeMS_Lib.gdb removed from Resources.

v2.12.3

11 Sep 23:36
Compare
Choose a tag to compare

Fixes problem of raster datasets triggering errors.

v2.12.2

05 Sep 22:59
Compare
Choose a tag to compare

Updated version_string in Validate Database.

v2.12.1

30 Aug 21:26
Compare
Choose a tag to compare

Fix in Validate Database so that only string fields ending in Confidence are checked against the Glossary. ValueConfidence in IsoValueLines is defined as a float field so when looking up values in that field in the Glossary, even when string representations of those numbers were in the Glossary, there was no match found. Issue 73.

v2.12

30 Aug 19:08
Compare
Choose a tag to compare

Rename ID Fields tool added to toolbox.

Checks all tables in a geodatabase for field TableName_ID and uses AlterField to change the name and alias if the _ID field does not equal that format. Does not add _ID fields where they may be necessary (use Validate Database tool to identify those cases).
Alters the original geodatabase. Make a backup copy first if you are unsure of the results.

v2.11.4

29 Aug 20:13
Compare
Choose a tag to compare

Fixes to Validate Database

  • Issue 70
  • MapUnitOverlayPolys does not throw error for missing a Type field
  • Can run the tool on a database missing DataSources, Glossary, and DescriptionOfMapUnits. Many rules are simply skipped but tool does not crash.

v2.11.3

28 Aug 20:19
Compare
Choose a tag to compare

Fix for issue 67.