<?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 dataset creation in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453942#M35660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use the template you created to make new network datasets in other geodatabases.&amp;nbsp; Set the&amp;nbsp;output_feature_dataset parameter to the feature dataset in the geodatabase where you want to create the network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2019 22:23:18 GMT</pubDate>
    <dc:creator>MelindaMorang</dc:creator>
    <dc:date>2019-09-09T22:23:18Z</dc:date>
    <item>
      <title>Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453938#M35656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am programming OD cost matrix generation in Python and everything was going well till I needed to create the network dataset in order to accomplish network analysis tasks. Would you think there is any module available online that might do this?&lt;/P&gt;&lt;P&gt;I really appreciate your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 03:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453938#M35656</guid>
      <dc:creator>AshkanGholamialam</dc:creator>
      <dc:date>2016-03-30T03:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453939#M35657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/creating-a-network-dataset.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/creating-a-network-dataset.htm"&gt;Creating a network dataset—Help | ArcGIS for Desktop&lt;/A&gt; the conventional approach&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-network-analyst/what-is-network-analyst-module.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-network-analyst/what-is-network-analyst-module.htm"&gt; What is the Network Analyst module?—Help | ArcGIS for Desktop&lt;/A&gt; via arcpy... if the class or function isn't there, it can't be done without arcobjects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453939#M35657</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-30T08:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453940#M35658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&amp;nbsp; Unfortunately, creating a network dataset from scratch cannot be done through python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using ArcGIS Pro, you can create a network dataset using the &lt;A href="http://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, which can be called from python.&amp;nbsp; However, you have to have a template to work from, so you have to have created a network dataset at some point previously to use as a template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453940#M35658</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2016-03-30T15:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453941#M35659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have multiple gdbs based on regions.&lt;/P&gt;&lt;P&gt;1. I created the network dataset for one gdb manually by using ArcGIS =&amp;gt;New =&amp;gt; Network DataSet&lt;/P&gt;&lt;P&gt;2. Used CreateTemplateFromNetworkDataset to export the template&lt;/P&gt;&lt;P&gt;3. To replicate the same template for rest of the gdbs. I want to use python script&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Can I use the previous exported template. If yes, Where I need to change/specify on which datasource these template need to be applied. There is no parameter in the tool to mention input dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 22:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453941#M35659</guid>
      <dc:creator>ArunEpuri</dc:creator>
      <dc:date>2019-09-09T22:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453942#M35660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use the template you created to make new network datasets in other geodatabases.&amp;nbsp; Set the&amp;nbsp;output_feature_dataset parameter to the feature dataset in the geodatabase where you want to create the network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 22:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453942#M35660</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-09-09T22:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453943#M35661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Melinda for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it, it's not working and throwing below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is error message details.&lt;/P&gt;&lt;P&gt;Messages&lt;BR /&gt;Executing: CreateNetworkDatasetFromTemplate C:\.....\HydroNDTemplateNew.xml C:\....\NHDPLUS_H_1406_HU4_GDB.gdb\Hydrography&lt;BR /&gt;Start Time: Mon Sep 9 17:30:09 2019&lt;BR /&gt;ERROR 030168: The network dataset cannot be created from template xml file.&lt;BR /&gt;The network source must correspond to a simple feature class.&lt;BR /&gt;Failed to execute (CreateNetworkDatasetFromTemplate).&lt;BR /&gt;Failed at Mon Sep 9 17:30:10 2019 (Elapsed Time: 1.26 seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 22:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453943#M35661</guid>
      <dc:creator>ArunEpuri</dc:creator>
      <dc:date>2019-09-09T22:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Network dataset creation</title>
      <link>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453944#M35662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that one of your source feature classes is not a normal point or line feature class.&amp;nbsp; Maybe it's a multipoint or a raster or some other weird thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2019 15:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/network-dataset-creation/m-p/453944#M35662</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2019-09-10T15:14:07Z</dc:date>
    </item>
  </channel>
</rss>

