• Jupyter Notebook 100%
Find a file
2021-02-22 17:43:49 +00:00
Cotbusser Ostsee Consistently use $SCIHUB_USERNAME and $SCIHUB_PASSWORD 2020-11-24 14:31:51 +00:00
sentinel_data_for_earth_observation Create pipeline for spectral indices w/ correct cloud masking 2021-02-19 13:15:45 +00:00
true-color-image Remove unused method to reproject images 2021-02-22 17:43:49 +00:00
Waldbraende Consistently use $SCIHUB_USERNAME and $SCIHUB_PASSWORD 2020-11-24 14:31:51 +00:00
.bash_history Create pipeline for spectral indices w/ correct cloud masking 2021-02-19 13:15:45 +00:00
.dockerignore Ignore raster files from docker and git repositories 2021-02-16 12:22:55 +00:00
.gitignore Finish pipeline for True-Colo products! 2021-02-16 12:58:26 +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
_config.yml Add jupyter-book config 2020-12-09 17:43:16 +00:00
_toc.yml Add jupyter-book config 2020-12-09 17:43:16 +00:00
Dockerfile Update rasterio to latest version 2021-02-16 12:59:14 +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