Datasets:
IGNF
/

Modalities:
Image
ArXiv:
License:
AGarioud commited on
Commit
aced4a1
1 Parent(s): 195fabf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -40,13 +40,13 @@ The following zip files and folders are available :<br>
40
  The **Sentinel Time Series** are provided for each patch in HDF format (.h5) with several datasets :
41
 
42
 
43
- <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>
44
- <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-1-asc-products</code> : Sentinel-1 ascending orbit product names (T) <br>
45
- <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>
46
- <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0;">sen-1-des-data</code> : Sentinel-1 ascending orbit product names (T) <br>
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.<br>
52
  To access the Sentinel Time Series data in python you can use :
 
40
  The **Sentinel Time Series** are provided for each patch in HDF format (.h5) with several datasets :
41
 
42
 
43
+ <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0; font-size: 80%;">sen-1-asc-data</code> : Sentinel-1 ascending orbit backscattering coefficient data (Tx2x6x6) | Channels: VV, VH <br>
44
+ <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0; font-size: 80%;">sen-1-asc-products</code> : Sentinel-1 ascending orbit product names (T) <br>
45
+ <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0; font-size: 80%;">sen-1-des-data</code>: Sentinel-1 descending orbit backscattering coefficient data (Tx2x6x6) | Channels: VV, VH <br>
46
+ <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0; font-size: 80%;">sen-1-des-data</code> : Sentinel-1 ascending orbit product names (T) <br>
47
+ <code style="color: #c7254e; background-color: #f9f2f4; border-radius: 0; font-size: 80%;">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; font-size: 80%;">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; font-size: 80%;">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.<br>
52
  To access the Sentinel Time Series data in python you can use :