Select to view content in your preferred language

Creating a route

598
1
Jump to solution
09-06-2022 02:38 PM
FinleyWalden
New Contributor

I would like to create a Python program using the ArcGIS API that takes in two coordinates or two addresses and creates a route between them. I have had a lot of trouble figuring out how I can take input and create stops with those input. I do know how to create a route once I have a set of stops, but creating the stops has been difficult. Any advice would be greatly appreciated.  

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

That is usually the domain of arcpy

What is the Network Analyst module (arcpy.nax)—ArcGIS Pro | Documentation

and not the api for python


... sort of retired...

View solution in original post

1 Reply
DanPatterson
MVP Esteemed Contributor

That is usually the domain of arcpy

What is the Network Analyst module (arcpy.nax)—ArcGIS Pro | Documentation

and not the api for python


... sort of retired...