This commit is contained in:
2026-05-11 00:36:02 +03:30
parent 2a6321a263
commit 1740c20ddb
23 changed files with 1214 additions and 89 deletions
-1
View File
@@ -224,7 +224,6 @@ def _soil_profile(sensor: Any) -> list[dict[str, Any]]:
"silt": None,
"clay": None,
"ndvi": metrics.get("ndvi"),
"lst_c": metrics.get("lst_c"),
"soil_vv_db": metrics.get("soil_vv_db"),
"dem_m": metrics.get("dem_m"),
"slope_deg": metrics.get("slope_deg"),