easysnowdata.terrain.dem.search#
- easysnowdata.terrain.dem.search(aoi: Any = None, *, source: str | None = None, resolution: int = 30, **kwargs: Any) GeoDataFrame[source]#
Return the DEM tiles covering aoi as a GeoDataFrame of STAC items.
- Parameters:
aoi – Any form
easysnowdata.aoi.parse_aoi()accepts.source –
"planetary-computer"(default) or"earth-search".resolution – 30 or 90 (metres) — which Copernicus DEM collection to search.
**kwargs – Passed to
easysnowdata.providers.stac.search().
- Returns:
geopandas.GeoDataFrame– One row per tile, filterable and accepted back byload().