File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ class Settings(BaseSettings):
1212 GAUL_DOWNLOAD_URL : str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.0/gaul.gpkg"
1313 # World Administrative Boundaries
1414 SUPER_SIMPLIFIED_WAB_FILE_PATH : str = "./geodata-prep/geodata/super_simple.wab.fgb"
15- SUPER_SIMPLIFIED_WAB_DOWNLOAD_URL : str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.0/wab.fgb"
15+ SUPER_SIMPLIFIED_WAB_DOWNLOAD_URL : str = (
16+ "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.0/super_simple.wab.fgb"
17+ )
1618 # EMDAT GAUL
1719 SUPER_SIMPLIFIED_GAUL_FILE_PATH : str = "./geodata-prep/geodata/super_simple.gaul.gpkg"
18- SUPER_SIMPLIFIED_GAUL_DOWNLOAD_URL : str = "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.0/gaul.gpkg"
20+ SUPER_SIMPLIFIED_GAUL_DOWNLOAD_URL : str = (
21+ "https://github.com/IFRCGo/geocoding-service/releases/download/v1.0.0/super_simple.gaul.gpkg"
22+ )
1923
2024
2125settings = Settings ()
You can’t perform that action at this time.
0 commit comments