Installation
You can install ezesri from PyPI using pip:
pip install ezesri
Requirements
- Python 3.8 or higher
- geopandas and its dependencies (installed automatically)
Optional dependencies
For certain output formats, you may need additional system libraries:
- File Geodatabase - Requires GDAL with FileGDB driver
- GeoParquet - Requires pyarrow
Development installation
To install for development:
git clone https://github.com/stiles/ezesri.git
cd ezesri
pip install -e .[docs]