C-band Synthetic Aperture Radar (SAR) imagery providing all-weather, day/night, cloud-penetrating observations at 5-20m resolution. Critical for flood mapping during monsoon, crop monitoring, and ground subsidence detection in Maharashtra.
# Access via Copernicus Data Space
import ee # Google Earth Engine
# sentinel1 = ee.ImageCollection('COPERNICUS/S1_GRD')
# mh = sentinel1.filterBounds(ee.Geometry.Rectangle([72.6, 15.6, 80.9, 22.1]))
print('Sentinel-1 SAR: https://dataspace.copernicus.eu/')| Field | Type | Description |
|---|---|---|
| vv_backscatter | float | VV polarization backscatter value in dB |
| vh_backscatter | float | VH polarization backscatter value in dB |
| acquisition_date | date | Image acquisition date |