Metadata-Version: 2.1
Name: astrovision
Version: 0.14.2
Summary: The compulsory Python library to work with satellite imagery.
Home-page: https://github.com/InseeFrLab/astrovision
License: MIT
Author: Raya Berova
Author-email: raya.berova@insee.fr
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: geopy (>=2.4.1,<3.0.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: pyproj (>=3.6.1,<4.0.0)
Requires-Dist: rasterio (>=1.3.9,<2.0.0)
Requires-Dist: shapely (>=2.0.2,<3.0.0)
Requires-Dist: torch (>=2.1.1,<3.0.0)
Project-URL: Repository, https://github.com/InseeFrLab/astrovision
Description-Content-Type: text/markdown

# Astrovision

The compulsory Python library to work with satellite imagery.

## Pre-requisites

`GDAL` must be installed (`source install_gdal.sh`).

## Installation

```bash
pip install astrovision
```

## Documentation

Documentation can be found here: https://inseefrlab.github.io/astrovision/.

## Contribution

To contribute, refer to `CONTRIBUTING.md`. Astrovision is a poetry built project, to develop install the package with

```
pip install -e .
```

