Commit ·
50efb4e
1
Parent(s): 05dde5d
Add dataset files
Browse files- README.md +88 -0
- Zhejiang_samples/zhejiang_sample_center_2k_FarSLIP_384x384.parquet +3 -0
- Zhejiang_samples/zhejiang_sample_center_2k_SatCLIP_384x384.parquet +3 -0
- Zhejiang_samples/zhejiang_sample_center_2k_SigLIP_384x384.parquet +3 -0
- Zhejiang_samples/zhejiang_sample_metadata.parquet +3 -0
- uniform_sample_22k/grid_sample_center_22k_FarSLIP_384x384.parquet +3 -0
- uniform_sample_22k/grid_sample_center_22k_SatCLIP_384x384.parquet +3 -0
- uniform_sample_22k/grid_sample_center_22k_SigLIP_384x384.parquet +3 -0
- uniform_sample_22k/grid_sample_metadata.parquet +3 -0
- uniform_sample_250k/farslip/FarSLIP_grid_sample_center_384x384_243k.parquet +3 -0
- uniform_sample_250k/satclip/SatCLIP_grid_sample_center_384x384_243k.parquet +3 -0
- uniform_sample_250k/siglip/SigLIP_grid_sample_center_384x384_243k.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,91 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- feature-extraction
|
| 5 |
+
- image-text-matching
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- satellite-imagery
|
| 10 |
+
- earth-observation
|
| 11 |
+
- embeddings
|
| 12 |
+
- geospatial
|
| 13 |
+
- clip
|
| 14 |
+
- majortom
|
| 15 |
+
size_categories:
|
| 16 |
+
- 10K<n<100K
|
| 17 |
+
- 100K<n<1M
|
| 18 |
---
|
| 19 |
+
|
| 20 |
+
<div style="display: flex; gap: 0.2em; align-items: center; justify-content: center;">
|
| 21 |
+
<a href="https://www.modelscope.cn/studios/VoyagerX/EarthExplorer"><img src="https://img.shields.io/badge/Open in ModelScope.cn-xGPU-624aff"></a>
|
| 22 |
+
<a href="https://www.modelscope.ai/studios/VoyagerX/EarthExplorer"><img src="https://img.shields.io/badge/Open in ModelScope.ai-CPU-624aff"></a>
|
| 23 |
+
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer"><img src="https://img.shields.io/badge/Open in HF Space-CPU-FFD21E"></a>
|
| 24 |
+
<a href="https://modelscope.cn/studios/VoyagerX/EarthExplorer/file/view/master/Tutorial.md?status=1"> <img src="https://img.shields.io/badge/Tutorial-📖-007bff"> </a>
|
| 25 |
+
<a href="https://www.modelscope.cn/learn/3958"> <img src="https://img.shields.io/badge/中文教程-📖-007bff"> </a>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
# EarthEmbeddings
|
| 29 |
+
|
| 30 |
+
Satellite imagery embeddings dataset for the **EarthEmbeddingExplorer**, enabling natural language and location-based search of Earth observation data.
|
| 31 |
+
|
| 32 |
+
## Overview
|
| 33 |
+
|
| 34 |
+
This repository contains pre-computed embeddings of satellite imagery using state-of-the-art vision-language models. These embeddings power the [EarthEmbeddingExplorer](https://huggingface.co/spaces/ML4Sustain/EarthExplorer) application, which allows users to search for satellite images using text queries, image uploads, or geographic locations.
|
| 35 |
+
|
| 36 |
+
**Key features:**
|
| 37 |
+
- Global satellite imagery from Sentinel-2 (MajorTOM Core-S2L2A)
|
| 38 |
+
- Multiple embedding models optimized for Earth observation
|
| 39 |
+
- Fast similarity search without raw image preprocessing
|
| 40 |
+
- Ready-to-use Parquet format for efficient data access
|
| 41 |
+
|
| 42 |
+
## Dataset Description
|
| 43 |
+
|
| 44 |
+
### Data Source
|
| 45 |
+
- **Base dataset**: MajorTOM Core-S2L2A (Sentinel-2 Level 2A, 2.2M+ samples)
|
| 46 |
+
- **Processing**: Center crop (384×384 pixels) + uniform global sampling
|
| 47 |
+
|
| 48 |
+
### Embedding Models
|
| 49 |
+
|
| 50 |
+
Three CLIP-like models are used:
|
| 51 |
+
|
| 52 |
+
| Model | Description | Training Data |
|
| 53 |
+
| :--- | :--- | :--- |
|
| 54 |
+
| **SigLIP** | General-purpose vision-language model | Web-scale natural image-text pairs |
|
| 55 |
+
| **FarSLIP** | Fine-grained satellite imagery model | Satellite image-text pairs |
|
| 56 |
+
| **SatCLIP** | Location-based satellite model | Satellite image-location pairs |
|
| 57 |
+
|
| 58 |
+
## Dataset Splits
|
| 59 |
+
|
| 60 |
+
### 1. `uniform_sample_22k`
|
| 61 |
+
- **22,000** globally distributed satellite images
|
| 62 |
+
- **Files**: `grid_sample_center_22k_{FarSLIP,SatCLIP,SigLIP}_384x384.parquet`
|
| 63 |
+
|
| 64 |
+
### 2. `uniform_sample_250k` ⚠️ Preview
|
| 65 |
+
- **~250,000** globally distributed satellite images
|
| 66 |
+
- **Current status**: Preview revision with ~243k samples available
|
| 67 |
+
- **Note**: About 7k original image chips were lost due to network error; full version coming soon
|
| 68 |
+
- **Structure**: Organized by model (`farslip/`, `satclip/`, `siglip/`)
|
| 69 |
+
- **Files**: `{FarSLIP,SatCLIP,SigLIP}_grid_sample_center_384x384_243k.parquet`
|
| 70 |
+
|
| 71 |
+
### 3. `Zhejiang_samples`
|
| 72 |
+
- **2,000** samples from Zhejiang region, China
|
| 73 |
+
- **Files**: `zhejiang_sample_center_2k_{FarSLIP,SatCLIP,SigLIP}_384x384.parquet`
|
| 74 |
+
- Regional case study dataset
|
| 75 |
+
|
| 76 |
+
## Data Format
|
| 77 |
+
|
| 78 |
+
All embeddings are stored in **Parquet** format:
|
| 79 |
+
- Efficient columnar storage for fast download
|
| 80 |
+
- 384×384 pixel satellite image crops
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
## Related Work
|
| 84 |
+
|
| 85 |
+
- **Tutorial**: [EarthEmbeddingExplorer Tutorial](https://huggingface.co/spaces/ML4Sustain/EarthExplorer/blob/main/Tutorial.md)
|
| 86 |
+
- **Application**: [EarthEmbeddingExplorer Space](https://huggingface.co/spaces/ML4Sustain/EarthExplorer)
|
| 87 |
+
- **Base Dataset**: [MajorTOM by ESA](https://github.com/ESA-PhiLab/MajorTOM)
|
| 88 |
+
|
| 89 |
+
## License
|
| 90 |
+
|
| 91 |
+
MIT License
|
Zhejiang_samples/zhejiang_sample_center_2k_FarSLIP_384x384.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4bc51828dd58d45c62d3168557870e8db6659c0c52e9661865326cafb11c88b
|
| 3 |
+
size 2088911
|
Zhejiang_samples/zhejiang_sample_center_2k_SatCLIP_384x384.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81bdf991b1d6a100108d0cad730bf79b1e9f558f261f2d4fb18c3f68c9ff2796
|
| 3 |
+
size 2719357
|
Zhejiang_samples/zhejiang_sample_center_2k_SigLIP_384x384.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47ab37984d86b9b15949448f36d52022c24c40e7ff3bc65f44510ff08d0cbe81
|
| 3 |
+
size 4381379
|
Zhejiang_samples/zhejiang_sample_metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb7c46e7985c05cb010e4fd308489865271b43b250844b8d42a3fe8263d01a78
|
| 3 |
+
size 159438
|
uniform_sample_22k/grid_sample_center_22k_FarSLIP_384x384.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3555e0279742daa7ee27ba5587a8234f791966ce4411ef804455ee03af52e1aa
|
| 3 |
+
size 23547770
|
uniform_sample_22k/grid_sample_center_22k_SatCLIP_384x384.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76484097dea1f0fc65e4f2c8d3e825ec3ccda8914da83e3a65aabd86a4f59ec2
|
| 3 |
+
size 25158503
|
uniform_sample_22k/grid_sample_center_22k_SigLIP_384x384.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a34d949f704f8f4d9d963f28dbe547c341591645cf86d191587a3cc0a866855f
|
| 3 |
+
size 50178408
|
uniform_sample_22k/grid_sample_metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:808fde21fdae5ef2dc8183c7e8017b286dc2d2419ed64e6058358291cbeef06c
|
| 3 |
+
size 1999889
|
uniform_sample_250k/farslip/FarSLIP_grid_sample_center_384x384_243k.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e6dd56e59c9f8921c0def644121d9bd6e8024008827171b08f04be4308c9e37
|
| 3 |
+
size 251678755
|
uniform_sample_250k/satclip/SatCLIP_grid_sample_center_384x384_243k.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9505087bac529b6eaa1119e71c654bbce980b847ac26854b653fe03063e303ed
|
| 3 |
+
size 272217668
|
uniform_sample_250k/siglip/SigLIP_grid_sample_center_384x384_243k.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b02a2d6f47141a28fa2022b1b1cd7c61c467235c827045ff9dc49d9ed1885cd
|
| 3 |
+
size 541199617
|