<?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: AutoTracking System in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9600#M821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think hes using the ESRI stack at all &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;Unfortunately we are not the best forum for helping with Django open source framework as we generally utilize ArcGIS Server for these type of requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 10:10:38 GMT</pubDate>
    <dc:creator>LukeWebb</dc:creator>
    <dc:date>2016-12-20T10:10:38Z</dc:date>
    <item>
      <title>AutoTracking System</title>
      <link>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9598#M819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Dear Geonet community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to GIS i am working as a GIS Developer.I have one small doubt in my Autotracking project.Actually i am using &lt;STRONG&gt;Python&lt;/STRONG&gt; and &lt;SPAN class=""&gt;&lt;STRONG&gt;Django&lt;/STRONG&gt;&lt;/SPAN&gt; framework.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Discussion Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;The Vehicle (Like car,Bus) running &lt;STRONG&gt;60/Km&lt;/STRONG&gt; speed on the map at any direction (North,South,East,West).I want to know the distance of the vehicle after &lt;STRONG&gt;3Minutes&lt;/STRONG&gt; so how to identify could you please anyone guide me.I hope u help me.( &lt;STRONG&gt;GeoNet ESRI Community&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Ariputhiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 05:12:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9598#M819</guid>
      <dc:creator>baajiputhiran</dc:creator>
      <dc:date>2016-12-05T05:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: AutoTracking System</title>
      <link>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9599#M820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really understand your question but it sounds like you could use a simple buffer and Intersection for your solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer your starting point &amp;nbsp;by the (distance traveled in &amp;nbsp;3 minutes) so you would buffer the starting point by 3 Km. &amp;nbsp;Wherever the buffer intersects your roads system NSEW would be the position of the vehicle 3 minutes from start.&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;Ted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 16:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9599#M820</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2016-12-05T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: AutoTracking System</title>
      <link>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9600#M821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think hes using the ESRI stack at all &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;Unfortunately we are not the best forum for helping with Django open source framework as we generally utilize ArcGIS Server for these type of requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 10:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9600#M821</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2016-12-20T10:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: AutoTracking System</title>
      <link>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9601#M822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Irregardless, the technique would still apply when dealing with geometry? &amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://docs.djangoproject.com/en/1.10/ref/contrib/gis/geos/" title="https://docs.djangoproject.com/en/1.10/ref/contrib/gis/geos/"&gt;GEOS API | Django documentation | Django&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the open source GEOS, I believe it is called a linear ring .... &amp;nbsp; In any event, this is ESRI forum and you are correct that this is not the best place for Django questions. &amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 15:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autotracking-system/m-p/9601#M822</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2016-12-20T15:32:02Z</dc:date>
    </item>
  </channel>
</rss>

