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 Line of Bearing fails with single coordinate inputs in Pro 1.3 #183

Closed NatalieCampos closed 7 years ago

NatalieCampos commented 7 years ago

Table to Line of Bearing fails with single coordinate inputs in Pro 1.3

Start Time: Thursday, December 08, 2016 10:44:33 AM Running script TableToLineOfBearing... Adding LONG field JoinID Adding unique row IDs... Formatting start point... Creating lines as GEODESIC... Joining fields from input table to output line features... Start Time: Thursday, December 08, 2016 10:44:35 AM Failed to execute. Parameters are not valid. ERROR 000308: Invalid field type Failed to execute (JoinField). Failed at Thursday, December 08, 2016 10:44:35 AM (Elapsed Time: 0.06 seconds) Completed script TableToLineOfBearing... Failed to execute (TableToLineOfBearing). Failed at Thursday, December 08, 2016 10:44:35 AM (Elapsed Time: 2.66 seconds)

mfunk commented 7 years ago

Need more info:

NatalieCampos commented 7 years ago

What input file? Use the TableToLineOfBearing_single.csv that comes in the testdata folder What input field? Any single coordiante input will cause the failure.

Below is a screen caputure of input dialog with outputs that failed. image

NatalieCampos commented 7 years ago

On a second attempt, features are generated but tool shows as failed. Same error as above.

image

NatalieCampos commented 7 years ago

Parameters Input Table \ncamposdt\Shared_Folder\military-tools-geoprocessing-toolbox-dev\military-tools-geoprocessing-toolbox-dev\testdata\CSV\TableToLineOfBeaing_single.csv Input Coordinate Format GEOREF X Field (longitude, UTM, MGRS, USNG, GARS, GEOREF) GEOREF Y Field (latitude)
Bearing Units DEGREES Bearing Field Orientation Distance Units KILOMETERS Distance Field Distance Output Lines C:\Users\nata7004\Documents\ArcGIS\Projects\testing\testing.gdb\outputLines5 Line Type GEODESIC Spatial Reference GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119522E-09;0.001;0.001;IsHighPrecision

Messages Start Time: Thursday, December 08, 2016 11:17:51 AM Running script TableToLineOfBearing... Adding LONG field JoinID Adding unique row IDs... Formatting start point... Creating lines as GEODESIC... Joining fields from input table to output line features... Start Time: Thursday, December 08, 2016 11:17:55 AM Failed to execute. Parameters are not valid. ERROR 000308: Invalid field type Failed to execute (JoinField). Failed at Thursday, December 08, 2016 11:17:55 AM (Elapsed Time: 0.06 seconds) Completed script TableToLineOfBearing... Failed to execute (TableToLineOfBearing). Failed at Thursday, December 08, 2016 11:17:55 AM (Elapsed Time: 3.95 seconds)

NatalieCampos commented 7 years ago

fix verified