<?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: Creating Footpath Network in Buildings/Campus in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94881#M950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is a better to use 'planarize' tool, it gives better results than 'integrate'. Please read the pros and cons of both methods in help manual &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 13:02:50 GMT</pubDate>
    <dc:creator>RamB</dc:creator>
    <dc:date>2013-02-05T13:02:50Z</dc:date>
    <item>
      <title>Creating Footpath Network in Buildings/Campus</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94879#M948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm attempting to create a network to model foot traffic in a large /multi-building high school. I've created the edges for my network based on point destinations. I feel like I have included all the neccesary attribute fields in my source feature class but continue to get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning: No route from location "Graphic Pick 1" to location "Graphic Pick 2".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: No solution found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... when I attempt to solve a route problem. Does this have something to do with attibute fields in my source feature class? How I've built the ND?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The fields included in my source feature class are: ObjectID, Shape, Minutes, F_ELEV, T_ELEV, Oneway, Length, SHAPE_Length, and Description.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on where I should start looking for solutions? I've looked and looked at help files but it seems nothing talks about how to create the source feature class you want to use for a network dataset and what fields it should include.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2013 02:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94879#M948</guid>
      <dc:creator>AustinRutledge</dc:creator>
      <dc:date>2013-02-03T02:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Footpath Network in Buildings/Campus</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94880#M949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The usual issue here, particularly with line geometries that you've digitised yourself, is one of connectivity. Although edges may appear to meet at vertices, they may not, even if the gap is very small this will not necessarily be recognised as a mutual vertex when you build a network from that line geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try running the snap (Editing) tool, with a suitably low value and try again. If that fails, try the Integrate tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then rebuild the network from the revised geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The fields themselves should be fine, assuming the values are appropriate, you'll need to add the oneway restriction when designing the network.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 11:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94880#M949</guid>
      <dc:creator>DanielLewis1</dc:creator>
      <dc:date>2013-02-05T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Footpath Network in Buildings/Campus</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94881#M950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is a better to use 'planarize' tool, it gives better results than 'integrate'. Please read the pros and cons of both methods in help manual &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 13:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94881#M950</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2013-02-05T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Footpath Network in Buildings/Campus</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94882#M951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! The planarize tool solved my problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 23:52:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/creating-footpath-network-in-buildings-campus/m-p/94882#M951</guid>
      <dc:creator>AustinRutledge</dc:creator>
      <dc:date>2013-02-05T23:52:44Z</dc:date>
    </item>
  </channel>
</rss>

