Releases: DOI-USGS/gems-tools-pro
v2.12.8
Fix for Validate Database attempting to check topology on feature classes in a CorrelationOfMapUnits feature dataset.
v2.12.7
- 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
v2.12.5
- 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
- Relationship classes ignored by Validate Database
- Create Database now uses GeoMaterialDict.csv in Scripts. GeMS_Lib.gdb removed from Resources.
v2.12.3
Fixes problem of raster datasets triggering errors.
v2.12.2
Updated version_string in Validate Database.
v2.12.1
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
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
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.