Filing info for Sentinel-1A radar ground images
What it measures. The accompanying record-keeping information (metadata) for Sentinel-1A's medium-resolution radar ground images, describing details about the images rather than the imagery itself.
How it's made. Generated for the Ground Range Detected radar products from Europe's Sentinel-1A satellite, which images day and night using C-band radar.
How & where you'd use it. Helps users find, catalog, and understand the corresponding radar images; a supporting file rather than a standalone dataset.
What's measured
Coverage & cadence
- Time span2014-04-03 → ongoing
- Measured bySentinel-1A (C-SAR)
- Processing levelLevel Not provided
- Spatial extent-180, -90, 180, 90
- StatusACTIVE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
Sentinel-1A, the first satellite in the Sentinel-1 constellation, was launched April 3, 2014. The Sentinel-1 satellites (Sentinel-1A, Sentinel-1B, and Sentinel-1C) are sun-synchronous polar-orbiting satellites that operate day and night performing C-band synthetic aperture radar (SAR) imaging. The Sentinel-1 satellites operate in four imaging modes with different resolutions (down to 5 meters) and coverage (up to 400 kilometers). The Sentinel-1 satellites provide dual polarization capability and short revisit times. Sentinel-1A Ground Range Detected (GRD) products consist of focused SAR data that has been detected, multi-looked and projected to ground range using the Earth ellipsoid model WGS84. The ellipsoid projection of the GRD products is corrected using the terrain height and is specified in the product’s general annotation. The terrain height used varies in azimuth and it is constant in range (only the terrain height of first subswath is considered for Interferometric Wide (IW) and Extra Wide (EW) swath modes). Ground range coordinates are the slant range coordinates projected onto the ellipsoid of the Earth. Pixel values represent detected amplitude. Phase information is lost. The resulting product has approximately square resolution pixels and square pixel spacing with reduced speckle at a cost of reduced spatial resolution. For IW and EW GRD products, multi-looking is performed on each burst individually. All bursts in all sub-swaths are then seamlessly merged to form a single, contiguous, ground range, detected image per polarization. The products in this collection are ISO compliant XML metadata created by the Alaska Satellite Facility Distributed Active Archive Center from the associated Sentinel-1A SAFE format product.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SENTINEL-1A_SP_META_GRD_MEDIUM",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from ASF Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and download data granules using the ASF Data Search graphical search interface Vertex. GET DATA
- Search and download data granules using NASA Earthdata Search interface. GET DATA
- Copernicus Sentinel-1 mission home page VIEW RELATED INFORMATION
- ASF created Sentinel-1 User Guide VIEW RELATED INFORMATION
- Product format specification for the ISO compliant XML VIEW RELATED INFORMATION