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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file esridumpgdf-0.1.1.tar.gz
.
File metadata
- Download URL: esridumpgdf-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.8.12 Linux/5.11.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d17cb4232b55a934fa044325b8a1e6080549899c09591579bb1d8c1ced282ce6 |
|
MD5 | 34f82c9c3b242f9c1ad3255391f8ea26 |
|
BLAKE2b-256 | 4e3d4603e02d15cb680750a105ecc836c823bba9de934fe69abce67a5c24f959 |
File details
Details for the file esridumpgdf-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: esridumpgdf-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.8.12 Linux/5.11.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cafb5c9df737953c29ff6795bdcdea1a3cc06bc4978f3e7eb133c8ea5aeae295 |
|
MD5 | 9fce431fe60194822f736ad41138cccd |
|
BLAKE2b-256 | a5dae4650713bcb557d25a47da3e698be17c96c8e07f6cecb5e22ead8c0c33e3 |