Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 27, 2023
1 parent 3cb6195 commit 17fe0cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/h3_data_importer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ extract-aqueduct: download-aqueduct

convert-aqueduct: extract-aqueduct
@echo "Converting excess withdrawals data... "
python vector_folder_to_h3_table.py $(WORKDIR_AQUEDUCT) h3_grid_excess_withdrawals_global perc_reduc excess_withdrawals "Environmental datasets" 2023 --indicator=UWU --h3-res=6
@echo "Including contextual layer... "
python vector_folder_to_h3_table.py $(WORKDIR_AQUEDUCT) h
python vector_folder_to_h3_table.py $(WORKDIR_AQUEDUCT) h3_grid_excess_withdrawals_global perc_reduc excess_withdrawals "Environmental datasets" 2023 --indicator=UWU --h3-res=6
@echo "Including contextual layer... "
python vector_folder_to_h3_table.py $(WORKDIR_AQUEDUCT) h

#########################################
# Nutrient load reduction data #
Expand Down

0 comments on commit 17fe0cc

Please sign in to comment.