automatically update arcgis online map

4557
4
01-20-2014 05:20 AM
by Anonymous User
Not applicable
wondering what is the best way to automatically update an arcgis online map?
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?

any ideas appreciated
-Dan
Tags (2)
0 Kudos
4 Replies
nicogis
MVP Frequent Contributor
0 Kudos
by Anonymous User
Not applicable
apparently that script has issues with arcmap 10.2.1
would be a perfect solution though. do you have the updated script?
0 Kudos
AndrewChapkowski
Esri Regular Contributor

Check out ArcREST.  It will allow you to add/remove/delete/update records in an existing hosted feature service using the REST endpoint.

http://www.github.com/Esri/ArcREST

Andrew