<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Network analysis in Python in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136732#M1379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to edit network dataset properties in python, and that capability is not planned, either.&amp;nbsp; However, since this was originally posted, it&amp;nbsp;&lt;EM&gt;is&lt;/EM&gt; possible to create a network dataset in python with a pre-defined schema using the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/network-analyst/create-network-dataset-from-template.htm"&gt;Create Network Dataset From Template&lt;/A&gt; tool.&amp;nbsp; If you can configure your network dataset manually once so it has the desired properties, you can create a template from it, and then you can automatically re-create this same network with the same properties with different input data (as long as it has the same schema).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2020 15:32:12 GMT</pubDate>
    <dc:creator>MelindaMorang</dc:creator>
    <dc:date>2020-10-22T15:32:12Z</dc:date>
    <item>
      <title>Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136716#M1363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to automate the following tasks completely in Python. Can somebody provide me with some introductory code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Define a street network in a GDB ( actually also create the street features in Python based on other data)&lt;/P&gt;&lt;P&gt;2) Take that street network as the network analysis base&lt;/P&gt;&lt;P&gt;3) Define a start point and end point of a route ( do these points have to be exactly ON the network line ?)&lt;/P&gt;&lt;P&gt;4) Run the analysis&lt;/P&gt;&lt;P&gt;5) Print out in the console how long it would take to walk that distance (at a certain speed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A very simple example with 3 imaginary streets would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 22:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136716#M1363</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-02-23T22:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136717#M1364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you examined the code snippets in the help files for the process you wish to use?&amp;nbsp; Have you done this manually?&amp;nbsp; If so you can copy the Results window output and generate a shell of a script.&amp;nbsp; Have you tried modelbuilder to generate a workflow ? That can be used to generate a script.&lt;/P&gt;&lt;P&gt;There are some examples of how to do this here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1900"&gt;"You are not allowed to use Modelbuilder": When Instructors need to get smarter&lt;/A&gt;&amp;nbsp; and here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1912"&gt;"You are not allowed to use Geoprocessing Results... ":  The Students get smarter&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 22:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136717#M1364</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-23T22:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136718#M1365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matthias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 1), what do you mean by "define a street network in a GDB"?&amp;nbsp; If you have an existing network dataset, you can easily use it in python for your analysis.&amp;nbsp; However, it is not possible to create a network dataset (meaning define its source features and set up all its properties) in python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest of your steps can definitely be done in python.&amp;nbsp; Check out the code samples on this page: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00480000000n000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00480000000n000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2).&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are many code samples like that throughout the Network Analyst tool documentation which should help get you started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 17:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136718#M1365</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-02-24T17:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136719#M1366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I think I have to start at the very beginning with every step individually, but so many questions pop in my mind now. I have some experience in Python, but am just trying to get into arcPy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;By 'define a street network in a GDB' I mean:&lt;/P&gt;&lt;P&gt;- Create an empty GDB&lt;/P&gt;&lt;P&gt;- Create a polyline FC&lt;/P&gt;&lt;P&gt;- Fill in the street polylines with their attribution.&lt;/P&gt;&lt;P&gt;But that is just a subtask of my workflow.&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I basically would like to do in one python session :&lt;/P&gt;&lt;P&gt;- define the input streets&lt;/P&gt;&lt;P&gt;- create the street network metadata ('network dataset')&lt;/P&gt;&lt;P&gt;- define e.g. a start and end point by coordinates&lt;/P&gt;&lt;P&gt;- run the simulation&lt;/P&gt;&lt;P&gt;- get the results (e.g. a polyline representing the best path and save it in an other GDB)&lt;/P&gt;&lt;P&gt;- close the session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that second step ('create network dataset') not possible to do in python ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 18:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136719#M1366</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-02-24T18:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136720#M1367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, it's the 'create network dataset' step that is not possible in python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you need to re-create the network dataset every time?&amp;nbsp; If you just want to solve a route between a different start and end point, you can re-use the network dataset, especially if the points are all within the same geographic area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136720#M1367</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-02-24T19:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136721#M1368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a different street network every time I run the simulation because it may potentially change every time (design iterations). I need a FULL simulation setup every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use Python to set up a GP Tool Model to set the simulation up, instead of running everything purely in Python ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136721#M1368</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-02-24T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136722#M1369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I see.&amp;nbsp; Yes, you can use python for every step except the network dataset creation and network dataset property editing.&amp;nbsp;&amp;nbsp; I don't know what you mean by "Can I use Python to set up a GP Tool Model to set the simulation up".&amp;nbsp; It's also not possible to alter network dataset properties in Model Builder.&amp;nbsp; You could possibly use ArcObjects to do that, and then you could call your ArcObjects executable code from within a python script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the only thing that's changing are the street features referenced by the network dataset, you might be able to automate the whole thing.&amp;nbsp; Before starting your simulations, you could create your network dataset and get all the attributes and other properties defined.&amp;nbsp; Then, during each run of your simulation, if you edit the street features, you can just run the Build tool on the network dataset so that it incorporates the new edits.&amp;nbsp; If, on the other hand, you actually need to edit the network's attributes or connectivity properties or something, you will not be able to automate that with python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created a network dataset before?&amp;nbsp; If not, I think it might be best if you run through the network dataset creation tutorial (&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Exercise_1_Creating_a_network_dataset/00470000005t000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Exercise_1_Creating_a_network_dataset/00470000005t000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; ) first before you continue planning your simulation.&amp;nbsp; This will give you some idea of what's involved and put some of my suggestions above into context.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136722#M1369</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-02-24T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136723#M1370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By 'GP Tool Model' I meant using Model Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I have run through two tutorials that show how to set up a network dataset and run two different simulations (best path, service area).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's sad to hear this is not possible in Python. I have only heard of ArcObjects, but I am not a programmer, so I think I would fail on this.. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am pretty sure I will not need to edit the network itself, just swap the whole dataset with a new one before each sim cycle. This could also be done using a 'prepared' scene. The only thing I want to avoid is to have to manually click things, e.g. opening a scene file and click something. I want to trigger 1 script and get the result.&lt;/P&gt;&lt;P&gt;If I could automate that, that could be good already...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 20:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136723#M1370</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-02-24T20:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136724#M1371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what would be the possible time frame for this to be implemented ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any input welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 15:20:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136724#M1371</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-02-27T15:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136725#M1372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00480000000v000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00480000000v000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is NOT what I'd need, right&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136725#M1372</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-03-04T15:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136726#M1373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Build Network tool is the final step in network dataset editing or creation.&amp;nbsp; After you've edited the source features or updated the network dataset properties (which has to be done manually), you have to run the Build Network tool in order for those changes to really take effect in the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So no, this tool doesn't do everything you want to do, but you will still need this tool as the final step in your procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 16:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136726#M1373</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-03-04T16:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136727#M1374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melinda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;okay, then back to the question about the timeframe for this to be implemented. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;if every other step is possible, that should be too, right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 19:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136727#M1374</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-03-04T19:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136728#M1375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't sure what you were referring to when you asked about the timeframe for "this" to be implemented.&amp;nbsp; Are you referring to the ability to create and/or edit network dataset properties in python?&amp;nbsp; If so, I can't answer that question except to say that we have no definitive plans to provide that functionality at this time.&amp;nbsp; We are aware that many users want this functionality, however.&amp;nbsp; It's on our radar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 19:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136728#M1375</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-03-04T19:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136729#M1376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, I referred to creating and editing network datasets and their properties in python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, good to see I'm not the only one that would like this. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 00:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136729#M1376</guid>
      <dc:creator>MatthiasBuehler</dc:creator>
      <dc:date>2015-03-05T00:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136730#M1377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/235443"&gt;Matthias Buehler&lt;/A&gt;‌ did you get anywhere with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/32389"&gt;Melinda Morang&lt;/A&gt;‌ Have there been any advancements in the ability to edit network dataset properties such as group connectivity using python? It is something I would like to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 00:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136730#M1377</guid>
      <dc:creator>LukeSussex1</dc:creator>
      <dc:date>2020-10-22T00:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136731#M1378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't heard back, but I also never dove back into this topic. Maybe it's implemented meanwhile, it's been 5 years. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;matthias buehler &lt;/STRONG&gt;| founder &amp;amp; CTO | msc arch eth zurich&lt;/P&gt;&lt;P&gt;&amp;nbsp;vrbn studios AG | winterthurerstrasse 53 | 8610 uster | switzerland&lt;/P&gt;&lt;P&gt;+41 78 930 04 07 | &lt;A href="mailto:matthias.buehler@vrbn.io"&gt;&lt;SPAN style="color: #0563c1;"&gt;matthias.buehler@vrbn.io&lt;/SPAN&gt;&lt;/A&gt; | @vrbnio @mattb3d | &lt;A href="http://www.vrbn.io/"&gt;&lt;SPAN style="color: #0563c1;"&gt;www.vrbn.io&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 9.0pt; "&gt;official ESRI partner | &lt;A href="https://www.youtube.com/user/MikeHermes65"&gt;&lt;SPAN style="color: #0563c1;"&gt;channel sponsor of MH Tutorials on youtube&lt;/SPAN&gt;&lt;/A&gt; | member of the visual effects society | &lt;A href="https://www.artstation.com/matthias_buehler"&gt;&lt;SPAN style="color: #0563c1;"&gt;artstation&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 06:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136731#M1378</guid>
      <dc:creator>MatthiasBuehler3</dc:creator>
      <dc:date>2020-10-22T06:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Network analysis in Python</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136732#M1379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to edit network dataset properties in python, and that capability is not planned, either.&amp;nbsp; However, since this was originally posted, it&amp;nbsp;&lt;EM&gt;is&lt;/EM&gt; possible to create a network dataset in python with a pre-defined schema using the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/network-analyst/create-network-dataset-from-template.htm"&gt;Create Network Dataset From Template&lt;/A&gt; tool.&amp;nbsp; If you can configure your network dataset manually once so it has the desired properties, you can create a template from it, and then you can automatically re-create this same network with the same properties with different input data (as long as it has the same schema).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 15:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analysis-in-python/m-p/136732#M1379</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2020-10-22T15:32:12Z</dc:date>
    </item>
  </channel>
</rss>

