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

Merged Network from Here NavStreets issue #27

Open gcontino opened 5 years ago

gcontino commented 5 years ago

I'm using HERE Navstreets for Italy and I need to merge the 5 areas into one built network. I merged all required shapefiles/tables (Streets, AltStreets, Z-Levels, CDMS, etc) in a geodb. I processed them by the tool after merging them but the process returned me a lot of errors (Cannot find links...). The entire network was created anyway, but it isn't routable at all, because it gives me errors of positioning of stops, errors of restrictions (soft anf hard), and so on. I will appreciate your contributions. Thanks, Gianni

xeir83 commented 5 years ago

Been there, done that. :) You might already have fixed this, but... If you are using pythonscript to extract the tar files, make sure you don't extract them to the same directory - you will then overwrite your other extracted files and the streets, altstreets (and so on) will mismatch. Therefore, extract the files into separate directorys and then merge them into your gdb.

mmorang commented 3 months ago

I apologize that we never responded to this question. Did you ever find a solution, or do you still need help with this workflow?