first commit
This commit is contained in:
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user