diff --git a/data/Makefile b/data/Makefile index f5fc75d6d..cc9b91779 100644 --- a/data/Makefile +++ b/data/Makefile @@ -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