Sentinel-1 radiometrically terrain-corrected backscatter#
sentinel-1-rtc · theme sar · live
Sentinel-1 C-band gamma0 backscatter (VV, VH) terrain-corrected with the Copernicus GLO-30 DEM: 10 m scene-based from Planetary Computer (2014-10 onward) or 30 m burst-based OPERA RTC-S1 from ASF (2016-04 onward, with layover/shadow masks and static incidence-angle layers).
import easysnowdata as esd
aoi = (-121.94, 46.72, -121.54, 46.99) # Mount Rainier
data = esd.sar.sentinel1.load(aoi, time="2024-03")
No account needed for the default route
source="planetary-computer" is open. source="opera-rtc-s1" needs earthdata; source="gee" needs earthengine — see the credentials page.
Sources#
3 routes serve this product; the first is the default and source= picks another. The return contract is the same either way.
source |
provider |
credentials |
resolution |
extent |
temporal |
latency |
notes |
|---|---|---|---|---|---|---|---|
|
stac |
none |
10 m |
global |
2014-10/present |
~2 days |
scene based, Catalyst processing; no incidence-angle layer |
|
stac |
earthdata |
30 m |
global |
2016-04/present |
~1-2 days |
burst based, JPL OPERA; single-band COGs per polarization plus a layover/shadow mask. CMR-STAC cloudstac/ASF, not stac.asf.alaska.edu |
|
gee |
earthengine |
30 m |
global |
2016-04/present |
— |
the OPERA product re-served by Earth Engine; no static layers |
Where each route points#
planetary-computer— Planetary Computer livesentinel-1-rtcopera-rtc-s1— OPERA RTC-S1 (ASF) liveOPERA_L2_RTC-S1_V1_1gee— Earth Engine (OPERA) liveOPERA/RTC/L2_V1/S1
Variables#
variable |
units |
dtype |
nodata |
categorical |
|---|---|---|---|---|
|
linear power |
float32 |
-32768 |
no |
|
linear power |
float32 |
-32768 |
no |
Provenance#
Licence · Copernicus Sentinel data licence
Cite the data as
European Space Agency. Copernicus Sentinel-1 GRD. RTC processing by Catalyst for Microsoft Planetary Computer; OPERA RTC-S1 by NASA/JPL, distributed by ASF DAAC.
Documentation
https://planetarycomputer.microsoft.com/dataset/sentinel-1-rtc
https://developers.google.com/earth-engine/datasets/catalog/OPERA_RTC_L2_V1_S1
Loader · easysnowdata.sar.sentinel1.load