Skip to content

Commit

Permalink
Fix indicator code to correct current one
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela authored and alexeh committed Oct 10, 2023
1 parent 607fd76 commit 504fb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/h3_data_importer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ download-ghg-farm:
cd $(WORKDIR_GHG_FARM) && sha256sum --check ../../$(CHECKSUMS_PATH)/ghg_from_farm_emissions

convert-ghg-farm: download-ghg-farm
python raster_folder_to_h3_table.py $(WORKDIR_GHG_FARM) h3_grid_ghg_global material_indicator GHG 2017 --h3-res=6 --thread-count=$(PARALLELIZATION_FACTOR)
python raster_folder_to_h3_table.py $(WORKDIR_GHG_FARM) h3_grid_ghg_global material_indicator GHG_FARM 2017 --h3-res=6 --thread-count=$(PARALLELIZATION_FACTOR)

clean:
rm -rf data/*

0 comments on commit 504fb3d

Please sign in to comment.