easysnowdata.remote_sensing.MODIS_snow#
- easysnowdata.remote_sensing.MODIS_snow(bbox_input=None, clip_to_bbox=True, start_date='2000-01-01', end_date=None, data_product='MOD10A2', bands=None, resolution=None, crs=None, vertical_tile=None, horizontal_tile=None, mute=False, **kwargs)[source]#
Deprecated since version 0.1.0: easysnowdata.remote_sensing.MODIS_snow is deprecated since easysnowdata 0.1.0 and will be removed in 0.3.0. Use easysnowdata.snow.modis.load instead. The new loader defaults to NSIDC (the archive of record, and the only route with the cloud-gap-filled and Aqua products) and keeps Planetary Computer as source=’planetary-computer’; get_binary_snow() is now easysnowdata.processing.binary_snow().
Deprecated factory for
easysnowdata.snow.modis.load().Returns the loaded
xarray.Datasetinstead of aMODIS_snowobject.data_product→product=,bands→variables=,clip_to_bbox→ the AOI’s ownclipflag.muteis accepted and ignored (the loaders log instead of printing), andvertical_tile/horizontal_tileare no longer needed: pass an AOI, orclip=Falseon it to keep whole tiles.