Skip to content

Commit

Permalink
add tmp script to bypass seed steps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 17, 2024
1 parent 0674102 commit bd1ca16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ do-nothing:
# ## Make Dataset
seed-data: seed-source-data seed-gadm seed-h3-tables seed-contextual-layers seed-indicator-coefficients

seed-starting-from-h3: seed-h3-tables seed-contextual-layers seed-indicator-coefficients

seed-source-data:
@echo "Importing source data... "
cd ./base_data_importer && make -j 4
Expand Down

0 comments on commit bd1ca16

Please sign in to comment.