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.Dataset instead of a MODIS_snow object. data_productproduct=, bandsvariables=, clip_to_bbox → the AOI’s own clip flag. mute is accepted and ignored (the loaders log instead of printing), and vertical_tile / horizontal_tile are no longer needed: pass an AOI, or clip=False on it to keep whole tiles.