An open API service indexing awesome lists of open source software.

https://github.com/inseefrlab/astrovision

The compulsory Python library to work with satellite imagery
https://github.com/inseefrlab/astrovision

Last synced: 22 days ago
JSON representation

The compulsory Python library to work with satellite imagery

Awesome Lists containing this project

README

          

# 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 .
```