Skip to content

Download ArcGIS feature data from a feature service URL

Notifications You must be signed in to change notification settings

IshaqIdris/ArcRestDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ArcRestDownloader

ArcRestDownloader.py README

The ArcRestDownloader.py will download feature data from a feature service URL into a new Geo database.

NOTE: The ArcRestDownloader creates a new empty Geo Database to put the features in however this can be disregarded very easily in the program by commenting out the geo database code and changing the output path to anywhere of your choosing.

To get the feature service url:

  • log into arcgis.com
  • click -> content
  • scroll down till you find your desired project
  • open the project
  • click the desired feature that you want captured
  • click feature url
  • copy the url all the way to the end of "/Feature Service"

To choose what date to dowload feature clas data from :

  • open the "LastDate.txt" file
  • change the date in the file to desired date

NOTE: Make sure date is in exact format as required (mm/dd/yyyy) and also DO NOT change anything else in the file

READ THE IMPLEMENTATION COMMENTS

About

Download ArcGIS feature data from a feature service URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages