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
- Host: GitHub
- URL: https://github.com/inseefrlab/astrovision
- Owner: InseeFrLab
- License: mit
- Created: 2023-11-14T13:32:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:49:48.000Z (over 1 year ago)
- Last Synced: 2025-09-30T03:11:11.741Z (6 months ago)
- Language: Python
- Homepage: https://inseefrlab.github.io/astrovision/
- Size: 20.1 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 .
```