From 6bc429f5a264c5db8a3025060984abe22c41f671 Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 28 Sep 2023 05:06:10 +0300 Subject: [PATCH] Delete satDeforestation --- data/h3_data_importer/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data/h3_data_importer/Makefile b/data/h3_data_importer/Makefile index 046d640c4..91d2a6bd2 100644 --- a/data/h3_data_importer/Makefile +++ b/data/h3_data_importer/Makefile @@ -52,7 +52,6 @@ indicators: # There is probably a better way to do this, that future me will learn about - in the future. make convert-deforestation make convert-forestGHG - make convert-satDeforestation make convert-naturalCropConversion make convert-nutrientLoadReduction make convert-biodiversity @@ -300,9 +299,7 @@ download-satDeforestation: mv $(WORKDIR_SATDEFORESTATION)/Deforestation_2021_ha.tif $(WORKDIR_SATDEFORESTATION)/mask mv $(WORKDIR_SATDEFORESTATION)/Deforestation_risk.tif $(WORKDIR_SATDEFORESTATION)/risk -convert-satDeforestation: download-satDeforestation - python raster_folder_to_h3_table.py $(WORKDIR_SATDEFORESTATION)/mask h3_grid_sat_deforestation indicator SAT_DF 2021 --h3-res=6 --thread-count=$(PARALLELIZATION_FACTOR) - python raster_folder_to_h3_table.py $(WORKDIR_SATDEFORESTATION)/risk h3_grid_sat_deforestation_risk indicator SAT_DF_R 2021 --h3-res=6 --thread-count=$(PARALLELIZATION_FACTOR) + ####################