Skip to content

Commit

Permalink
Rename estimate tables
Browse files Browse the repository at this point in the history
  • Loading branch information
GISRedeDev committed Jan 19, 2025
1 parent 5ef4776 commit 2451c01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions api/scripts/insert_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ def main():
tables = ["subnational_geometries", "national_geometries", "subnational_indicators", "national_indicators"] #, "indicator_descriptions"]
for table in tables:
delete_all_rows(table)
csv_path_subnational = BASE / "subnational_estimates_2024-05-01_2024-07_01.csv"
csv_path_national = BASE / "national_estimates_2024-05-01_2024-07_01.csv"
csv_path_subnational = BASE / "subnational_estimates.csv"
csv_path_national = BASE / "national_estimates.csv"
ground_truth_national_csv_path = BASE / "national_ground_truth.csv"
national_ground_truth_model = NationalGroundTruth
ground_truth_subnational_csv_path = BASE / "subnational_ground_truth.csv"
Expand Down

0 comments on commit 2451c01

Please sign in to comment.