Metadata-Version: 2.1
Name: rov-sent-api
Version: 0.1.23
Summary: 
Author: Pablo Cano
Author-email: pablo.cano@rovisen.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: blake3 (>=0.4.1,<0.5.0)
Requires-Dist: boto3 (>=1.34.34,<2.0.0)
Requires-Dist: certifi (>=2023.7.22,<2024.0.0)
Requires-Dist: pyproj (>=3.6.1,<4.0.0)
Requires-Dist: pytest (>=7.4.4,<8.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: rasterio[s3] (>=1.3.9,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Description-Content-Type: text/markdown

# Rovisen Sentinel API

Works through the Copernicus Data Space Ecosystem.

Some functionalities, such as Sentinel 2 Cog access and download, depends on AWS credentials loaded in your environment

## Developer Setup

To develop this API, configure user and place the credentials inside a `.env` file at the root following the `.env.copy` template.

