easysnowdata.remote_sensing.Sentinel1#
- easysnowdata.remote_sensing.Sentinel1(bbox_input, start_date='2014-01-01', end_date=None, catalog_choice='planetarycomputer', bands=None, units='dB', resolution=None, crs=None, groupby='sat:absolute_orbit', chunks=None, remove_border_noise=True, **kwargs)[source]#
Deprecated since version 0.1.0: easysnowdata.remote_sensing.Sentinel1 is deprecated since easysnowdata 0.1.0 and will be removed in 0.3.0. Use easysnowdata.sar.sentinel1.load instead. The new loader adds the OPERA RTC-S1 route (source=’opera-rtc-s1’) and easysnowdata.sar.sentinel1.local_incidence_angle(), which reads the OPERA static layer or computes the angle from a DEM without Earth Engine.
Deprecated factory for
easysnowdata.sar.sentinel1.load().Returns the loaded
xarray.Dataset(withsat:orbit_stateandsat:relative_orbitcoordinates) instead of aSentinel1object. The.local_incidence_angle_dataproperty is replaced byeasysnowdata.sar.sentinel1.local_incidence_angle(), which no longer needs Earth Engine.