• Jupyter Notebook 100%
Find a file
2020-11-24 14:31:51 +00:00
Cotbusser Ostsee Consistently use $SCIHUB_USERNAME and $SCIHUB_PASSWORD 2020-11-24 14:31:51 +00:00
True-Color Image Consistently use $SCIHUB_USERNAME and $SCIHUB_PASSWORD 2020-11-24 14:31:51 +00:00
Waldbraende Consistently use $SCIHUB_USERNAME and $SCIHUB_PASSWORD 2020-11-24 14:31:51 +00:00
.dockerignore Refine .dockerignore 2020-11-18 16:44:29 +00:00
.gitignore Ignore more non-essential folders 2020-11-16 12:30:57 +00:00
.netrc.example Move pip installs from notebooks to Dockerfile and configure sentinelhub auth in .netrc 2020-08-12 10:52:03 +00:00
Dockerfile Fix Dockerfile 2020-11-24 12:56:47 +00:00
README.md Add more information to the README.md 2020-11-18 16:55:22 +00:00

Earth Observation Data in a Journalistic Context

This repository contains a series of notebooks describing interaction with the Copernicus Open Acces Hub in order to obtain and manipulate earth observation data. A (free) Scihub account is needed in order to execute them, the registration form can be found at https://scihub.copernicus.eu/dhus/.

The Docker image can be built using the following command:

docker build . -t eratosthenes:latest

The resulting notebook is based on the jupyter/scipy-notebook. Follow the link for more information on installed packages or other configuration details.

You need to define your Scihub user credentials as environment variables in order to be able to execute the notebooks:

docker run -it -e SCIHUB_USERNAME='<username>' -e SCIHUB_PASSWORD='<password>' eratosthenes:latest