Skip to content

johallar/EsriRESTScraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

EsriRESTScraper

A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase

This class is instantiated with the Esri REST Endpoint of a feature layer inside a map service. For secured map services, you can include an optional token when instantiating the class.
e.g.

import RestCacheClass
earthquakes = RestCacheClass.RestCache("http://rmgsc.cr.usgs.gov/ArcGIS/rest/services/nhss_haz/MapServer/3")

The RestCache object scrapes the feature layer page for it's various attributes: fields, wkid, max record count, name, and geometry type.

This class has two primary methods:

  1. createFeatureClass
  2. updateFeatureClass

createFeatureClass

This attribute

About

A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors