From 4d1ac2296f6051083ae0497a591e4f6ba856834a Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 8 Mar 2021 15:51:51 +0100 Subject: [PATCH] Split Area of Interest Definition from NDVI calculation --- _toc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_toc.yml b/_toc.yml index 54d01c2..bd74442 100644 --- a/_toc.yml +++ b/_toc.yml @@ -11,7 +11,8 @@ - part: "Spectral Indices" chapters: - file: "sources/02 Overview.md" - - file: "sources/02a NDVI.ipynb" + - file: "sources/02a Area of Interest Definition and Product Download.ipynb" + - file: "sources/02b NDVI.ipynb" sections: - file: "sources/02c Corrupted Zip File.ipynb" - file: "sources/02c Multithreading.ipynb"