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

Table to Polygon tool fails in both Map and Pro #418

Closed adgiles closed 5 years ago

adgiles commented 5 years ago

Using the table to polygon tool from a .dbf file produces the following error:

image

The input to the tool was as follows:

image

Zip file of the dbf attached.

table.zip

csmoore commented 5 years ago

@adgiles - it looks like this tools is failing because all of the input points are the same in this sample data (perhaps there was a loss of precision somewhere?):

image

We can add a check to address this crash, but there still won't be any output for this particular set of data.

dfoll commented 5 years ago
dfoll commented 5 years ago

@csmoore @kgonzago testing from the branch was successful, so I merged #420 , however I am having a problem (/defense-addins%2Fmilitary-tools/detail/military-tools/323/pipeline) when I attempt to build this to test it from a built version of Military Tools.

dfoll commented 5 years ago

Tested 👍 from branch. Waiting on testing from a built version before moving the issue forward. See comment

csmoore commented 5 years ago

@dfoll - dev build seems to be OK now (as of build 326)

dfoll commented 5 years ago

Tested good on ArcGIS Pro and ArcMap with Military Tools [dev] build 326

dfoll commented 5 years ago

Doc review:

csmoore commented 5 years ago

Verified:

  1. Military Tools October Resources - bug added to Military Tools toolbox Issues addressed
  2. Military Tools for ArcGIS Release Notes.pdf - bug added to table

image