Add task category and EarthEmbeddingExplorer paper reference
#11
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- earth-observation
|
| 5 |
- remote-sensing
|
|
@@ -7,8 +11,6 @@ tags:
|
|
| 7 |
- multi-spectral
|
| 8 |
- satellite
|
| 9 |
- geospatial
|
| 10 |
-
size_categories:
|
| 11 |
-
- 1M<n<10M
|
| 12 |
dataset_info:
|
| 13 |
- config_name: default
|
| 14 |
features:
|
|
@@ -57,6 +59,11 @@ configs:
|
|
| 57 |
|
| 58 |
Contains a global coverage of Sentinel-2 (Level 2A) patches, each of size 1,068 x 1,068 pixels.
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
| Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
|
| 61 |
|--------|--------------|-------------------|------------|--------------|
|
| 62 |
|Sentinel-2 Level-2A |Optical Multispectral|2,245,886|1,068 x 1,068 (10 m) | > 2.564 Trillion |
|
|
@@ -123,4 +130,13 @@ image = Image.open(stream)
|
|
| 123 |
}
|
| 124 |
```
|
| 125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 126 |
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
|
|
|
|
| 11 |
- multi-spectral
|
| 12 |
- satellite
|
| 13 |
- geospatial
|
|
|
|
|
|
|
| 14 |
dataset_info:
|
| 15 |
- config_name: default
|
| 16 |
features:
|
|
|
|
| 59 |
|
| 60 |
Contains a global coverage of Sentinel-2 (Level 2A) patches, each of size 1,068 x 1,068 pixels.
|
| 61 |
|
| 62 |
+
This dataset is part of the **Major TOM** project and is featured in the paper [EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images](https://huggingface.co/papers/2603.29441).
|
| 63 |
+
|
| 64 |
+
- **Project Page:** [EarthEmbeddingExplorer](https://modelscope.ai/studios/Major-TOM/EarthEmbeddingExplorer)
|
| 65 |
+
- **Repository:** [https://github.com/ESA-PhiLab/Major-TOM](https://github.com/ESA-PhiLab/Major-TOM)
|
| 66 |
+
|
| 67 |
| Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
|
| 68 |
|--------|--------------|-------------------|------------|--------------|
|
| 69 |
|Sentinel-2 Level-2A |Optical Multispectral|2,245,886|1,068 x 1,068 (10 m) | > 2.564 Trillion |
|
|
|
|
| 130 |
}
|
| 131 |
```
|
| 132 |
|
| 133 |
+
```latex
|
| 134 |
+
@article{EarthEmbeddingExplorer,
|
| 135 |
+
title={EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images},
|
| 136 |
+
author={Alistair Francis and Mikolaj Czerkawski and others},
|
| 137 |
+
year={2026},
|
| 138 |
+
url={https://huggingface.co/papers/2603.29441}
|
| 139 |
+
}
|
| 140 |
+
```
|
| 141 |
+
|
| 142 |
Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://huggingface.co/ESA-philab)
|