Luca Brugaletta commited on
Commit
55755eb
·
1 Parent(s): 187fda9

Add HF metadata and clean links

Browse files
Files changed (2) hide show
  1. README.MD +0 -159
  2. README.md +12 -4
README.MD DELETED
@@ -1,159 +0,0 @@
1
- # MethaneS2CM – Plume Masks Only (Derived Dataset)
2
-
3
- This dataset is a **plume-mask-only** derivative of
4
- [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW). :contentReference[oaicite:0]{index=0}
5
-
6
- It contains the methane plume segmentation masks (`plume.tif`) without redistributing the Sentinel-2 imagery (`s2.tif`, `s2_pre.tif`, `s2_pre_pre.tif`).
7
- The goal is to provide a compact (~2 GB) resource focused on plume labels for users who already have access to Sentinel-2 data or who want to combine these masks with their own imagery.
8
-
9
- ---
10
-
11
- ## 1. Origin and Relationship to MethaneS2CM
12
-
13
- The original **MethaneS2CM** dataset is a large-scale benchmark for methane emission detection from Sentinel-2 multispectral imagery, built from real plume annotations from CarbonMapper and co-located Sentinel-2 observations. :contentReference[oaicite:1]{index=1}
14
-
15
- Each sample in MethaneS2CM includes:
16
- - Sentinel-2 imagery at three time points: leak day (T), T-90, and T-365, and
17
- - a corresponding plume mask and plume label.
18
-
19
- This derived dataset:
20
-
21
- - Keeps only the **plume masks** (`plume.tif`),
22
- - Preserves the original indexing / IDs where applicable (so that users can cross-reference with the full MethaneS2CM dataset),
23
- - Does **not** include any Sentinel-2 pixel data.
24
-
25
- For full details on the construction and intended use of the original dataset, please refer to:
26
-
27
- - Original dataset: [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW) :contentReference[oaicite:2]{index=2}
28
- - Paper: “MethaneS2CM: A Dataset for Multispectral Deep Methane Emission Detection” (KDD 2025). :contentReference[oaicite:3]{index=3}
29
-
30
- ---
31
-
32
- ## 2. Data Contents
33
-
34
- ### 2.1 File structure
35
-
36
- The repository contains only plume masks, stored as GeoTIFFs (`plume.tif`).
37
- A typical directory layout is:
38
-
39
- ```text
40
- .
41
- ├── README.md
42
- └── plumes/
43
- ├── ang20160915t180022-B_0/plume.tif
44
- ├── GAO20210731t175256p0000-B_1/plume.tif
45
- ├── emi20220827t060753p04013-C_0/plume.tif
46
- └── ...
47
- ```
48
-
49
- Each `plume.tif` is a raster mask with:
50
-
51
- - Single channel (binary):
52
- - `1` (or 255) = plume pixels
53
- - `0` = non-plume pixels
54
- - Spatial reference / georeferencing inherited from the original Sentinel-2 product used in MethaneS2CM (e.g. UTM/WGS84).
55
-
56
- > Note: The exact folder structure and naming convention may differ; check this README and the repository tree for the final, authoritative layout.
57
-
58
- ### 2.2 Coordinate system and resolution
59
-
60
- Plume masks are aligned with the original MethaneS2CM Sentinel-2 patches:
61
-
62
- - Pixel size: 20 m (Sentinel-2 SWIR resolution),
63
- - Projection: the same as in MethaneS2CM (UTM zone corresponding to the plume location, WGS84 ellipsoid).
64
-
65
- This ensures that users can:
66
-
67
- - Directly overlay these plume masks on Sentinel-2 imagery downloaded from Copernicus / Google Earth Engine, or
68
- - Combine them with the original MethaneS2CM dataset.
69
-
70
- ---
71
-
72
- ## 3. Intended Use
73
-
74
- This plume-only dataset is suitable for:
75
-
76
- - Training and evaluating **segmentation** models for methane plume detection when you supply your own input imagery,
77
- - Using the masks as labels while:
78
- - Redownloading Sentinel-2 data from the official sources, or
79
- - Using Sentinel-2 data from the original MethaneS2CM dataset (if you also have a local copy),
80
- - Performing analyses that focus on:
81
- - Plume shape and morphology,
82
- - Spatial statistics,
83
- - Label quality and uncertainty, independently of a specific input feature set.
84
-
85
- If you require:
86
-
87
- - Full Sentinel-2 inputs (T, T-90, T-365) and
88
- - The predefined dataset splits and Parquet metadata,
89
-
90
- please use the original dataset: [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW).
91
-
92
- ---
93
-
94
-
95
- ## 4. Citation
96
-
97
- If you use this dataset in your work, **please cite the original MethaneS2CM paper**, as this dataset is entirely derived from it:
98
-
99
- ```bibtex
100
- @inproceedings{liu2025methanes2cm,
101
- title = {MethaneS2CM: A Dataset for Multispectral Deep Methane Emission Detection},
102
- author = {Liu, Hongxuan and Leung, Juliana Y and Niu, Di},
103
- booktitle = {Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 2},
104
- pages = {5640--5651},
105
- year = {2025}
106
- }
107
- ```
108
-
109
- Additionally, you may optionally reference this derived dataset as:
110
-
111
- ```bibtex
112
- @misc{methanes2cm_plume_only,
113
- title = {MethaneS2CM – Plume Masks Only (Derived Dataset)},
114
- author = {<Your Name>},
115
- howpublished = {\url{https://huggingface.co/datasets/Lucab95/MethaneS2CM_plume_only}},
116
- year = {2025},
117
- note = {Derived from H1deaki/S2CM_RAW under CC-BY-NC 4.0}
118
- }
119
- ```
120
-
121
- Please replace `<Your Name>` and `<yourname>` with your actual information.
122
-
123
- ---
124
-
125
- ## 5. License
126
-
127
- The original **MethaneS2CM** dataset is released under the **CC-BY-NC 4.0** license.
128
-
129
- This derived plume-only dataset is therefore also distributed under:
130
-
131
- > **License:** CC-BY-NC 4.0 (Attribution–NonCommercial)
132
-
133
- Key points (informal, not legal advice):
134
-
135
- - **Attribution (BY):**
136
- You must credit:
137
- - the MethaneS2CM authors (Liu, Leung, Niu) and
138
- - this derived dataset (if used explicitly),
139
- and retain references to the original dataset and this repository where appropriate.
140
-
141
- - **NonCommercial (NC):**
142
- You may not use this dataset or derivatives of it for **commercial purposes** without obtaining separate permission from the rights holders.
143
-
144
- For the full legal text, see the [CC-BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/).
145
-
146
- ---
147
-
148
- ## 6. Acknowledgments
149
-
150
- This dataset is a derivative work of:
151
-
152
- - MethaneS2CM: [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW).
153
-
154
- We acknowledge:
155
-
156
- - The **European Space Agency (ESA)** for providing Sentinel-2 data, and
157
- - The **CarbonMapper** initiative for plume annotations and their open data efforts,
158
-
159
- following the acknowledgments of the original MethaneS2CM dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,7 +1,15 @@
 
 
 
 
 
 
 
 
1
  # MethaneS2CM – Plume Masks Only (Derived Dataset)
