wangyi111 commited on
Commit
6b091af
·
verified ·
1 Parent(s): 79f3181

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - earth-observation
5
+ - remote-sensing
6
+ - foundation-model
7
+ - pretrain
8
+ - self-supervised-learning
9
+ - sentinel
10
+ pretty_name: Copernicus-Pretrain
11
+ size_categories:
12
+ - 10M<n<100M
13
+ ---
14
+ # Dataset Card for Copernicus-Pretrain
15
+
16
+ <!-- Provide a quick summary of the dataset. -->
17
+
18
+ A large-scale EO pretraining dataset with 18.7M aligned images covering all major Sentinel missions (S1,2,3,5P).
19
+
20
+ *Officially named **Copernicus-Pretrain**, also referred to as SSL4EO-S ("S" means Sentinel), as an extension of [SSL4EO-S12](https://github.com/zhu-xlab/SSL4EO-S12) to the whole Sentinel series.*
21
+
22
+ ## Dataset Details
23
+
24
+ ### Dataset Description
25
+
26
+ <!-- Provide a longer summary of what this dataset is. -->
27
+
28
+ Copernicus-Pretrain contains 18.7M aligned imagery from all major Sentinel missions in operation (Sentinel-1 SAR, Sentinel-2 multispectral reflectance, Sentinel-3 multispectral radiance, and Sentinel-5P atmospheric variables), as well as an elevation product Copernicus DEM GLO-30.
29
+ The images are organized into ~310K regional grids (0.25x0.25, consistent with ERA5), densely covering the whole land surface and near-land ocean with eight distinct Sentinel modalities.
30
+
31
+ | | Modality | GSD | Image size | # Grid cells | # Patches | # Timestamps | # Total images |
32
+ |-----------|----------------------|-------|-----------------------|--------------|-----------|--------------|----------------|
33
+ | Sentinel-1 GRD | SAR | 10 m | 264×264×2 | 247,723 | 1,067,267 | ~4 | 4,227,387 |
34
+ | Sentinel-2 TOA | MS | 10 m | 264×264×13 | 247,723 | 1,067,267 | ~4 | 4,218,065 |
35
+ | Sentinel-3 OLCI | MS | 300 m | 96×96×21 | 281,375 | 281,375 | ~8 | 2,189,561 |
36
+ | Sentinel-5P CO | atmos.| 1 km | 28×28 | 306,097 | 306,097 | 1–12 | 2,104,735 |
37
+ | Sentinel-5P NO2 | atmos.| 1 km | 28×28 | 291,449 | 291,449 | 1–12 | 1,752,558 |
38
+ | Sentinel-5P SO2 | atmos.| 1 km | 28×28 | 262,259 | 262,259 | 1–12 | 1,366,452 |
39
+ | Sentinel-5P O3 | atmos.| 1 km | 28×28 | 306,218 | 306,218 | 1–12 | 2,556,631 |
40
+ | Copernicus DEM | elevation | 30 m | 960×960 | 297,665 | 297,665 | 1 | 297,665 |
41
+ | **Copernicus-Pretrain** | | | | **312,567** | **3,879,597** | | **18,713,054** |
42
+
43
+
44
+
45
+
46
+
47
+ - **Curated by:** Wang, Yi, et al.
48
+ - **Funded by [optional]:** ThinkingEarth (Horizon Europe 101130544)
49
+ - **License:** CC BY 4.0
50
+
51
+ ### Dataset Sources
52
+
53
+ <!-- Provide the basic links for the dataset. -->
54
+
55
+ - **Repository:** [More Information Needed]
56
+ - **Paper [optional]:** [More Information Needed]
57
+ - **Demo [optional]:** [More Information Needed]
58
+
59
+
60
+
61
+ ## Dataset Structure
62
+
63
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
64
+
65
+ [More Information Needed]
66
+
67
+
68
+
69
+ ## Citation
70
+
71
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
72
+
73
+ **BibTeX:**
74
+
75
+ [More Information Needed]
76
+