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 ontimewithproductandplatformcoordinates) instead of anHLSobject.remove_nodata→mask_nodata=,scale_data→scale=.add_metadataandadd_platformare accepted and ignored: the platform is always a coordinate now, and the per-scene metadata comes fromeasysnowdata.optical.hls.search()instead of the XML scrape.