Earth Observation Data Access Gateway
2.8K
Documentation: https://eodag.readthedocs.io
Source Code: https://github.com/CS-SI/eodag
EODAG (Earth Observation Data Access Gateway) is a command line tool and a plugin-oriented Python framework for searching, aggregating results and downloading remote sensed images while offering a unified API for data access regardless of the data provider.
EODAG has a STAC compliant REST API. It can serve configured providers data through this STAC API.

EODAG can be run in server mode using the image hosted on Docker Hub:
docker run --name eodag-server -p 5000:5000 -it --rm csspace/eodag-server
or with maximum EODAG logging verbosity:
docker run --name eodag-server -p 5000:5000 --env EODAG_LOGGING=3 -it --rm csspace/eodag-server
Have you spotted a typo in our documentation? Have you observed a bug while running EODAG? Do you have a suggestion for a new feature?
Don't hesitate and open an issue or submit a pull request, contributions are most welcome!
For guidance on setting up a development environment and how to make a contribution to eodag, see the contributing guidelines.
EODAG is licensed under Apache License v2.0. See LICENSE file for details.
EODAG has been created by CS GROUP - France.
EODAG is built on top of amazingly useful open source projects. See NOTICE file for details about those projects and their licenses. Thank you to all the authors of these projects!
Content type
Image
Digest
sha256:2bd7b5a9b…
Size
154.8 MB
Last updated
4 months ago
docker pull csspace/eodag-server