added bootstrap buildings
This commit is contained in:
@@ -15,6 +15,7 @@ class Settings(BaseSettings):
|
||||
dem_path: Path = Field(default=Path("/data/dem"))
|
||||
landcover_path: Path = Field(default=Path("/data/landcover"))
|
||||
canopy_path: Path = Field(default=Path("/data/canopy"))
|
||||
buildings_query_limit: int = Field(default=5000, gt=0)
|
||||
|
||||
|
||||
@lru_cache
|
||||
|
||||
Reference in New Issue
Block a user