<?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: Finding routes in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493816#M7067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if I did not understand the answer or you did not understand the question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me explain it again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I divide the area into 50 meters boxes. I need to know who many lines crosses each box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I translate it to vector and I have 50X50 KM then I have 1M boxes and have to select 1M times the line layer to get the value for each one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is why I need a way to make it using raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not have any DEM here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mody&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 11:45:33 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2012-08-21T11:45:33Z</dc:date>
    <item>
      <title>Finding routes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493814#M7065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need some ideas on how to perform some analysis. Here is the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have some GPS points of moving cars.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The GPS is not accurate and the delta from the real location can be 50 meters or more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We create lines from the points. We might snap it to roads network but in some cases in city the points can snap to the wrong street.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What we are looking for is places where the person drove only once (or only twice).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because the route is not accurate we must translate the lines into raster in some kind of Kernel Density process and then check the raster. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that if we have two lines the raster value is higher than if we have one line but when we move away from the two lines value we get similar values to the one line values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody think about a nice way to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mody&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 12:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493814#M7065</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2012-08-20T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding routes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493815#M7066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q90000006m000000"&gt;interpolate the line&lt;/A&gt;&lt;SPAN&gt; created with the horizontal position to match the existing DEM?&amp;nbsp; That would avoid the snapping issue and trying to choose the correct one.&amp;nbsp; The interpolated vertical would be more dependent on the horizontal accuracy provided, but should avoid the issue of trying to choose the correct vertical line to choose.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493815#M7066</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-08-21T11:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding routes</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493816#M7067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if I did not understand the answer or you did not understand the question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me explain it again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I divide the area into 50 meters boxes. I need to know who many lines crosses each box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I translate it to vector and I have 50X50 KM then I have 1M boxes and have to select 1M times the line layer to get the value for each one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is why I need a way to make it using raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not have any DEM here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mody&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/finding-routes/m-p/493816#M7067</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2012-08-21T11:45:33Z</dc:date>
    </item>
  </channel>
</rss>

