Merge branch 'main' of github.com:heyarne/remote-sensing-for-journalism into main

This commit is contained in:
heyarne 2021-03-16 20:08:46 +00:00
commit 6e6c9fe5d4
3 changed files with 6 additions and 8 deletions

View file

@ -1,3 +0,0 @@
machine scihub.copernicus.eu
login your_username
password your_password

View file

@ -3,7 +3,7 @@
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. 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://jupyterbook.org), an open-source python project that allows generating HTML pages from a collection of Jupyter notebooks.
## Copernicus Open Access Hub ## Copernicus Open Access Hub
@ -50,11 +50,11 @@ Follow the link for more information on installed packages or other configuratio
## Hardware Requirements ## Hardware Requirements
Note that working with this kind of data is resource intensive. Note that working with this kind of data is resource intensive.
These notebooks download or create roughly 50GB of data, most of which is occupied by compressed GeoTIFF files. These notebooks download or create roughly 50GB of data, most of which is occupied by compressed raster geodata.
They have been executed and tested on a virtual server with 4 CPU cores with a clock speed of 2.6 GHz each and 32 GB of RAM. They have been executed and tested on a virtual server with 4 CPU cores with a clock speed of 2.6 GHz each and 32 GB of RAM.
There are notebooks cells with `%%time` or `%%timeit` magic commands. Some notebooks contain cells that start with either the `%%time` or `%%timeit` magic commands.
Their ouput contains information about the execution time on the system described above. These cells often contain code that does not immediately produce output and the magic commands produce information about the execution time on the system described above.
## Building the Jupyter Book ## Building the Jupyter Book

View file

@ -13,7 +13,8 @@ execute:
execute_notebooks: "off" execute_notebooks: "off"
repository: repository:
url: https://github.com/heyarne/remote-sensing-for-journalism url: https://github.com/heyarne/earth-observation-for-journalism
branch: main
html: html:
use_repository_button: true use_repository_button: true