mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Add note about target audience
This commit is contained in:
parent
39668d6ca8
commit
b0c01162f0
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Remote Sensing for Journalism
|
# Remote Sensing for Journalism
|
||||||
|
|
||||||
This repository contains a series of notebooks describing interaction with the Copernicus Open Acces Hub in order to obtain, manipulate and analyze earth observation data.
|
This repository contains a series of notebooks describing interaction with the Copernicus Open Access Hub in order to obtain, manipulate and analyze earth observation data.
|
||||||
The aim is to document common tasks that might make the data from the Copernicus Sentinel-2 mission attractive for usage in data journalism.
|
The aim is to document common tasks that might make the data from the Copernicus Sentinel-2 mission attractive for usage in data journalism.
|
||||||
|
|
||||||
The publication and research uses [Jupyter notebooks](https://jupyter.org) and is published using [jupyter-books](https://jupyter-book.org), an open-source python project that allows generating HTML pages from a collection of Jupyter notebooks.
|
The publication and research uses [Jupyter notebooks](https://jupyter.org) and is published using [jupyter-books](https://jupyter-book.org), an open-source python project that allows generating HTML pages from a collection of Jupyter notebooks.
|
||||||
|
|
@ -11,6 +11,10 @@ Copernicus Open Access Hub is the platform which is openly distributing the Terr
|
||||||
A (free) Scihub account is needed in order to follow this documentation interactively.
|
A (free) Scihub account is needed in order to follow this documentation interactively.
|
||||||
The registration form can be found at https://scihub.copernicus.eu/dhus/.
|
The registration form can be found at https://scihub.copernicus.eu/dhus/.
|
||||||
|
|
||||||
|
## Target Audience
|
||||||
|
|
||||||
|
These notebooks assume Python knowledge as well as familiarity with common Python data processing tools like the `pandas` library.
|
||||||
|
|
||||||
## Obtaining and Running the Code
|
## Obtaining and Running the Code
|
||||||
|
|
||||||
The notebooks are published for reading at https://arne.schlueter.is/working-on/remote-sensing-for-journalism.
|
The notebooks are published for reading at https://arne.schlueter.is/working-on/remote-sensing-for-journalism.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue