Skip to content

Commit 3d8bcb5

Browse files
authored
Merge pull request #64 from eea/fix/mrvpp-figure-captions
Fix/mrvpp figure captions
2 parents fd3daec + be3dff4 commit 3d8bcb5

9 files changed

Lines changed: 9 additions & 7 deletions
-1.76 KB
Loading
-42.9 KB
Loading
-112 KB
Loading
11.6 KB
Loading
-142 KB
Loading

DOCS/MRVPP/MRVPP_ATBD_v2/MRVPP_ATBD_v2.qmd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ Table 1. Key improvements in MR-VPP Version 5.0 compared with Version 4.0.
110110
<td style="background-color:#e2efda">Fitted PPI; limited data re-use</td>
111111
<td style="background-color:#e2efda">Raw PPI + QA archived for consistency and to enable re-use</td>
112112
</tr>
113-
<tr>
114-
<td style="background-color:#70ad47; color:#ffffff; font-weight:bold; text-align:center">Items</td>
115-
<td style="background-color:#70ad47; color:#ffffff; font-weight:bold; text-align:center">Version 5.0 Issue 2.0</td>
116-
<td style="background-color:#70ad47; color:#ffffff; font-weight:bold; text-align:center">Previous implementation</td>
117-
<td style="background-color:#70ad47; color:#ffffff; font-weight:bold; text-align:center">Comments</td>
118-
</tr>
119113
<tr>
120114
<td style="background-color:#e2efda"><b>Phenology retrieval temporal strategy</b></td>
121115
<td style="background-color:#e2efda">Short processing window fully covering target year, including one preceding year and ~3 months after target year</td>
-148 KB
Loading
-25.6 KB
Loading

DOCS/MRVPP/MRVPP_PUM_v1/MRVPP_PUM_v1.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ The PPI time-series products provide regular observations of the Plant Phenology
301301
#set text(size: 9pt, fill: rgb("#3E6893"))
302302
```
303303
Table 1. Season trajectory product specification, including PPI time-series, and quality assessment (QA) flag.
304+
304305
:::
305306

306307
| Name | Data type | Scale, offset | Data range | Fill value | Description | Unit |
@@ -319,6 +320,7 @@ The PPI QA layer provides quality information for each PPI observation. It is de
319320
#set text(size: 9pt, fill: rgb("#3E6893"))
320321
```
321322
Table 2. PPI QA values and interpretation.
323+
322324
:::
323325

324326
| QA | PPI quality | Weight in TIMESAT | User guidance |
@@ -335,6 +337,7 @@ Several high QA values provide additional diagnostic information. These are usef
335337
#set text(size: 9pt, fill: rgb("#3E6893"))
336338
```
337339
Table 3. Main diagnostic PPI QA values.
340+
338341
:::
339342

340343
| QA value | Meaning |
@@ -363,6 +366,7 @@ The VPP timing parameters are reported as day-of-year values relative to the yea
363366
#set text(size: 9pt, fill: rgb("#3E6893"))
364367
```
365368
Table 4. MR-VPP Version 5.0 Issue 2.0 VPP parameters and auxiliary QA layer.
369+
366370
:::
367371

368372
```{=html}
@@ -542,6 +546,7 @@ Each phase is assessed separately and then combined into an overall quality indi
542546
#set text(size: 9pt, fill: rgb("#3E6893"))
543547
```
544548
Table 5. Interpretation of two bits quality values
549+
545550
:::
546551

547552
| Two-bit value | Quality class | Interpretation |
@@ -558,6 +563,7 @@ For practical use, the QA layer can also be interpreted using the summary rules
558563
#set text(size: 9pt, fill: rgb("#3E6893"))
559564
```
560565
Table 6. Summary interpretation of VPP QA values.
566+
561567
:::
562568

563569
| QA value | Summary quality | Interpretation | Recommended use |
@@ -608,7 +614,9 @@ where:
608614
#set text(size: 9pt, fill: rgb("#3E6893"))
609615
```
610616
Table 7. Filename specification for MR-VPP Version 5.0 Issue 2.0.
617+
611618
:::
619+
612620
| Data | Filename | Description |
613621
|-----------------|-----------------------------------|-------------------------------------------------------------------------------------------------------------------|
614622
| 13 VPP metrics | SOSD_YYYY\_\<s1 or s2\>\_cog.tif | Day of start-of-season |
@@ -673,7 +681,7 @@ Each VPP season has a corresponding QA layer. The QA layer summarises the reliab
673681

674682
For applications requiring parameter-specific quality screening, users may decode the relevant two-bit QA fields. For example, the SOS quality is stored in bits 0-1 of the VPP QA layer. The following `gdal_calc.py` command keeps SOSD values where the SOS quality is best (00) or good (01), and assigns -9999 elsewhere:
675683

676-
```
684+
```bash
677685
gdal_calc.py --overwrite \
678686
--calc "where (bitwise_and(A, 3) <= 1, B, -9999)" \
679687
--format GTiff \

0 commit comments

Comments
 (0)