Metadata-Version: 2.1
Name: ideuy
Version: 0.1.0
Summary: Add a short description here!
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Damián Silvani
Author-email: munshkr@gmail.com
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: fiona
Requires-Dist: shapely
Requires-Dist: pyproj
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

# ideuy-py

Python package for downloading the orthoimages from IDEuy

## Install

Create a virtual environment and install with pip in development mode, for
example:

```
virtualenv -p python3 .venv/
source .venv/bin/activate
pip install -e .
```

## Usage

### Available CLI scripts

* `ideuy_filter`: Filters a grid shapefile with another AOI shapefile
* `ideuy_download_images`: Downloads orthoimages based on a grid shapefile

## License

MIT


