USDA-NRCS / NRCS-Engineering-Tools---ArcGIS-Pro

Future home of the UDSA-NRCS Engineering Tools for ArcGIS Pro
GNU General Public License v3.0
4 stars 3 forks source link

Create Contours From AOI Tool #9

Open ajdiazdk opened 4 years ago

ajdiazdk commented 4 years ago

After assessing the input parameters and output derivatives of this tool it became apparent that it is essentially identical to the Define AOI. There are 2 slight differences between the 2:

  1. The 5th parameter, 'Output Contour Interval (in Feet)', is set to optional in the Define AOI tool whereas it is a required parameter in the 'Create Contours from AOI Tool.'
  2. The 'Create Contours from AOI' tool only outputs 3 layers: AOI, contours, hillshade and the AOI. The 'Define AOI' outputs 4 or 5 layers: AOI, contours (if selected), DEM, hillshade, depth grid

Both tools now point to the same Define_AOI.py script and are now identical.

  1. Is this merge ok?
ghost commented 1 year ago

I received the following when trying to run the tool:

image

I used the bare earth layer in the tool folder and browsed to it. I drew the AOI

arzchow commented 11 months ago

I received the following when trying to run the tool:

image

I used the bare earth layer in the tool folder and browsed to it. I drew the AOI

I am experiencing the same issue. Any resolution?