Sentinel-1 Monthly Mosaic
Date modified: 13 March 2025
Product overview
Background
Synthetic Aperture Radar (SAR) sensor have the advantage of operating at wavelengths not impeded by cloud cover and can acquire data over a site during the day or night. The Sentinel-1 mission, part of the Copernicus joint initiative by the European Commission (EC) and the European Space Agency (ESA), provides reliable and repeated wide-area monitoring using its SAR instrument.
Sentinel-1 Monthly Mosaics are analysis-ready product of individual Sentinel-1 acquisitions. Sentinel-1 monthly mosaics are generated from Radiometric Terrain Corrected (RTC) backscatter data, with variations from changing observation geometries mitigated. RTC images acquired within a calendar month are combined using a multitemporal compositing algorithm. This algorithm calculates a weighted average of valid pixels, assigning higher weights to pixels with higher local resolution (e.g., slopes facing away from the sensor). This local resolution weighting approach minimizes noise and improves spatial homogeneity in the composites.
More information on how the product is generated can be found in the Copernicus Data Space Ecosystem Documentation
DE Africa provides access to Sentinel-1 monthly mosaics generated from Interferometric Wide (IW) acquisition mode. The mosaics are organized in a UTM grid with tiles measuring 100 x 100 km and have a spatial resolution of 20 meters.
Monthly mosaics offer reduced noise (as shown below) and improved spatial homogeneity compared to individual Sentinel-1 scenes. Their regular monthly spacing enables easy time series analysis, either alone or combined with other datasets. Combining acquisitions from different orbit directions and look angles can reduce radar shadow impacts in mosaics. However, in steep terrain, some areas may consistently fall into radar shadow, preventing reliable backscatter measurements. These areas are marked as NaN in the mosaic. When high temporal resolution is crucial, individual Sentinel-1 scenes offer greater flexibility for analysis.
A Jupyter Notebook which demonstrates loading and using this dataset in the Sandbox is also available.
Specifications
Coverage and metadata for the Sentinel-1 backscatter can be viewed on DE Africa’s Metadata Explorer.
Table 1: Sentinel-1 Monthly Mosaics product specifications
Specification |
|
|---|---|
Product name |
s1_monthly_mosaic |
Polarisation |
VV + VH |
Number of bands |
2 |
Cell size - X (degree) |
0.0002 |
Cell size - Y (degree) |
0.0002 |
Coordinate reference system |
UTM |
Temporal resolution |
Monthly |
Temporal range |
2020-01-01 – present |
Spatial resolution |
20m |
Table 2: Sentinel-1 Monthly Mosaics measurements
Band ID |
Description |
Data type |
No data value |
|---|---|---|---|
VV |
Weighted average of valid normalized VV backscatter values measured over the month |
|
|
VH |
Weighted average of valid normalized VH backscatter values measured over the month |
|
|
The two-letter band names indicate the polarization of the light transmitted and received by the satellite. VV refers to the satellite sending out vertically-polarised light and receiving vertically-polarised light back, whereas VH refers to the satellite sending out vertically-polarised light and receiving horizontally-polarised light back.
Processing
The algorithm used to derive the product was run independently at pixel level. For each pixel and each band, a weighted average of the pixel values was calculated. The weights were calculated based on the local resolution (the inverse of the imaged area) that particular pixel. The imaged area is a function of the sensor configuration (look angle and azimuth) and the local terrain aspect and slope. If the slope is facing towards the sensor, the imaged area is small and returned intensity will be high, while if it is facing away from the sensor, the the imaged area is large and the returned intensity will be low or even zero for radar shadows Small 2012.
Media and example images

Figure 1: Sentinel-1 Monthly Mosaic near Cape Town, South Africa .

Figure 2: Sentinel-1 Monthly Mosaic Weija Dam, Ghana.
References
Small, D. (2012). SAR backscatter multitemporal compositing via local resolution weighting. In 2012 IEEE International Geoscience and Remote Sensing Symposium (pp. 2253–2256). IEEE. https://doi.org/10.1109/IGARSS.2012.6350465
License
Access to Sentinel data is free, full and open for the broad Regional, National, European and International user community. View Terms and Conditions.
Data access
Amazon Web Services S3
Sentinel-1 Montly dataset is available in AWS S3, sponsored by the Public Dataset Program.
Table 3: AWS data access details.
AWS S3 details |
|
|---|---|
Bucket ARN |
|
Product name |
|
The bucket is in the AWS region af-south-1 (Cape Town). Additional region specifications can be applied as follows:
aws s3 ls --region=af-south-1 s3://deafrica-sentinel-1/
The file paths follow the format <product_name>/<tile_id>/<year>/<month>/<day>/<datatake_id>/.
The filenames follow the format <product_name>_<datatake_id>_<tile_id>_<year>_<month>_<day>_<band>.<extension>.
OGC Web Services (OWS)
This product is available through DE Africa’s OWS.
Table 4: OWS data access details.
OWS details |
|
|---|---|
Name |
|
Web Map Services (WMS) URL |
|
Web Coverage Service (WCS) URL |
|
Layer name |
s1_monthly_mosaic |
Digital Earth Africa OWS details can be found at https://ows.digitalearth.africa/.
For instructions on how to connect to OWS, see this tutorial.