nielsr HF Staff commited on
Commit
d5088e3
·
verified ·
1 Parent(s): cf37891

Update dataset card with task category, paper links, and citation

Browse files

Hi! I'm Niels from the Hugging Face community science team. I'm opening this PR to improve the dataset card for Major TOM Core-DEM.

This PR:
- Adds the `other` task category to the metadata.
- Links the associated papers: "EarthEmbeddingExplorer" and the original "Major TOM" paper.
- Adds links to the official GitHub repository and the interactive Project Page.
- Includes a BibTeX citation for the dataset.
- Preserves the existing technical documentation and sample usage code.

Files changed (1) hide show
  1. README.md +29 -8
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
3
  tags:
4
  - earth-observation
5
  - remote-sensing
6
  - elevation
7
  - satellite
8
  - geospatial
9
- size_categories:
10
- - 1M<n<10M
11
  dataset_info:
12
  - config_name: default
13
  features:
@@ -26,20 +28,22 @@ configs:
26
  data_files: metadata.parquet
27
  ---
28
 
29
-
30
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/p2lwaUwDnuUwiRtGWXUFz.png)
31
 
32
  # Major TOM Core-DEM
33
 
34
- Contains a global coverage of [Copernicus DEM](https://spacedata.copernicus.eu/collections/copernicus-digital-elevation-model), each of size 356 x 356 pixels.
 
 
 
 
 
35
 
36
  | Source | Modality Type | Number of Patches | Patch Size | Total Pixels |
37
  |:-------|:-------------:|:-----------------:|:----------:|:------------:|
38
  |Copernicus DEM 30 | Digital Surface Model (DSM) |1,837,843| 356 x 356 (30 m) | > 1.654 Billion |
39
 
40
-
41
-
42
- ## Content
43
 
44
  | Column | Details | Resolution |
45
  |:-------|:--------|:-----------|
@@ -54,6 +58,7 @@ The following figure demonstrates the spatial coverage (only black pixels are ab
54
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/v5O9bSVPsnKNOrnzVNuH0.png)
55
 
56
  In this first version, all available DEM data was included except for the Major TOM cells below the 89th latitude and two degrees west off the date change line. Azerbaijan and Armenia weren’t included either as they are unavailable on the Creodias platform used to create this dataset.
 
57
  ## Example Use
58
 
59
  Interface scripts are available at https://github.com/ESA-PhiLab/Major-TOM
@@ -78,7 +83,7 @@ with MemoryFile(first_row_group['DEM'][0].as_py()) as mem_f:
78
  dem = f.read()
79
  ```
80
 
81
- and here's an example with a thumbnail image:
82
  ```python
83
  from fsspec.parquet import open_parquet_file
84
  import pyarrow.parquet as pq
@@ -96,6 +101,7 @@ with open_parquet_file(url,columns = ["thumbnail"]) as f:
96
  stream = BytesIO(first_row_group['thumbnail'][0].as_py())
97
  image = Image.open(stream)
98
  ```
 
99
  ### Reprojection Details
100
  Contrary to [S1 RTC](huggingface.co/datasets/Major-TOM/Core-S1RTC) and S2 ([L1C](huggingface.co/datasets/Major-TOM/Core-S2L1C) & [L2A](huggingface.co/datasets/Major-TOM/Core-S2L2A)) products, which are taken in their native projection to create their respective Major TOM Core datasets, Copernicus DEM, natively in EPSG:4326, was reprojected to a carefully chosen projection. To guarantee uniformity across Major Tom sources, it was reprojected to the corresponding UTM zone of the cell. This leads to inconsistency between Sentinel-2 and COP-DEM cells in some cases. For the S2-L2A product this is estimated to 2.5% of all the cells where COP-DEM and S2-L2A are available (41,998 out of 1,679,898 cells).
101
 
@@ -108,6 +114,21 @@ Large DEM tiles were projected and resampled to 30m using bilinear interpolation
108
  ### Credits
109
  This dataset is the product of a collaboration between [Φ-lab, European Space Agency (ESA)](https://huggingface.co/ESA-philab) and the [Adobe Research (Paris, France)](https://research.adobe.com/careers/paris/). The dataset was put together by [Paul Borne--Pons](https://www.linkedin.com/in/paul-bp-cs/) under the supervision of Mikolaj Czerkawski and Alistair Francis (the original authors of the Major TOM project) as part of his stay at ESA Phi Lab. The idea behind this collaboration is to explore the synergies between Sentinel 2 products and DEM data, notably for the generation of terrains.
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  ---
112
 
113
  Produced using Copernicus WorldDEM-30 © DLR e.V. 2010-2014 and © Airbus Defence and Space GmbH
 
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
  - elevation
11
  - satellite
12
  - geospatial
 
 
13
  dataset_info:
14
  - config_name: default
15
  features:
 
28
  data_files: metadata.parquet
29
  ---
30
 
 
31
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/p2lwaUwDnuUwiRtGWXUFz.png)
32
 
33
  # Major TOM Core-DEM
34
 
35
+ Major TOM Core-DEM contains a global coverage of [Copernicus DEM](https://spacedata.copernicus.eu/collections/copernicus-digital-elevation-model), each of size 356 x 356 pixels.
36
+
37
+ This dataset is featured in the paper [EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images](https://huggingface.co/papers/2603.29441) and is part of the [Major TOM: Expandable Datasets for Earth Observation](https://arxiv.org/abs/2402.12095) ecosystem.
38
+
39
+ - **Project Page:** [EarthEmbeddingExplorer](https://modelscope.ai/studios/Major-TOM/EarthEmbeddingExplorer)
40
+ - **GitHub:** [ESA-PhiLab/Major-TOM](https://github.com/ESA-PhiLab/Major-TOM)
41
 
42
  | Source | Modality Type | Number of Patches | Patch Size | Total Pixels |
43
  |:-------|:-------------:|:-----------------:|:----------:|:------------:|
44
  |Copernicus DEM 30 | Digital Surface Model (DSM) |1,837,843| 356 x 356 (30 m) | > 1.654 Billion |
45
 
46
+ ## Dataset Content
 
 
47
 
48
  | Column | Details | Resolution |
49
  |:-------|:--------|:-----------|
 
58
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/v5O9bSVPsnKNOrnzVNuH0.png)
59
 
60
  In this first version, all available DEM data was included except for the Major TOM cells below the 89th latitude and two degrees west off the date change line. Azerbaijan and Armenia weren’t included either as they are unavailable on the Creodias platform used to create this dataset.
61
+
62
  ## Example Use
63
 
64
  Interface scripts are available at https://github.com/ESA-PhiLab/Major-TOM
 
83
  dem = f.read()
84
  ```
85
 
86
+ And here's an example with a thumbnail image:
87
  ```python
88
  from fsspec.parquet import open_parquet_file
89
  import pyarrow.parquet as pq
 
101
  stream = BytesIO(first_row_group['thumbnail'][0].as_py())
102
  image = Image.open(stream)
103
  ```
104
+
105
  ### Reprojection Details
106
  Contrary to [S1 RTC](huggingface.co/datasets/Major-TOM/Core-S1RTC) and S2 ([L1C](huggingface.co/datasets/Major-TOM/Core-S2L1C) & [L2A](huggingface.co/datasets/Major-TOM/Core-S2L2A)) products, which are taken in their native projection to create their respective Major TOM Core datasets, Copernicus DEM, natively in EPSG:4326, was reprojected to a carefully chosen projection. To guarantee uniformity across Major Tom sources, it was reprojected to the corresponding UTM zone of the cell. This leads to inconsistency between Sentinel-2 and COP-DEM cells in some cases. For the S2-L2A product this is estimated to 2.5% of all the cells where COP-DEM and S2-L2A are available (41,998 out of 1,679,898 cells).
107
 
 
114
  ### Credits
115
  This dataset is the product of a collaboration between [Φ-lab, European Space Agency (ESA)](https://huggingface.co/ESA-philab) and the [Adobe Research (Paris, France)](https://research.adobe.com/careers/paris/). The dataset was put together by [Paul Borne--Pons](https://www.linkedin.com/in/paul-bp-cs/) under the supervision of Mikolaj Czerkawski and Alistair Francis (the original authors of the Major TOM project) as part of his stay at ESA Phi Lab. The idea behind this collaboration is to explore the synergies between Sentinel 2 products and DEM data, notably for the generation of terrains.
116
 
117
+ ### Citation
118
+
119
+ ```latex
120
+ @inproceedings{Francis2024MajorTOM,
121
+ author={Francis, Alistair and Czerkawski, Mikolaj},
122
+ booktitle={IGARSS 2024 - 2024 IEEE International Geoscience and Remote Sensing Symposium},
123
+ title={Major TOM: Expandable Datasets for Earth Observation},
124
+ year={2024},
125
+ volume={},
126
+ number={},
127
+ pages={2935-2940},
128
+ doi={10.1109/IGARSS53475.2024.10640760}
129
+ }
130
+ ```
131
+
132
  ---
133
 
134
  Produced using Copernicus WorldDEM-30 © DLR e.V. 2010-2014 and © Airbus Defence and Space GmbH