Esri / military-tools-geoprocessing-toolbox

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

Closed BobBooth closed 6 years ago

BobBooth commented 6 years ago

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.

BobBooth commented 6 years ago

@csmoore - could you give this a quick review and merge? It is now writing the radial distance to the table, not the diameter, see: image