Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,6 @@ The following zip files and folders are available :<br>
|
|
| 35 |
📦 **geojson** (from the original dataset): vector file providing geographical location of the patches.<br>
|
| 36 |
📦 **split** (from the original dataset): train, val and tests patches split.<br>
|
| 37 |
|
| 38 |
-
Sentinel product names follow the official naming convention from the European Space Agency.
|
| 39 |
****
|
| 40 |
|
| 41 |
The Sentinel Time Series are provided for each patch in HDF format (.h5) with several datasets :
|
|
@@ -48,6 +47,8 @@ The Sentinel Time Series are provided for each patch in HDF format (.h5) with se
|
|
| 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 :
|
|
|
|
| 35 |
📦 **geojson** (from the original dataset): vector file providing geographical location of the patches.<br>
|
| 36 |
📦 **split** (from the original dataset): train, val and tests patches split.<br>
|
| 37 |
|
|
|
|
| 38 |
****
|
| 39 |
|
| 40 |
The Sentinel Time Series are provided for each patch in HDF format (.h5) with several datasets :
|
|
|
|
| 47 |
<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>
|
| 48 |
<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>
|
| 49 |
<code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-2-products</code> : Sentinel-2 product names (T) <br>
|
| 50 |
+
|
| 51 |
+
Sentinel product names follow the official naming convention from the European Space Agency.
|
| 52 |
****
|
| 53 |
|
| 54 |
To access the Sentinel Time Series data in python you can use :
|