<?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: Trace points based on physical location in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720048#M23839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is a Geoprocessing issue. I think she could setup a Geometric network and tracing then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2020 09:07:24 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-02-25T09:07:24Z</dc:date>
    <item>
      <title>Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720042#M23833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a point feature and those points were created along a line. &lt;SPAN style="background-color: #ffffff;"&gt;My problem is that the points were not drawn sequentially.I&lt;/SPAN&gt;s there any way to&amp;nbsp;trace the points according to their physical location? Thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 04:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720042#M23833</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-24T04:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720043#M23834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many points?&lt;BR /&gt;&lt;BR /&gt;How many line features are we anticipating? Are they near each other?&lt;BR /&gt;&lt;BR /&gt;May be possible with the Near tool and Point to Line.&lt;BR /&gt;If there's a nominal number of features and it's a one-off you could just do it manually&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 05:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720043#M23834</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-24T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720044#M23835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to use the start or the endpoint of the line as start points? does direction matter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is any logic that can apply to the points' distance with tolerance then it might able to do it through python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, I&amp;nbsp;will get all the points along the line or interests with the line. Then calculate point distance from one direction to compare every point's distance to the start point of the line and to the endpoint of the line...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop through all the points then you will get the list of the points based on the comparison from one direction.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 06:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720044#M23835</guid>
      <dc:creator>VickyWang</dc:creator>
      <dc:date>2020-02-24T06:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720045#M23836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have moved the question to &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;‌ a more suitable place for questions of this type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720045#M23836</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-24T13:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720046#M23837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 38,019 points placed along 284 different lines.&amp;nbsp;Need to calculate the distance from any point on a line to the start and end point. The difficulty is the draw order of those points are not recorded in attribute table. Try to use the utility network analysis - find path to get the order of those points but not sure how to do it automatically.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 23:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720046#M23837</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-24T23:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720047#M23838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a solution. Also tried to use the utility network analysis -find path, but not too sure if it can be done via python.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 23:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720047#M23838</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-24T23:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720048#M23839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is a Geoprocessing issue. I think she could setup a Geometric network and tracing then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720048#M23839</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-25T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720049#M23840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, ArcObjects needs to be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720049#M23840</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-25T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720050#M23841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Will give it a try.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 04:20:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720050#M23841</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-26T04:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720051#M23842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;SPAN style="background-color: #ffffff;"&gt;utility network analysis works for me.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 04:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720051#M23842</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-26T04:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720052#M23843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4712"&gt;Bing Zheng&lt;/A&gt;‌ It was originally published in the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2256"&gt;GeoNet Lounge&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence the move to &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;‌&amp;nbsp; Which is a place&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2239"&gt;Utility Network&lt;/A&gt;‌ also, seems to be an appropriate alternative place, but the Lounge isn't &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&amp;nbsp; Let Liran know as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 04:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720052#M23843</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-26T04:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720053#M23844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to suggest Utility Network if it is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 10:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720053#M23844</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-26T10:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trace points based on physical location</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720054#M23845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should edit your question and provide some screen shots as this allows people to understand what exactly your data is and represents and the resulting solution to your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2020 13:11:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trace-points-based-on-physical-location/m-p/720054#M23845</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2020-02-28T13:11:21Z</dc:date>
    </item>
  </channel>
</rss>

