Skip to content

Releases: DOI-USGS/gems-tools-pro

v2.5

20 Aug 16:15
Compare
Choose a tag to compare

Added the Fix string values tool to the toolbox. Issue 11.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.8

09 Jul 16:29
Compare
Choose a tag to compare

In validate database tool:

  • Now using __file__ to find path to script file and relative directories from it instead of sys.argv[0], which was not working. Would have to explore the issue more to understand why. I believe this means that the script will not work if imported into another script as a module, but this situation is probably unlikely.
  • Calling mp.exe through subprocess instead of os.system(command) which was not handling spaces in paths well.
  • fixed checkVersion being called too early in Attribute By Key Values

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.7

06 Jul 20:48
Compare
Choose a tag to compare

Bug fixes to Validate Database tool.

  • changed functions notEmpty and empty to evaluate str(x) instead of just x so that we could look for value of x.strip() when x is an integer. Will converting x to string ever return an unexpected value?
  • added try/except block when checking for editor tracking because there's a chance the method didn't exist for pre 2.6 versions of AGPro

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.6

24 Jun 19:29
Compare
Choose a tag to compare

Add ContactsAndFaults.lyrx to Resources folder

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.5

04 May 19:30
Compare
Choose a tag to compare

MapUnit in GenericPoints in Defnition.py is now NullsOK, per issue 69 at ArcMap repo. This now matches the standard.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.4

15 Mar 19:41
Compare
Choose a tag to compare

RelationshipClasses script had the wrong raw url for checkVersion function to work.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.3

25 Feb 20:04
Compare
Choose a tag to compare

Topology errors gdb was not getting written to an output directory, if specified.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.2

19 Feb 17:17
Compare
Choose a tag to compare

Names Check tool was not performing versionCheck

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4.1

16 Feb 19:31
Compare
Choose a tag to compare

Fix to address Issue 4.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file

v2.4

12 Feb 17:31
Compare
Choose a tag to compare

Automatic version checking! Each tool, when run, will try to read the copy of the tool script in this repository and compare versionStrings. If they do not match, a warning appears in the geoprocessing results window advising the user to download the latest release.

Both assets contain the same files. Choose the .zip version unless you have a specific reason to use the .tar.gz file