From 91b0278af1daec7f97b15736cb4f6a7d0d1b24f9 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 15 Mar 2021 12:07:36 +0100 Subject: [PATCH 1/5] Fix repository URL --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c9e2423..ba7fac7 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ execute: execute_notebooks: "off" repository: - url: https://github.com/heyarne/remote-sensing-for-journalism + url: https://github.com/heyarne/earth-observation-for-journalism html: use_repository_button: true From bddecee3aa4cfe83922be6dd5cdb25c7e40434d8 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 15 Mar 2021 12:07:48 +0100 Subject: [PATCH 2/5] Be a bit more precise about magic commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb79200..da7ebcd 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Follow the link for more information on installed packages or other configuratio ## Hardware Requirements 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. -There are notebooks cells with `%%time` or `%%timeit` magic commands. -Their ouput contains information about the execution time on the system described above. +Some notebooks contain cells that start with either the `%%time` or `%%timeit` magic commands. +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 From 6481dd6f17f607a8c3157d38f249786367d7e292 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 15 Mar 2021 12:52:15 +0100 Subject: [PATCH 3/5] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da7ebcd..af703c9 100644 --- a/README.md +++ b/README.md @@ -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. 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 From 1ca60d02b9c12c6528999c24944e7658ca0c362b Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 15 Mar 2021 12:59:30 +0100 Subject: [PATCH 4/5] Fix repository branch name --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index ba7fac7..49723bf 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ execute: repository: url: https://github.com/heyarne/earth-observation-for-journalism + branch: main html: use_repository_button: true From 4e2ad51d96c538296ca4f294a6b2471b19163e97 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 15 Mar 2021 13:00:22 +0100 Subject: [PATCH 5/5] Remove obsolete .netrc.example --- .netrc.example | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .netrc.example diff --git a/.netrc.example b/.netrc.example deleted file mode 100644 index 503cd81..0000000 --- a/.netrc.example +++ /dev/null @@ -1,3 +0,0 @@ -machine scihub.copernicus.eu -login your_username -password your_password