<?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: automatically update arcgis online map in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236267#M11679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;apparently that script has issues with arcmap 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;would be a perfect solution though. do you have the updated script?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 17:50:34 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-01-21T17:50:34Z</dc:date>
    <item>
      <title>automatically update arcgis online map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236265#M11677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wondering what is the best way to automatically update an arcgis online map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i would like a python script from model builder to create my shapefile, but then how do i get it to automatically update a hosted map on a daily / weekly basis?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 13:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236265#M11677</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-01-20T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: automatically update arcgis online map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236266#M11678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try and see if can help you: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python/"&gt;http://blogs.esri.com/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 13:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236266#M11678</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2014-01-20T13:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatically update arcgis online map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236267#M11679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;apparently that script has issues with arcmap 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;would be a perfect solution though. do you have the updated script?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 17:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236267#M11679</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-01-21T17:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatically update arcgis online map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236268#M11680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/"&gt;http://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 12:35:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236268#M11680</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2014-01-27T12:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatically update arcgis online map</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236269#M11681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out ArcREST.&amp;nbsp; It will allow you to add/remove/delete/update records in an existing hosted feature service using the REST endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.github.com/Esri/ArcREST" rel="nofollow" target="_blank"&gt;http://www.github.com/Esri/ArcREST&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 15:21:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/automatically-update-arcgis-online-map/m-p/236269#M11681</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2014-08-28T15:21:47Z</dc:date>
    </item>
  </channel>
</rss>

