Metadata-Version: 2.1
Name: GeoPatch
Version: 1.0.1
Summary: GeoPatch is a package for generating patches from remote sensing data
Home-page: https://github.com/Hejarshahabi
Author: Hejar Shahabi
Author-email: hejarshahabi@gmail.com
License: MIT
Keywords: Machine Learning,Remote SensingDeep Learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

## GeoPatch is a package for generating patches from remote sensing data

*GeoPatch* enables the user to read, process and export GeoTIFFs in various patch sizes. The module is built on the Rasterio library but is much more convenient when it comes to reading and exporting GeoTIFs patches for training deep learning models.
Using this package user is able to feed satellite imagery and corresponding label data and exports patches in both Geotiff and Numpy array.

Any feedback from users is welcome and you can write to me at hejarshahabi@gmail.com in case of any contribution or suggestion.

## Quick tutorial on how to use GeoPatch 

### Installation :
```bash
pip install GeoPatch
```

