From 684d523310bdbc0ccee2258b1104b8cf9be70994 Mon Sep 17 00:00:00 2001 From: nehajo88 <nehajo88@gmail.com> Date: Sun, 18 Feb 2024 10:51:46 -0800 Subject: [PATCH] Code for Nature Scientific Data --- Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb b/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb index f819feb..140964a 100644 --- a/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb +++ b/Hunka_2024_NSD/NOTES_data_download_and_preprocessing.ipynb @@ -404,7 +404,7 @@ "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 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 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", "\n", "#### Below is an example of such layers created for where the JRC Tropcal maps have no detected degradation" ] -- GitLab