From 5634c7b90553be3947c49e9b732a33cf41f01e4a Mon Sep 17 00:00:00 2001 From: Biel Stela Date: Wed, 20 Dec 2023 15:43:03 +0100 Subject: [PATCH] Fix commented out section --- data/h3_data_importer/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/data/h3_data_importer/Makefile b/data/h3_data_importer/Makefile index 4a0730268c..af1f0340e6 100644 --- a/data/h3_data_importer/Makefile +++ b/data/h3_data_importer/Makefile @@ -45,15 +45,9 @@ crop: convert-mapspam-crop-production convert-mapspam-crop-harvest convert-glw3- indicators: convert-aqueduct convert-deforestation convert-forestGHG convert-naturalCropConversion convert-nutrientLoadReduction convert-biodiversity convert-ghg-farm convert-ghg-farm-livestock -#contextual-layers: convert-hdi-contextual \ -# convert-blue-water-contextual \ -# convert-deforest-by-human-landuse \ -# convert-deforest-carbon-by-human-landuse \ -# convert-crop-bii-loss-by-human-landuse \ -# convert-crop-flii-loss-by-human-landuse \ -# convert-crop-net-conversion-by-human-landuse - -contextual-layers: convert-deforest-by-human-landuse \ +contextual-layers: convert-hdi-contextual \ + convert-blue-water-contextual \ + convert-deforest-by-human-landuse \ convert-deforest-carbon-by-human-landuse \ convert-crop-bii-loss-by-human-landuse \ convert-crop-flii-loss-by-human-landuse \