Metadata-Version: 2.4
Name: resens
Version: 1.0.0
Summary: Raster Processing package for Remote Sensing and Earth Observation
Author: Nikos Argyropoulos
Author-email: n.argiropgeo@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.8,<3.15
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: fsspec
Requires-Dist: gdal==3.4.1
Requires-Dist: matplotlib
Requires-Dist: numpy<2
Requires-Dist: setuptools
Requires-Dist: wheel>=0.43.0
Requires-Dist: fiona<=1.9.6; python_version < "3.9"
Requires-Dist: fiona==1.10.1; python_version >= "3.9"
Requires-Dist: geopandas<0.14,>=0.10; python_version < "3.9"
Requires-Dist: geopandas<1.1,>0.14.3; python_version >= "3.9" and python_version < "3.10"
Requires-Dist: geopandas>=1.1.2; python_version >= "3.10"
Requires-Dist: opencv-python>=4.6.0.66
Requires-Dist: opencv-python>=4.11.0.86; python_version >= "3.13"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# resens

[![PyPI version](https://img.shields.io/pypi/v/resens.svg)](https://pypi.org/project/resens/)
[![Python versions](https://img.shields.io/pypi/pyversions/resens.svg)](https://pypi.org/project/resens/)
[![License](https://img.shields.io/pypi/l/resens.svg)](https://pypi.org/project/resens/)

Raster Processing package for Remote Sensing and Earth Observation.

## Installation

```bash
pip install resens
```

## Changelog

See [`CHANGELOG.md`](CHANGELOG.md) for a detailed list of changes between releases.
