LCWU - Lahore, Pakistan - PHC Peridot grant
2023-12-12
Water flowing from the Tarbela dam
Totally filled from September 1975
Landsat MSS false color comosites (NIR-R-G) during the filling of the reservoir
The reservoir has lost 30 % of its storage capacity and 15% of its power generation potential due to sedimentation (Mazhar, Mirza, Butt, et al. (2021))
Sentinel-2 colour composites at two different dates.
6 different missions maintained by the ESA
The Sentinel missions.
Two satellites and soon three satellites
MSI sensor: 13 spectral bands
Band | Domain | Central l (nm) | Bandwidth(nm) | Resolution (m) |
---|---|---|---|---|
01 | Coastal | 442.2 | 21 | 60 |
02 | Blue | 492.1 | 66 | 10 |
03 | Green | 559.0 | 36 | 10 |
04 | Red | 664.9 | 31 | 10 |
05 | Red Edge 1 | 703.8 | 16 | 20 |
06 | Red Edge 2 | 739.1 | 15 | 20 |
07 | Red Edge 3 | 779.7 | 20 | 20 |
08 | NIR | 832.9 | 106 | 10 |
8A | Narrow NIR | 864.0 | 22 | 20 |
09 | Water vapour | 943.2 | 21 | 60 |
10 | SWIR Cirrus | 1376.9 | 30 | 60 |
11 | SWIR 1 | 1610.4 | 94 | 20 |
12 | SWIR 2 | 2185.7 | 185 | 20 |
Date | Satellite |
---|---|
2023-10-02 | Sentinel-2A |
2023-10-07 | Sentinel-2B |
2023-10-12 | Sentinel-2A |
2023-10-17 | Sentinel-2B |
2023-10-22 | Sentinel-2A |
2023-10-27 | Sentinel-2B |
2023-11-01 | Sentinel-2A |
2023-11-06 | Sentinel-2B |
2023-11-11 | Sentinel-2A |
2023-11-16 | Sentinel-2B |
2023-11-21 | Sentinel-2A |
Cloud Optimized GeoTIFF: “A Cloud Optimized GeoTIFF (COG) is a regular GeoTIFF file, aimed at being hosted on a HTTP file server, with an internal organization that enables more efficient workflows on the cloud. It does this by leveraging the ability of clients issuing HTTP GET range requests to ask for just the parts of a file they need.”
COG in QGIS.
Calculation of clouds proportion only on the study area
Sentinel-2 tile T43SBT and the study area (red).
Cloud cover over the whole tile (as provided in the metadata of the image): 15 %
Calculation of clouds proportion only on the study area
SCL raster for the study area
Cloud cover over the study area (as calculated using the SCL raster): 9 %
Cloud cover the study area for the whole chronics (01-2017 - 11-2023)
Cloud cover the study area by month (01-2017 - 11-2023)
High proportion of clouds in January.
The chosen algorithm: the Python package WaterDetect (Cordeiro, Martinez, and Peña-Luque (2021))
Advantages:
Example for the 2022-04-10 comparing WaterDetect and the MNDWI (Feyisa et al. (2014))
WaterDetect is spatially more precise.
Direct impacts of the water mask in the water quality parameters calculations.
The suspended and dissolved matters change the colour of water and thus its spectral signature.
A) “Green waters” Algal bloom, B) “Red waters” Harmful algae bloom, C) Rio Negro - Amazon confluence
SPM: Suspended Particulate Matter
According to Nechad (Nechad, Ruddick, and Park (2010))
\[ spm = a \times \frac{Red}{(1 - \frac{Red}{c})} \]
with:
High concentrations of SPM may reflect high rates of erosion in the upstream watershed.
According to Dogliotti (Dogliotti et al. (2015))
"""Switching semi-analytical-algorithm computes turbidity from red and NIR band
following Dogliotti et al., 2015
:param water_mask: mask with the water pixels (value=1)
:param rho_red : surface Reflectances Red band [dl]
:param rho_nir: surface Reflectances NIR band [dl]
:return: turbidity in FNU
"""
limit_inf, limit_sup = 0.05, 0.07
a_low, c_low = 228.1, 0.1641
a_high, c_high = 3078.9, 0.2112
t_low = nechad(Red, a_low, c_low)
t_high = nechad(Nir2, a_high, c_high)
w = (Red - limit_inf) / (limit_sup - limit_inf)
t_mixing = (1 - w) * t_low + w * t_high
t_low[Red >= limit_sup] = t_high[Red >= limit_sup]
t_low[(Red >= limit_inf) & (Red < limit_sup)] = t_mixing[(Red >= limit_inf) & (Red < limit_sup)]
t_low[t_low > 4000] = 0
return t_low
with:
High turbidity may reflect high rates of erosion in the upstream watershed or high algal productivity within the water column.
According to Gitelson and Kondratyev, 1991
\[ chl = 61.324 \times \frac{RedEdge1}{Red} - 37.94 \]
with:
High concentrations of chlorophyll reflects high algal productivity and maybe high loads of nutrients.
CDOM: Colored dissolved organic matter is the optically measurable component of dissolved organic matter in water.
According to Brezonik (Brezonik et al. (2015))
\[ cdom = \exp(1.872 - 0.830 \times \log(\frac{Blue}{RedEdge2})) \]
High concentrations of CDOM may reflect high loads of dissolved organic matter from the watershed.
The global chain of treatments
High intra-annual variations.
On average the extents were the highest in 2020.
Minimum values need to be manually checked!
Min extent → March - Max extent → August
Median SPM concentrations by year
Less SPM in 2020.
Median SPM concentrations by month
Max SPM → June - Min SPM → December.
Median turbidity by year
Less turbidity in 2020.
Median turbidity by month
Max turbidity → June - Min SPM → December.
Median chlorophyll concentrations by year
No clear trends for chlorophyll.
Median chlorophyll concentrations by month
Max chlorophyll → September - Min chlorophyll → December.
CDOM median by year
No clear trends for CDOM
CDOM median by month
Two peaks for CDOM → June and October.
What are the links between the water extents and the variations in terms of water quality?
Water quality for June and December 2020
High intra-annual variability
Under estimation of the WaterDetect algorithm and in-situ measurements
Concerning the Tarbela reservoir monitoring
Concerning the upstream watershed