Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -101,6 +101,35 @@ hf download embed2scale/SSL4EO-S12-v1.1 --repo-type dataset --include "*/S2L2A/*
|
|
| 101 |
For development, `webdataset` supports data streaming and does not need any local data (depending on your internet connection).
|
| 102 |
Code for data loading via webdataset is provided in the [GitHub repository](https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1).
|
| 103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
|
| 105 |
## Citation
|
| 106 |
|
|
|
|
| 101 |
For development, `webdataset` supports data streaming and does not need any local data (depending on your internet connection).
|
| 102 |
Code for data loading via webdataset is provided in the [GitHub repository](https://github.com/DLR-MF-DAS/SSL4EO-S12-v1.1).
|
| 103 |
|
| 104 |
+
## Metadata
|
| 105 |
+
|
| 106 |
+
We provide `train_metadata.parquet` and `val_metadata.parquet` files with the following columns:
|
| 107 |
+
```text
|
| 108 |
+
tar ssl4eos12_shard_000001.tar
|
| 109 |
+
zarr ssl4eos12_val_seasonal_data_0000001.zarr.zip
|
| 110 |
+
sample_id 0080717
|
| 111 |
+
split val
|
| 112 |
+
center_lon 125.637763
|
| 113 |
+
center_lat 42.659342
|
| 114 |
+
crs 32651
|
| 115 |
+
bounds [714870.0, 4725040.0, 717510.0, 4727680.0]
|
| 116 |
+
geometry POLYGON ((125.65334657340223 42.64709631345207...
|
| 117 |
+
S2_time_0 2020-11-16 02:30:01
|
| 118 |
+
S2_time_1 2021-03-04 02:36:09
|
| 119 |
+
S2_time_2 2021-05-18 02:35:51
|
| 120 |
+
S2_time_3 2021-08-08 02:25:49
|
| 121 |
+
S1_time_0 2020-11-27 21:46:46
|
| 122 |
+
S1_time_1 2021-02-26 21:38:39
|
| 123 |
+
S1_time_2 2021-05-26 21:46:46
|
| 124 |
+
S1_time_3 2021-08-30 21:46:51
|
| 125 |
+
cloud_cover_0 0.0
|
| 126 |
+
cloud_cover_1 0.0
|
| 127 |
+
cloud_cover_2 0.0
|
| 128 |
+
cloud_cover_3 0.0011
|
| 129 |
+
```
|
| 130 |
+
|
| 131 |
+
The `sample_id` is similar to the v1 dataset. `S2_time_{i}` is shared between S2L1C, S2L2A, S2RGB, and NDVI. LULC is augmented with the cloud and ice/snow mask from this timestamp.
|
| 132 |
+
|
| 133 |
|
| 134 |
## Citation
|
| 135 |
|