Skip to main content

No project description provided

Project description

esridumpgdf

Simple module using pyesridump and geopandas to create GeoDataFrames from ArcGIS Map and Feature layers and services.

Install

pip install esridumpgdf

Usage

For exporting a single Map or Feature service to GeoDataFrame:

from esridumpgdf import Layer
layer = 'https://sampleserver6.arcgisonline.com/arcgis/rest/services/911CallsHotspot/MapServer/1'
gdf = Layer(layer).to_gdf()

To export an entire service to a multiple GeoDataFrames:

from esridumpgdf import Service
service = 'https://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/MapServer'
gdfs = Service(service).to_gdfs()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

esridumpgdf-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

esridumpgdf-0.1.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page