first commit

This commit is contained in:
2026-06-23 09:13:51 +03:00
commit f6c7db328f
103 changed files with 1618 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from app.models.landcover import LandcoverPathRequest, LandcoverPathResponse
def path_landcover(request: LandcoverPathRequest) -> LandcoverPathResponse:
raise NotImplementedError(
"Landcover and canopy raster sampling is implemented in a later stage"
)