Metadata-Version: 2.1
Name: esridumpgdf
Version: 0.0.3
Summary: ArcGIS Map and Feature Services to GeoDataFrame
Home-page: https://github.com/wchatx/esridumpgdf
Author-email: wchatx@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: esridump (==1.9.3)
Requires-Dist: fiona (>=1.8)
Requires-Dist: geopandas (>=0.7.0)
Requires-Dist: pandas (>=0.24.0)
Requires-Dist: pyproj (>=2.2.0)
Requires-Dist: requests (>=2.0.0)
Requires-Dist: shapely (>=1.6)

# esridumpgdf

Simple functions using [pyesridump](https://github.com/openaddresses/pyesridump) 
and [geopandas](https://github.com/geopandas/geopandas) to create GeoDataFrames.  

## Install
```
pip install git+https://github.com/wchatx/esridumpgdf.git
```

## Usage
For exporting a single Map or Feature service to GeoDataFrame:
```python

```


