added land

This commit is contained in:
2026-06-23 13:14:27 +03:00
parent 11a172ef3d
commit cfbfcb52d3
15 changed files with 106 additions and 4 deletions
+2
View File
@@ -16,6 +16,8 @@ class Settings(BaseSettings):
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)
p833_gamma_db_per_m: float = Field(default=0.15, ge=0)
p833_max_attenuation_db: float = Field(default=25.0, gt=0)
@lru_cache