Update README.md
Browse files
README.md
CHANGED
@@ -40,15 +40,14 @@ Sentinel product names follow the official naming convention from the European S
|
|
40 |
|
41 |
The Sentinel Time Series are provided for each patch in HDF format (.h5) with several datasets :
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
`sen-2-products` : Sentinel-2 product names (T) <br>
|
52 |
****
|
53 |
|
54 |
To access the Sentinel Time Series data in python you can use :
|
|
|
40 |
|
41 |
The Sentinel Time Series are provided for each patch in HDF format (.h5) with several datasets :
|
42 |
|
43 |
+
|
44 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-1-asc-data</code> : Sentinel-1 ascending orbit backscattering coefficient data (Tx2x6x6) | Channels: VV, VH <br>
|
45 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-1-asc-products</code> : Sentinel-1 ascending orbit product names (T) <br>
|
46 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-1-des-data</code>: Sentinel-1 descending orbit backscattering coefficient data (Tx2x6x6) | Channels: VV, VH <br>
|
47 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-1-des-data</code> : Sentinel-1 ascending orbit product names (T) <br>
|
48 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-2-data</code> : Sentinel-2 Level-2 BOA reflectances (Tx10x6x6) | Channels: B02,B03,B04,B05,B06,B07,B08,B8A,B11,B12 <br>
|
49 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-2-masks</code> : Sentinel-2 cloud cover masks (Tx2x6x6) | Channels: snow probability, cloud probability <br>
|
50 |
+
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-2-products</code> : Sentinel-2 product names (T) <br>
|
|
|
51 |
****
|
52 |
|
53 |
To access the Sentinel Time Series data in python you can use :
|