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

Add Pro version of tool for TomTom; bug fixes; repo reorg #45

Closed mmorang closed 2 years ago

mmorang commented 2 years ago

Add the ArcGIS Pro version of the tool to process TomTom MultiNet data.

Reorganize the repo to separate the 10.x version and the Pro version.

Add a parameter to the 10.x version of the tool to choose whether to build the network dataset after creating it. https://github.com/Esri/street-data-processing-tools/issues/23

Fix https://github.com/Esri/street-data-processing-tools/issues/43

mmorang commented 2 years ago

Regarding tests: We tested the Pro version of the tool extensively against output from the 10.x version of the tool to verify correctness and matching behavior. We did not implement any unit tests at this time but can do so in the future if needed.

I'm going to merge this now. Expect an official release sometime soon.