Skip to content

Commit

Permalink
fix Nutriend load reduction namecode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 28, 2023
1 parent 6bc429f commit d323959
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=NLR --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=NL --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 d323959

Please sign in to comment.