Skip to content

Commit

Permalink
include ingestion of new datasets in crops
Browse files Browse the repository at this point in the history
  • Loading branch information
elpamart authored and alexeh committed Dec 17, 2024
1 parent d973d0a commit 8069484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/h3_data_importer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ all:
make crop indicators
make delete-h3-tables

crop: convert-mapspam-crop-production convert-mapspam-crop-harvest convert-glw3-livestock convert-livestock-processed convert-default-commodity convert-earthstat
crop: convert-mapspam-crop-production convert-mapspam-crop-harvest convert-cropland convert-cropgrids convert-glw3-livestock convert-livestock-processed convert-default-commodity convert-earthstat

indicators: convert-aqueduct convert-deforestation convert-forestGHG convert-naturalCropConversion convert-nutrientLoadReduction convert-biodiversity convert-ghg-farm convert-ghg-farm-livestock

Expand Down Expand Up @@ -77,7 +77,7 @@ download-mapspam-crop-harvest:
cd $(WORKDIR_MAPSPAM_HA) && sha256sum --check ../../$(CHECKSUMS_PATH)/mapspam_ha

convert-mapspam-crop-harvest: download-mapspam-crop-harvest
python raster_folder_to_h3_table.py $(WORKDIR_MAPSPAM_HA) h3_grid_spam2010v2r0_global_ha harvest_area spam 2020 --h3-res=6 --thread-count=$(PARALLELIZATION_FACTOR)
python raster_folder_to_h3_table.py $(WORKDIR_MAPSPAM_HA) h3_grid_spam2020v1r0_global_ha harvest_area spam 2020 --h3-res=6 --thread-count=$(PARALLELIZATION_FACTOR)

# ---------------------------------------------
# EARTHSTAT - production and harvest
Expand Down

0 comments on commit 8069484

Please sign in to comment.