mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Add more information to the README.md
This commit is contained in:
parent
6ed42c12dd
commit
4cc2587c07
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
|
@ -1,5 +1,17 @@
|
||||||
# Remote Sensing in a Journalistic Contexto
|
# 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:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
docker build . -t eratosthenes:latest
|
||||||
```
|
```
|
||||||
$ docker build . -t eratosthenes:latest
|
|
||||||
|
The resulting notebook is based on the [jupyter/scipy-notebook](https://github.com/jupyter/docker-stacks/tree/master/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:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
docker run -it -e SCIHUB_USERNAME='<username>' -e SCIHUB_PASSWORD='<password>' eratosthenes:latest
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue