Skip to content

Commit

Permalink
Delete satDeforestation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 28, 2023
1 parent baf2520 commit 6bc429f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/h3_data_importer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)



####################
Expand Down

0 comments on commit 6bc429f

Please sign in to comment.