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/
Description: # 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
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
