<?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 Will merged road datasets be &amp;quot;linked&amp;quot; and ready to use in a network dataset? in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760179#M7269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to combine two vector datasets (representing roads) into a single dataset, and then create a network dataset from the result. I believe I can use the merge tool to combine the two vector datasets. However, I am wondering if I need to carry out any further operations to “link” the two merged vector datasets before creating my network dataset. Will the two merged vector datasets be “connected” after the merge, so that the network dataset created from the merged dataset will allow calculation of routes that travel on roads contained in both of the original vector datasets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 May 2016 17:58:22 GMT</pubDate>
    <dc:creator>PeterLecourt</dc:creator>
    <dc:date>2016-05-08T17:58:22Z</dc:date>
    <item>
      <title>Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760179#M7269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to combine two vector datasets (representing roads) into a single dataset, and then create a network dataset from the result. I believe I can use the merge tool to combine the two vector datasets. However, I am wondering if I need to carry out any further operations to “link” the two merged vector datasets before creating my network dataset. Will the two merged vector datasets be “connected” after the merge, so that the network dataset created from the merged dataset will allow calculation of routes that travel on roads contained in both of the original vector datasets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 17:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760179#M7269</guid>
      <dc:creator>PeterLecourt</dc:creator>
      <dc:date>2016-05-08T17:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760180#M7270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to this link: &lt;A href="https://community.esri.com/thread/176708"&gt;Will merged road datasets be "linked" and ready to use in a network dataset?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 20:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760180#M7270</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-05-08T20:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760181#M7271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Peter.&amp;nbsp; Yes, you will need to do some extra work to make sure that your two street datasets actually connect properly to one another.&amp;nbsp; In order for streets to actually be connected in a network dataset (ie, it's possible to drive from one to another), they must have either endpoints or vertices at the locations where they touch, depending on your network's connectivity policy.&amp;nbsp; If they simply cross over one another without vertices or endpoints, they will not be considered connected in a network.&amp;nbsp; It will be treated more like an overpass, where no connection is possible.&amp;nbsp; You can learn more about network dataset connectivity here: &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/understanding-connectivity.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/understanding-connectivity.htm"&gt;Understanding connectivity—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the easiest ways to ensure connectivity is to set your connectivity policy to Any Vertex and to use the Integrate tool with an XY tolerance of 0.&amp;nbsp; Integrate is sort of a scary tool that edits your input features in unpredictable ways, but the 0 XY tolerance ensures that nothing will actually change shapes.&amp;nbsp; It will just add vertices at the points of intersection.&amp;nbsp; It also honors the selection set, so you could first select only the small number of features that you're trying to connect before running the tool. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 16:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760181#M7271</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2016-05-09T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760182#M7272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My two datasets overlap in a number of locations. I would like to create a vertex any place that the two datasets overlap. Can you possible advise me on the best way to do this? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 23:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760182#M7272</guid>
      <dc:creator>PeterLecourt</dc:creator>
      <dc:date>2016-05-09T23:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760183#M7273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either use the integrate tool as Melinda says or in an ArcMap edit session you can use the "planarise" tool on the advanced editing toolbar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 06:47:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760183#M7273</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-05-10T06:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760184#M7274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melinda, I would like to use the integrate tool and have set my connectivity policy to any vertex but I am unsure which feature to enter into the input features box, would it be the road lines or nodes or perhaps junctions? I'm a little lost! Thanks, Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 13:04:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760184#M7274</guid>
      <dc:creator>LauraMacdonald1</dc:creator>
      <dc:date>2016-06-21T13:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Will merged road datasets be "linked" and ready to use in a network dataset?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760185#M7275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would enter the roads in the input features box.&amp;nbsp; It will create a vertex anywhere that the road features intersect themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a backup copy of your data first...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/will-merged-road-datasets-be-quot-linked-quot-and/m-p/760185#M7275</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2016-06-21T15:13:02Z</dc:date>
    </item>
  </channel>
</rss>

