Skip to content

Commit

Permalink
Fix NL to ENL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 28, 2023
1 parent 7545bd4 commit 8c44f57
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 @@ -351,7 +351,7 @@ extract-nutrient-load-reduction:download-nutrient-load-reduction

convert-nutrientLoadReduction: extract-nutrient-load-reduction
@echo "Converting nutrient load reduction data... "
python vector_folder_to_h3_table.py $(WORKDIR_NUTRIENT_LOAD_REDUCTION) h3_grid_nutrient_load_global perc_reduc nutrient_load_reduction "Environmental datasets" 2023 --indicator=NL --h3-res=6
python vector_folder_to_h3_table.py $(WORKDIR_NUTRIENT_LOAD_REDUCTION) h3_grid_nutrient_load_global perc_reduc nutrient_load_reduction "Environmental datasets" 2023 --indicator=ENL --h3-res=6
@echo "Including contextual layer... "
python vector_folder_to_h3_table.py $(WORKDIR_NUTRIENT_LOAD_REDUCTION) h3_grid_limiting_nutrients_global Cases_v2_1 limiting_nutrient "Environmental datasets" 2023

Expand Down

0 comments on commit 8c44f57

Please sign in to comment.