nozdrenkov commited on
Commit
9f8e8c2
·
verified ·
1 Parent(s): 279f68a

Add metadata file with all sites info

Browse files
Files changed (1) hide show
  1. metadata.json +186 -0
metadata.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "indonesia_pemuteran_p1_20250213": {
3
+ "date": "2025-02-13",
4
+ "scalebar_length_m": 0.3,
5
+ "scalebar_depth_m": {
6
+ "003": 3.8,
7
+ "007": 10.2,
8
+ "009": 7.4,
9
+ "001": 5.7,
10
+ "005": 8.9
11
+ }
12
+ },
13
+ "indonesia_pemuteran_p2_20250213": {
14
+ "date": "2025-02-13",
15
+ "scalebar_length_m": 0.3,
16
+ "scalebar_depth_m": {
17
+ "010": 2.1,
18
+ "008": 4,
19
+ "005": 4,
20
+ "002": 5.2,
21
+ "003": 3
22
+ }
23
+ },
24
+ "indonesia_pemuteran_p3_20250213": {
25
+ "date": "2025-02-13",
26
+ "scalebar_length_m": 0.3,
27
+ "scalebar_depth_m": {
28
+ "015": 3.1,
29
+ "020": 2.9,
30
+ "017": 2.8,
31
+ "014": 1.9,
32
+ "011": 2
33
+ }
34
+ },
35
+ "indonesia_tabuhan_p1_20250210": {
36
+ "date": "2025-02-10",
37
+ "notes": "No scalebar depths for this site. Using corner marker depths instead",
38
+ "scalebar_length_m": 0.3,
39
+ "corners": [
40
+ {
41
+ "lat": -8.03514,
42
+ "lon": 114.46299,
43
+ "depth": 4.3
44
+ },
45
+ {
46
+ "lat": -8.03483,
47
+ "lon": 114.463,
48
+ "depth": 6.7
49
+ },
50
+ {
51
+ "lat": -8.03485,
52
+ "lon": 114.46278,
53
+ "depth": 6.6
54
+ },
55
+ {
56
+ "lat": -8.03508,
57
+ "lon": 114.46278,
58
+ "depth": 5.3
59
+ }
60
+ ]
61
+ },
62
+ "indonesia_tabuhan_p2_20250210": {
63
+ "date": "2025-02-10",
64
+ "notes": "No scalebar depths for this site. Using corner marker depths instead",
65
+ "scalebar_length_m": 0.3,
66
+ "corners": [
67
+ {
68
+ "lat": -8.03508,
69
+ "lon": 114.46278,
70
+ "depth": 5.3
71
+ },
72
+ {
73
+ "lat": -8.03485,
74
+ "lon": 114.46278,
75
+ "depth": 6.6
76
+ },
77
+ {
78
+ "lat": -8.03485,
79
+ "lon": 114.46256,
80
+ "depth": 6.4
81
+ },
82
+ {
83
+ "lat": -8.03511,
84
+ "lon": 114.46255,
85
+ "depth": 4.7
86
+ }
87
+ ]
88
+ },
89
+ "indonesia_tabuhan_p3_20250210": {
90
+ "date": "2025-02-10",
91
+ "notes": "No scalebar depths for this site. Using corner marker depths instead",
92
+ "scalebar_length_m": 0.3,
93
+ "corners": [
94
+ {
95
+ "lat": -8.03511,
96
+ "lon": 114.46255,
97
+ "depth": 4.7
98
+ },
99
+ {
100
+ "lat": -8.03485,
101
+ "lon": 114.46256,
102
+ "depth": 6.4
103
+ },
104
+ {
105
+ "lat": -8.03489,
106
+ "lon": 114.4623,
107
+ "depth": 5.4
108
+ },
109
+ {
110
+ "lat": -8.0351,
111
+ "lon": 114.46232,
112
+ "depth": 4.8
113
+ }
114
+ ]
115
+ },
116
+ "indonesia_watudodol_p1_20250208": {
117
+ "date": "2025-02-08",
118
+ "scalebar_length_m": 0.3,
119
+ "scalebar_depth_m": {
120
+ "002": 3.1,
121
+ "010": 3.9,
122
+ "008": 3.1,
123
+ "003": 3.1,
124
+ "005": 4.1
125
+ }
126
+ },
127
+ "indonesia_watudodol_p2_20250208": {
128
+ "date": "2025-02-08",
129
+ "scalebar_length_m": 0.3,
130
+ "scalebar_depth_m": {
131
+ "002": 3.8,
132
+ "006": 3.2,
133
+ "003": 3.4,
134
+ "007": 4.5,
135
+ "010": 4.3
136
+ }
137
+ },
138
+ "indonesia_watudodol_p3_20250208": {
139
+ "date": "2025-02-08",
140
+ "scalebar_length_m": 0.3,
141
+ "scalebar_depth_m": {
142
+ "004": 3.2,
143
+ "006": 3.3,
144
+ "001": 3.4,
145
+ "008": 6.1,
146
+ "010": 3.9
147
+ }
148
+ },
149
+ "indonesia_watudodol_p4_20250209": {
150
+ "date": "2025-02-09",
151
+ "scalebar_length_m": 0.3,
152
+ "scalebar_depth_m": {
153
+ "009": 2.9,
154
+ "006": 3.7,
155
+ "002": 2.9,
156
+ "001": 2.9,
157
+ "003": 6.6
158
+ }
159
+ },
160
+ "indonesia_watudodol_p5_20250209": {
161
+ "date": "2025-02-09",
162
+ "scalebar_length_m": 0.3,
163
+ "scalebar_depth_m": {
164
+ "001": 2.2,
165
+ "007": 3.9,
166
+ "006": 3.4,
167
+ "009": 7.3
168
+ }
169
+ },
170
+ "indonesia_watudodol_p6_20250209": {
171
+ "date": "2025-02-09",
172
+ "scalebar_length_m": 0.3,
173
+ "scalebar_depth_m": {
174
+ "010": 7.3,
175
+ "004": 4.9,
176
+ "008": 3.5,
177
+ "002": 2.4,
178
+ "005": 3.9
179
+ }
180
+ },
181
+ "indonesia_banyuwangi_farm_20250211": {
182
+ "date": "2025-02-11",
183
+ "scalebar_length_m": 0.3,
184
+ "notes": "This is a coral reef farm with a lot of beds with labeled corals. This is perfect for training species classification models. It was about ~30m deep on one side. Challenging site with a lot of holes."
185
+ }
186
+ }