easysnowdata.remote_sensing.HLS#

easysnowdata.remote_sensing.HLS(bbox_input, start_date='2014-01-01', end_date=None, bands=None, resolution=None, crs='utm', remove_nodata=True, scale_data=True, add_metadata=True, add_platform=True, groupby='solar_day', **kwargs)[source]#

Deprecated since version 0.1.0: easysnowdata.remote_sensing.HLS is deprecated since easysnowdata 0.1.0 and will be removed in 0.3.0. Use easysnowdata.optical.hls.load instead. The new loader reads the scene metadata from STAC properties instead of fetching one XML file per granule, and adds a credential-free Planetary Computer route (source=’planetary-computer’).

Deprecated factory for easysnowdata.optical.hls.load().

Returns the loaded xarray.Dataset (both products stacked on time with product and platform coordinates) instead of an HLS object. remove_nodatamask_nodata=, scale_datascale=. add_metadata and add_platform are accepted and ignored: the platform is always a coordinate now, and the per-scene metadata comes from easysnowdata.optical.hls.search() instead of the XML scrape.