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

ArcMap - Process NAVSTREETS™ Street Data (for 10.8.1) - error running python script with parameters #55

Open gisdev4git opened 10 months ago

gisdev4git commented 10 months ago

I have set up the tool, and it works successfully in ArcMap when I provide all of the parameters. When I attempt to run a python script using the same parameters I get an error.

ProcessNavStreetsData() takes 0 positional arguments but 27 were given.

I am following the same code as is provided in the XML sample here: https://github.com/Esri/street-data-processing-tools/blob/master/for-ArcMap/ProcessNavStreetsData_nasample.xml

Is there something missing in how I am calling this function?

arcpy.ProcessNavStreetsData_mytoolbox(inStreets, inAltStreets, inZLevels, inCDMS, inRDMS, inSigns, outFileGDB, "10.1", fdName, ndName, inMetric, arcgisOnlineAttributes, "#", "#", inCommonTimeZone, inTraffic, "#", "#", inTMC, inSPD, "#", "#", "#", "#", inCndMod, "#", inBuild)

Thank you.

mmorang commented 3 months ago

I apologize that we never responded to this question.

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 (which should work reliably when called via Python) and let us know if you're still experiencing problems.