Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 461 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 461 Bytes

Astrovision

The compulsory Python library to work with satellite imagery.

Pre-requisites

GDAL must be installed (source install_gdal.sh).

Installation

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 .