military-tools-geoprocessing-toolbox is a collection of models, scripts, and tools for use in ArcGIS for Desktop and ArcGIS Pro. This toolbox is one component that is a part of Military Tools.
Apache License 2.0
33
stars
14
forks
source link
Calculate range distance on output after join #328
The calculation to set the range value was being done on the temp table
that was to be joined to features to make the final output. For some
reason, it was not executing correctly. Changed it to do the calculation
on the final output feature class, and it is now working.
The calculation to set the range value was being done on the temp table that was to be joined to features to make the final output. For some reason, it was not executing correctly. Changed it to do the calculation on the final output feature class, and it is now working.