2
 
3
  This dataset is a **plume-mask-only** derivative of
4
- [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW). :contentReference[oaicite:0]{index=0}
5
 
6
  It contains the methane plume segmentation masks (`plume.tif`) without redistributing the Sentinel-2 imagery (`s2.tif`, `s2_pre.tif`, `s2_pre_pre.tif`).
7
  The goal is to provide a compact (~2 GB) resource focused on plume labels for users who already have access to Sentinel-2 data or who want to combine these masks with their own imagery.
@@ -10,7 +18,7 @@ The goal is to provide a compact (~2 GB) resource focused on plume labels for us
10
 
11
  ## 1. Origin and Relationship to MethaneS2CM
12
 
13
- The original **MethaneS2CM** dataset is a large-scale benchmark for methane emission detection from Sentinel-2 multispectral imagery, built from real plume annotations from CarbonMapper and co-located Sentinel-2 observations. :contentReference[oaicite:1]{index=1}
14
 
15
  Each sample in MethaneS2CM includes:
16
  - Sentinel-2 imagery at three time points: leak day (T), T-90, and T-365, and
@@ -24,8 +32,8 @@ This derived dataset:
24
 
25
  For full details on the construction and intended use of the original dataset, please refer to:
26
 
27
- - Original dataset: [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW) :contentReference[oaicite:2]{index=2}
28
- - Paper: “MethaneS2CM: A Dataset for Multispectral Deep Methane Emission Detection” (KDD 2025). :contentReference[oaicite:3]{index=3}
29
 
30
  ---
31
 
 
1
+ ---
2
+ tags:
3
+ - methane
4
+ - sentinel-2
5
+ - image-segmentation
6
+ license: cc-by-nc-4.0
7
+ ---
8
+
9
  # MethaneS2CM – Plume Masks Only (Derived Dataset)
10
 
11
  This dataset is a **plume-mask-only** derivative of
12
+ [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW).
13
 
14
  It contains the methane plume segmentation masks (`plume.tif`) without redistributing the Sentinel-2 imagery (`s2.tif`, `s2_pre.tif`, `s2_pre_pre.tif`).
15
  The goal is to provide a compact (~2 GB) resource focused on plume labels for users who already have access to Sentinel-2 data or who want to combine these masks with their own imagery.
 
18
 
19
  ## 1. Origin and Relationship to MethaneS2CM
20
 
21
+ The original **MethaneS2CM** dataset is a large-scale benchmark for methane emission detection from Sentinel-2 multispectral imagery, built from real plume annotations from CarbonMapper and co-located Sentinel-2 observations.
22
 
23
  Each sample in MethaneS2CM includes:
24
  - Sentinel-2 imagery at three time points: leak day (T), T-90, and T-365, and
 
32
 
33
  For full details on the construction and intended use of the original dataset, please refer to:
34
 
35
+ - Original dataset: [H1deaki/S2CM_RAW](https://huggingface.co/datasets/H1deaki/S2CM_RAW)
36
+ - Paper: “MethaneS2CM: A Dataset for Multispectral Deep Methane Emission Detection” (KDD 2025).
37
 
38
  ---
39