From 5f4a032047e373a5d0ddd5d5b6430ee7be5df236 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 28 May 2024 21:06:33 -0400 Subject: [PATCH] Fixing bug for some of the new HAPI datasets --- ingestion/shapefiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/shapefiles.py b/ingestion/shapefiles.py index ab218890..006c06bc 100644 --- a/ingestion/shapefiles.py +++ b/ingestion/shapefiles.py @@ -146,7 +146,7 @@ def normalize_hdx_boundaries( def download_hdx_boundaries( - datafile="./api/hapi/hapi_population.csv", + datafile="./api/hapi/api_v1_population-social_population.csv", datafile_country_col="location_code", target_dir="./api/hdx/", field_map={},