<?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: Analysis of Polylines on both sides of separate polyline featureclass in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657936#M1504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Owen, thank you so much for your help. I'd love to try this script. However, where do I find the attachment? I'll keep looking, but I'm not seeing it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 15:03:49 GMT</pubDate>
    <dc:creator>JamesBooth1</dc:creator>
    <dc:date>2014-08-28T15:03:49Z</dc:date>
    <item>
      <title>Analysis of Polylines on both sides of separate polyline featureclass</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657932#M1500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two &lt;SPAN style="text-decoration: underline;"&gt;separate&lt;/SPAN&gt; polyline feature classes. One of them contains roads. The other feature class represents sidewalks. I would like to determine the % of roads with sidewalks on both sides of the road. I'm curious to know if anyone has come up with a solution to this sort of question. Appreciate any advice or help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 18:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657932#M1500</guid>
      <dc:creator>JamesBooth1</dc:creator>
      <dc:date>2014-08-20T18:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of Polylines on both sides of separate polyline featureclass</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657933#M1501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a small part of both featureclasses? That will make it easier to see what implications there might be. This will probably require some programming in python or maybe in ArcObjects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 02:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657933#M1501</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-08-21T02:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of Polylines on both sides of separate polyline featureclass</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657934#M1502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the attached toolbox and python script. Please note this has had very limited testing so you should run this using a copy of your data in a file geodatabase and verify that the results are valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool uses road and footpath layers and a search distance as inputs. Also there is the option to specify a workspace if you want to keen the analysis layers used in the calculations.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3773" alt="footpaths.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/3773_footpaths.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Basically the script creates perpendicular lines from the mid-point of each road feature, these lines will extend out to your search distance value. The script then tests if the line intersects a footpath to the right or left of the road line and creates summary statistics that are added to the road layer. These are two new fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PathCount - this should be either 1 or 2 (unless your search distances are too large)&lt;/LI&gt;&lt;LI&gt;PathSide - Right, Left or Both&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then calculate your percentage based on the number of PathSide = 'Both' records compared to your total road count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Owen&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.spatialxp.com.au/"&gt;Spatial XP&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 21:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657934#M1502</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-08-21T21:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of Polylines on both sides of separate polyline featureclass</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657935#M1503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I'm not allowed to post our data online. Thank you for reaching out however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 15:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657935#M1503</guid>
      <dc:creator>JamesBooth1</dc:creator>
      <dc:date>2014-08-28T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of Polylines on both sides of separate polyline featureclass</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657936#M1504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Owen, thank you so much for your help. I'd love to try this script. However, where do I find the attachment? I'll keep looking, but I'm not seeing it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 15:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657936#M1504</guid>
      <dc:creator>JamesBooth1</dc:creator>
      <dc:date>2014-08-28T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of Polylines on both sides of separate polyline featureclass</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657937#M1505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A the bottom of my post there should be an attachment with a file Footpaths.zip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case there is some issue and it is not visible the file is here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/servlet/JiveServlet/download/398901-71059/Footpaths.zip" title="https://community.esri.com/servlet/JiveServlet/download/398901-71059/Footpaths.zip"&gt;https://community.esri.com/servlet/JiveServlet/download/398901-71059/Footpaths.zip&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 09:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/analysis-of-polylines-on-both-sides-of-separate/m-p/657937#M1505</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-08-29T09:59:22Z</dc:date>
    </item>
  </channel>
</rss>

