BBertozzi commited on
Commit
aafe85b
·
verified ·
1 Parent(s): 9d64f3e

Add dataset README

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - sentinel-2
5
+ - cloud-properties
6
+ - remote-sensing
7
+ - clouds
8
+ - clouds-decoded
9
+ ---
10
+
11
+ # Sentinel-2 Cloud Property Retrievals over the UK and India
12
+
13
+ Rendered per-scene quicklook layers of cloud optical and microphysical properties
14
+ retrieved from Sentinel-2 (MSI) Level-1C imagery over eight tiles (four in the UK
15
+ and four in India). These images power the interactive report at
16
+ [asterisk-labs-clouds-decoded-rain-check.static.hf.space](https://asterisk-labs-clouds-decoded-rain-check.static.hf.space). Cloud properties are estimated with the [clouds-decoded retrieval code](https://github.com/asterisk-labs/clouds-decoded), developed as part of the [clouds decoded project](https://asterisk.coop/project-pages/project-clouds-decoded.html) funded by ARIA.
17
+
18
+ > **Scope.** Rendered **PNG layers only**.
19
+
20
+ ## Coverage
21
+
22
+ | Region | Tiles (MGRS) |
23
+ |--------|--------------|
24
+ | UK | T29VMC, T30UVA, T31UDA, T31VDF |
25
+ | India | T42QYE, T43PDM, T44PNB, T45QWB |
26
+
27
+ ~8,400 scenes spanning 2015–2026; each tile is ~110 × 110 km.
28
+
29
+ ## Layers
30
+
31
+ Each scene directory holds these per-scene PNGs:
32
+
33
+ | File | Description |
34
+ |------|-------------|
35
+ | `true_colour.png` | RGB true-colour composite |
36
+ | `cloud_mask.png` | cloud / clear mask |
37
+ | `cloud_height.png` | cloud-top height (m) |
38
+ | `ice_composite.png` | ice / phase composite |
39
+ | `properties_tau.png` | cloud optical thickness (τ) |
40
+ | `properties_r_eff_liq.png` | liquid effective radius (µm) |
41
+ | `properties_r_eff_ice.png` | ice effective radius (µm) |
42
+ | `properties_ice_liq_ratio.png` | ice / liquid ratio (thermodynamic phase) |
43
+ | `properties_uncertainty.png` | retrieval uncertainty |
44
+ | `overview.png` | combined multi-panel overview |
45
+
46
+ ## Layout
47
+
48
+ ```
49
+ figures/<SCENE_ID>/<layer>.png
50
+ ```
51
+
52
+ `<SCENE_ID>` is the Sentinel-2 L1C product identifier
53
+ (e.g. `S2A_MSIL1C_20150712T111036_N0500_R137_T31UDA_20231010T005751`), which
54
+ encodes the acquisition date, relative orbit and MGRS tile.
55
+
56
+ ## Retrieval & sources
57
+
58
+ Generated with the [clouds-decoded](https://github.com/asterisk-labs/clouds-decoded)
59
+ processing chain applied to Sentinel-2 L1C.
60
+
61
+ - Sentinel-2 MSI L1C — Copernicus / ESA
62
+
63
+ ## License
64
+
65
+ CC-BY-4.0.
66
+