easysnowdata.snow.modis.search#
- easysnowdata.snow.modis.search(aoi: Any = None, time: Any = None, *, product: str = 'MOD10A1', source: str | None = None, max_items: int | None = None, **kwargs: Any) GeoDataFrame[source]#
Search for MODIS snow granules and return them as a
GeoDataFrame.On the NSIDC route the frame has one row per granule (
id,start,end,size_mb,data_links); on Planetary Computer it is the usual STAC item frame.