DOI-USGS / gems-tools-pro

GeMS Tools for ArcGIS Pro
Creative Commons Zero v1.0 Universal
49 stars 15 forks source link

Submission Directory Tree: Entering a space in Map Area string causes silent failure. #114

Closed vlatane-va-energy closed 3 months ago

vlatane-va-energy commented 3 months ago

If the input for Mapped area (or other name) contains a space, the tool will technically succeed, but the output is only the main folder, with the name cut off where the space was in the Mapped area string. I think the space in the string is interrupting gems_mkdir.bat somewhere and the main script has no way of knowing.

Avoiding spaces is implied in the GeMS submittal requirements, but not explicit. It would be nice if the tool flagged the problematic input instead of finishing the run as "Succeeded."

ethoms-usgs commented 3 months ago

Fixed in v2.13.2. The tool will convert spaces to underscores and this is noted in the parameter help/metadata.

vlatane-va-energy commented 3 months ago

Thank you!