Esri / street-data-processing-tools

ArcGIS geoprocessing toolbox containing tools to create and build a network dataset from commercial street data.
Apache License 2.0
36 stars 16 forks source link

POINT_NUM is not the expected type Error on Z-Levels #22

Closed Behseini closed 3 months ago

Behseini commented 6 years ago

Using the tool (v10.6.0.1) with ArcGIS 10.6 and 2018 data from HERE we are getting this error on Input Z-Levels Feature Class input on Processing NavStreets Steet Data

Field named POINT_NUM is not the expected type.

zlevel

The Zlevels.shp property on POINT_NUM looks like

point

Can you please let me know how to fix this?

aHatakeyama commented 6 years ago

According to the specification of the HERE data, the POINT_NUM field is of type "Decimal(4,0)", which means that it should appear as follows in the Shapefile Properties (accessed through the Catalog in ArcMap): shpproperties Notice the bottom section of the above image has the "Precision" property as "4", which matches the "4" from the "Decimal(4,0)" of HERE's specification. If this doesn't match, then you may want to contact your HERE representative to address this.

mmorang commented 3 months ago

My colleague answered this question in 2018, and there has been no further discussion since then. I'm going to close this issue, assuming that the problem was resolved or is no longer relevant.

A new version of the Street Data Processing Tools for processing HERE data in ArcGIS Pro is now available. If you're still processing HERE data, please try the new version of the tool and open a new issue if you're still experiencing problems.