Improve dataset card: add task category, paper links, and project page
Browse filesHi! I'm Niels from the Hugging Face community science team.
This PR improves the dataset card by:
- Adding the `other` task category to the metadata for better discoverability.
- Linking the dataset to the paper "EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images" and its project page.
- Explicitly referencing the official GitHub repository for the Major TOM project.
- Maintaining the existing technical documentation and sample usage.
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- earth-observation
|
| 5 |
- remote-sensing
|
|
@@ -8,8 +12,6 @@ tags:
|
|
| 8 |
- synthethic-aperture-radar
|
| 9 |
- satellite
|
| 10 |
- geospatial
|
| 11 |
-
size_categories:
|
| 12 |
-
- 1M<n<10M
|
| 13 |
dataset_info:
|
| 14 |
- config_name: default
|
| 15 |
features:
|
|
@@ -34,7 +36,15 @@ configs:
|
|
| 34 |
|
| 35 |
# Core-S1RTC
|
| 36 |
|
| 37 |
-
Contains a global coverage of Sentinel-1 (RTC) patches, each of size 1,068 x 1,068 pixels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
| Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
|
| 40 |
|--------|--------------|-------------------|------------|--------------|
|
|
|
|
| 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
|
|
|
|
| 12 |
- synthethic-aperture-radar
|
| 13 |
- satellite
|
| 14 |
- geospatial
|
|
|
|
|
|
|
| 15 |
dataset_info:
|
| 16 |
- config_name: default
|
| 17 |
features:
|
|
|
|
| 36 |
|
| 37 |
# Core-S1RTC
|
| 38 |
|
| 39 |
+
Contains a global coverage of Sentinel-1 (RTC) patches, each of size 1,068 x 1,068 pixels. This dataset is part of the **Major TOM** ecosystem.
|
| 40 |
+
|
| 41 |
+
**Papers:**
|
| 42 |
+
- [Major TOM: Expandable Datasets for Earth Observation](https://huggingface.co/papers/2402.12095)
|
| 43 |
+
- [EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images](https://huggingface.co/papers/2603.29441)
|
| 44 |
+
|
| 45 |
+
**Links:**
|
| 46 |
+
- **Project Page:** [EarthEmbeddingExplorer](https://modelscope.ai/studios/Major-TOM/EarthEmbeddingExplorer)
|
| 47 |
+
- **GitHub Repository:** [ESA-PhiLab/Major-TOM](https://github.com/ESA-PhiLab/Major-TOM)
|
| 48 |
|
| 49 |
| Source | Sensing Type | Number of Patches | Patch Size | Total Pixels |
|
| 50 |
|--------|--------------|-------------------|------------|--------------|
|