diff --git a/data/h3_data_importer/Makefile b/data/h3_data_importer/Makefile index 1d83a5c49..2b10d25c3 100644 --- a/data/h3_data_importer/Makefile +++ b/data/h3_data_importer/Makefile @@ -40,6 +40,7 @@ all: @echo "AWS S3 bucket access confirmed, proceeding with import..." make clean make crop indicators + make delete-h3-tables crop: convert-mapspam-crop-production convert-mapspam-crop-harvest convert-glw3-livestock convert-livestock-processed convert-default-commodity @@ -321,3 +322,4 @@ clean: rm -rf data/* delete-h3-tables: + python delete_h3_tables.py