Datasets:
ArXiv:
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,8 +48,8 @@ For examples to reproduce the results of [Allen, Mateo-Garcia, Irakulis-Loitxate
|
|
| 48 |
## Dataset structure
|
| 49 |
|
| 50 |
The file [`validated_images_all.csv`](https://huggingface.co/datasets/UNEP-IMEO/MARS-S2L/blob/main/validated_images_all.csv) contains the metadata of all the items in the dataset. Each item comprises a Sentinel-2 or Landsat image of 200x200 pixels
|
| 51 |
-
together with its concatenated background image and the cloud mask. The
|
| 52 |
-
includes several metadata described
|
| 53 |
|
| 54 |
The file [`validated_images_plumes.csv`](https://huggingface.co/datasets/UNEP-IMEO/MARS-S2L/blob/main/validated_images_plumes.csv) contains all validated plumes in the dataset. Notice that there are few images that contain more than one plume.
|
| 55 |
The content of this file is described in the *Plumes metadata description* section.
|
|
@@ -64,7 +64,6 @@ Column description of file `validated_images_all.csv` (and their subsets `train.
|
|
| 64 |
| Name | Description | Example |
|
| 65 |
| ------------- | ------------- | -------- |
|
| 66 |
|s2path| Path to S2 or Landsat image concatenated with the background image. S2 L1C image with bands: B02, B03, B04, B08, B11, B12. Landsat TOA reflectance image with bands B02, B03, B04, B05, B06, B07 | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_s2.tif |
|
| 67 |
-
|plumepath| Path to binary representation of the mask. Only provided for positive samples (`isplume` `True`). | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_label.tif |
|
| 68 |
|cloudmaskpath| Path to cloud mask generated with CloudSEN12 with interpretation `{0 : "clear", 1: "Thick cloud", 2: "Thin cloud", 3: "Cloud shadow"}` | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_cloudmask.tif |
|
| 69 |
|ch4path| Path to the ΔXCH₄ enhancement image in ppb. Only provided for positive samples (`isplume` `True`). | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_ch4.tif |
|
| 70 |
|wind_u| U component of the wind at 10m | -1.87 |
|
|
|
|
| 48 |
## Dataset structure
|
| 49 |
|
| 50 |
The file [`validated_images_all.csv`](https://huggingface.co/datasets/UNEP-IMEO/MARS-S2L/blob/main/validated_images_all.csv) contains the metadata of all the items in the dataset. Each item comprises a Sentinel-2 or Landsat image of 200x200 pixels
|
| 51 |
+
together with its concatenated background image and the cloud mask. The methane enhancement image (ΔXCH₄) in ppb is also provided for positive samples. For positive samples, a vector multipolygon with the extent of the plume in WKT format is provided. In addition, each item
|
| 52 |
+
includes several metadata described in the next section. (*Images metadata description*).
|
| 53 |
|
| 54 |
The file [`validated_images_plumes.csv`](https://huggingface.co/datasets/UNEP-IMEO/MARS-S2L/blob/main/validated_images_plumes.csv) contains all validated plumes in the dataset. Notice that there are few images that contain more than one plume.
|
| 55 |
The content of this file is described in the *Plumes metadata description* section.
|
|
|
|
| 64 |
| Name | Description | Example |
|
| 65 |
| ------------- | ------------- | -------- |
|
| 66 |
|s2path| Path to S2 or Landsat image concatenated with the background image. S2 L1C image with bands: B02, B03, B04, B08, B11, B12. Landsat TOA reflectance image with bands B02, B03, B04, B05, B06, B07 | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_s2.tif |
|
|
|
|
| 67 |
|cloudmaskpath| Path to cloud mask generated with CloudSEN12 with interpretation `{0 : "clear", 1: "Thick cloud", 2: "Thin cloud", 3: "Cloud shadow"}` | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_cloudmask.tif |
|
| 68 |
|ch4path| Path to the ΔXCH₄ enhancement image in ppb. Only provided for positive samples (`isplume` `True`). | data/train_2023/43/b82be820-fe9c-411a-af20-82cf162760a7_ea782bfb-21b6-46c5-a6ed-d3b8ef8815a0_ch4.tif |
|
| 69 |
|wind_u| U component of the wind at 10m | -1.87 |
|