Add task category and link to EarthEmbeddingExplorer paper

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +67 -51
README.md CHANGED
@@ -1,63 +1,67 @@
1
  ---
2
  license: cc-by-sa-4.0
3
- tags:
4
- - earth-observation
5
- - remote-sensing
6
- - sentinel-2
7
- - multi-spectral
8
- - satellite
9
- - geospatial
10
  size_categories:
11
- - 1M<n<10M
 
 
 
 
 
 
 
 
 
12
  dataset_info:
13
- - config_name: default
14
- features:
15
- - name: product_id
16
- dtype: string
17
- - name: grid_cell
18
- dtype: string
19
- - name: product_datetime
20
- dtype: string
21
- - name: thumbnail
22
- dtype: image
23
- - name: B01
24
- dtype: binary
25
- - name: B02
26
- dtype: binary
27
- - name: B03
28
- dtype: binary
29
- - name: B04
30
- dtype: binary
31
- - name: B05
32
- dtype: binary
33
- - name: B06
34
- dtype: binary
35
- - name: B07
36
- dtype: binary
37
- - name: B08
38
- dtype: binary
39
- - name: B8A
40
- dtype: binary
41
- - name: B09
42
- dtype: binary
43
- - name: B10
44
- dtype: binary
45
- - name: B11
46
- dtype: binary
47
- - name: B12
48
- dtype: binary
49
- - name: cloud_mask
50
- dtype: binary
51
  configs:
52
- - config_name: default
53
- data_files: images/*.parquet
54
- - config_name: metadata
55
- data_files: metadata.parquet
56
  ---
57
 
58
  # Core-S2L1C
59
 
60
- Contains a global coverage of Sentinel-2 (Level 1C) patches, each of size 1,068 x 1,068 pixels.
 
 
61
 
62
  | Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
63
  |--------|--------------|-------------------|------------|--------------|
@@ -114,6 +118,8 @@ image = Image.open(stream)
114
 
115
  ## Cite
116
  [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/abs/2402.12095/)
 
 
117
  ```latex
118
  @inproceedings{Major_TOM,
119
  title={Major TOM: Expandable Datasets for Earth Observation},
@@ -126,4 +132,14 @@ image = Image.open(stream)
126
  }
127
  ```
128
 
 
 
 
 
 
 
 
 
 
 
129
  Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://huggingface.co/ESA-philab)
 
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
3
  size_categories:
4
+ - 1M<n<10M
5
+ task_categories:
6
+ - other
7
+ tags:
8
+ - earth-observation
9
+ - remote-sensing
10
+ - sentinel-2
11
+ - multi-spectral
12
+ - satellite
13
+ - geospatial
14
  dataset_info:
15
+ - config_name: default
16
+ features:
17
+ - name: product_id
18
+ dtype: string
19
+ - name: grid_cell
20
+ dtype: string
21
+ - name: product_datetime
22
+ dtype: string
23
+ - name: thumbnail
24
+ dtype: image
25
+ - name: B01
26
+ dtype: binary
27
+ - name: B02
28
+ dtype: binary
29
+ - name: B03
30
+ dtype: binary
31
+ - name: B04
32
+ dtype: binary
33
+ - name: B05
34
+ dtype: binary
35
+ - name: B06
36
+ dtype: binary
37
+ - name: B07
38
+ dtype: binary
39
+ - name: B08
40
+ dtype: binary
41
+ - name: B8A
42
+ dtype: binary
43
+ - name: B09
44
+ dtype: binary
45
+ - name: B10
46
+ dtype: binary
47
+ - name: B11
48
+ dtype: binary
49
+ - name: B12
50
+ dtype: binary
51
+ - name: cloud_mask
52
+ dtype: binary
53
  configs:
54
+ - config_name: default
55
+ data_files: images/*.parquet
56
+ - config_name: metadata
57
+ data_files: metadata.parquet
58
  ---
59
 
60
  # Core-S2L1C
61
 
62
+ [Project Page](https://modelscope.ai/studios/Major-TOM/EarthEmbeddingExplorer) | [Github](https://github.com/ESA-PhiLab/Major-TOM) | [Paper (Major TOM)](https://huggingface.co/papers/2402.12095) | [Paper (EarthEmbeddingExplorer)](https://huggingface.co/papers/2603.29441)
63
+
64
+ Contains a global coverage of Sentinel-2 (Level 1C) patches, each of size 1,068 x 1,068 pixels. This dataset is part of the **Major TOM** ecosystem and is featured in the web application **EarthEmbeddingExplorer** for cross-modal retrieval of satellite images.
65
 
66
  | Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
67
  |--------|--------------|-------------------|------------|--------------|
 
118
 
119
  ## Cite
120
  [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/abs/2402.12095/)
121
+
122
+ If you use this dataset, please cite the original Major TOM paper:
123
  ```latex
124
  @inproceedings{Major_TOM,
125
  title={Major TOM: Expandable Datasets for Earth Observation},
 
132
  }
133
  ```
134
 
135
+ If you use the EarthEmbeddingExplorer application or workflows, please cite:
136
+ ```latex
137
+ @article{earthembeddingexplorer2026,
138
+ title={EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images},
139
+ author={Francis, Alistair and others},
140
+ year={2026},
141
+ journal={arXiv preprint arXiv:2603.29441}
142
+ }
143
+ ```
144
+
145
  Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://huggingface.co/ESA-philab)