Skip to content

Commit

Permalink
Fix indicator_coefficient import namecodes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 28, 2023
1 parent 8c44f57 commit 149c885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/indicator_coefficient_importer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
all: blue-water-indicator-coefficients
all: blue-water-indicator-coefficients grey-water-indicator-coefficients

blue-water-indicator-coefficients:
python indicator_coefficient_importer.py data/bwfp_indicator_coefficients.csv UWU 2005

grey-water-indicator-coefficients:
python indicator_coefficient_importer.py data/gwfp_indicator_coefficients.csv NL 2005

0 comments on commit 149c885

Please sign in to comment.