From 3b065e82a550fbb159f6ab52dd1a690f2d0dbc6e Mon Sep 17 00:00:00 2001 From: Ranjan Shrestha Date: Thu, 20 Aug 2026 14:34:54 +0545 Subject: [PATCH] fix: update the filename to pull from the repository --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 404b017..04b99ac 100644 --- a/config.py +++ b/config.py @@ -5,11 +5,11 @@ class Settings(BaseSettings): # World Administrative Boundaries - WAB_FILE_PATH: str = "./geodata-prep/geodata/wab.fgb" - WAB_DOWNLOAD_URL: str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.2/wab.fgb" + WAB_FILE_PATH: str = "./geodata-prep/geodata/simple.wab.fgb" + WAB_DOWNLOAD_URL: str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.2/simple.wab.fgb" # EMDAT GAUL - GAUL_FILE_PATH: str = "./geodata-prep/geodata/gaul.gpkg" - GAUL_DOWNLOAD_URL: str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.2/gaul.gpkg" + GAUL_FILE_PATH: str = "./geodata-prep/geodata/simple.gaul.gpkg" + GAUL_DOWNLOAD_URL: str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.2/simple.gaul.gpkg" # World Administrative Boundaries SUPER_SIMPLIFIED_WAB_FILE_PATH: str = "./geodata-prep/geodata/super_simple.wab.fgb" SUPER_SIMPLIFIED_WAB_DOWNLOAD_URL: str = (