From 798063f14ae649062c5d145c9264a4d6e67e3b9b Mon Sep 17 00:00:00 2001 From: nehajo88 <nehajo88@gmail.com> Date: Sun, 18 Feb 2024 10:55:19 -0800 Subject: [PATCH] Code for Nature Scientific Data --- Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb b/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb index 140964a..8aca4fc 100644 --- a/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb +++ b/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb @@ -404,9 +404,9 @@ "source": [ "### HOW TO HANDLE MISSING TILES\n", "\n", - "#### All sourced input datasets might not contain the every 10 x 10 degree tile to cover the entire globe. For example, the Primary Humid Tropical Forest layer is provided only for the tropics. As such, for missing tiles, psuedo layers with 0 values are created to cover the entire land surface of the earth. These pseudo layers ensure that the forest classification can run without returning errors for any 10 x 10 degree tile in the world.\n", + "#### All sourced input datasets might not contain every 10 x 10 degree tile to cover the entire globe. For example, the Primary Humid Tropical Forest layer is provided only for the tropics. As such, for missing tiles, psuedo layers with 0 values are created to cover the entire land surface of the earth. These pseudo layers ensure that the forest classification can run without returning errors for any 10 x 10 degree tile in the world.\n", "\n", - "#### Below is an example of such layers created for where the JRC Tropcal maps have no detected degradation" + "#### Below is an example of such psuedo layers created for where the JRC Tropical maps that are missing from our global-coverage" ] }, { -- GitLab