Skip to content

Commit

Permalink
Adds make target to deleted unused tables
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela committed Nov 17, 2023
1 parent 124b6a9 commit c1d9cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/h3_data_importer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -321,3 +322,4 @@ clean:
rm -rf data/*

delete-h3-tables:
python delete_h3_tables.py

0 comments on commit c1d9cf9

Please sign in to comment.