inie2003 commited on
Commit
e5c1ca3
1 Parent(s): e50a885

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +158 -0
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - zero-shot-classification
4
+ language:
5
+ - en
6
+ ---
7
+ # Dataset Card for Dataset Name
8
+
9
+ <!-- Provide a quick summary of the dataset. -->
10
+
11
+ We downloaded satellite images from Major-TOM, filtered for Germany, and processed them into vector embeddings.
12
+
13
+ ## Datasource Details
14
+ | | Value |
15
+ |---------------|-----------------------------------------|
16
+ | Datasource | Major-TOM/Core-S2L2A |
17
+ | Region | box(5.98865807458, 47.3024876979, 15.0169958839, 54.983104153) (Covers whole of Germany) |
18
+ | Date Range | ('2020-01-01', '2025-01-01') |
19
+ | Cloud Cover | (0, 10) |
20
+ | No Data | (0.0, 0.0) |
21
+
22
+
23
+ <!-- Provide a longer summary of what this dataset is. -->
24
+ **Metadata.paraquet File**
25
+
26
+ This dataset shows the relationship between our embeddings/vectors and Major TOM images for fast linking to other Major TOM datasets.
27
+
28
+ **Embedding.dat**
29
+
30
+ This dataset has the vector embeddings calculated by us.
31
+
32
+ What we did was:
33
+
34
+ a) to vectorise the entire Major-TOM image data for Germany;
35
+
36
+ b) used our algorithms and models (OPENCLIP_SIGLIP_400M)
37
+
38
+ c) no pre-training, no labelling happened in the preparation of this dataset
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the dataset is intended to be used. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section describes suitable use cases for the dataset. -->
47
+
48
+ [More Information Needed]
49
+
50
+
51
+
52
+ ## Dataset Structure
53
+
54
+ <!-- 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. -->
55
+
56
+ **Metadata.paraquet**
57
+ | Column | Explanation |
58
+ |----------------|-----------------------------------------------------------------------------------------------|
59
+ | grid_cell | Coordinates in the Major TOM grid, enabling fast linking to other Major TOM datasets. |
60
+ | grid_row_u | Row identifier in the Major TOM grid for linking purposes. |
61
+ | grid_row_r | Another row identifier in the Major TOM grid for linking purposes. |
62
+ | centre_lat | Latitude of the center of the image portion for which embedding has been computed. |
63
+ | centre_lon | Longitude of the center of the image portion for which embedding has been computed. |
64
+ | timestamp | Date and time of the original product in the %Y%m%dT%H%M%S format. |
65
+ | dat_row | Row number in the .dat file associated with the data entry. |
66
+ | unique_id | Unique identifier combining grid_cell, timestamp, and possibly other parameters (e.g., parquet).|
67
+
68
+ **Embedding.dat**
69
+
70
+
71
+
72
+ ## Dataset Creation
73
+
74
+ ### Curation Rationale
75
+
76
+ <!-- Motivation for the creation of this dataset. -->
77
+
78
+ [More Information Needed]
79
+
80
+ ### Source Data
81
+
82
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
83
+
84
+ #### Data Collection and Processing
85
+
86
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
87
+
88
+ [More Information Needed]
89
+
90
+ #### Who are the source data producers?
91
+
92
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
93
+
94
+ [More Information Needed]
95
+
96
+ ### Annotations [optional]
97
+
98
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
99
+
100
+ #### Annotation process
101
+
102
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
103
+
104
+ [More Information Needed]
105
+
106
+ #### Who are the annotators?
107
+
108
+ <!-- This section describes the people or systems who created the annotations. -->
109
+
110
+ [More Information Needed]
111
+
112
+ #### Personal and Sensitive Information
113
+
114
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
115
+
116
+ [More Information Needed]
117
+
118
+ ## Bias, Risks, and Limitations
119
+
120
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
121
+
122
+ [More Information Needed]
123
+
124
+ ### Recommendations
125
+
126
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
127
+
128
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
129
+
130
+ ## Citation [optional]
131
+
132
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
133
+
134
+ **BibTeX:**
135
+
136
+ [More Information Needed]
137
+
138
+ **APA:**
139
+
140
+ [More Information Needed]
141
+
142
+ ## Glossary [optional]
143
+
144
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## More Information [optional]
149
+
150
+ [More Information Needed]
151
+
152
+ ## Dataset Card Authors [optional]
153
+
154
+ [More Information Needed]
155
+
156
+ ## Dataset Card Contact
157
+
158
+ [More Information Needed]