forked from CCOMJHC/WIBL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathb12_v3_metadata_example.json
More file actions
136 lines (136 loc) · 3.82 KB
/
Copy pathb12_v3_metadata_example.json
File metadata and controls
136 lines (136 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"properties": {
"trustedNode": {
"providerOrganizationName": "UNHJHC",
"providerEmail": "wibl@ccom.unh.edu",
"uniqueVesselID": "UNHJHC-e8c469f8-df38-11e5-b86d-9a79f06e9478",
"convention": "GeoJSON CSB 3.1",
"dataLicense": "CC0 1.0",
"providerLogger": "Rose Point ECS",
"providerLoggerVersion": "1.0",
"navigationCRS": "EPSG:4326",
"verticalReferenceOfDepth": "Transducer",
"vesselPositionReferencePoint": "GNSS"
},
"platform": {
"type": "Private vessel",
"name": "White Rose of Drachs",
"length": 65,
"IDType": "MMSI",
"IDNumber": "369958000",
"sensors": [
{
"type": "Sounder",
"make": "Garmin",
"model": "GT-50",
"position": [
4.2,
0.0,
5.4
],
"draft": 1.4,
"draftUncert": 0.2,
"frequency": 200000
},
{
"type": "GNSS",
"make": "Litton Marine Systems",
"model": "LMX420"
}
],
"soundSpeedDocumented": true,
"positionOffsetsDocumented": true,
"dataProcessed": true,
"contributorComments": "On 2022-03-08, at 20:30 UTC, the echo sounder lost bottom tracking after the vessel crossed another vessel's wake."
},
"processing": [
{
"type": "TimeStampInterpolation",
"timestamp": "2023-02-14T01:00:00.0000Z",
"method": "Linear interpolation"
},
{
"type": "CRSChange",
"timestamp": "2023-02-14T02:00:00.0000Z",
"original": "EPSG:4326",
"destination": "EPSG:8252",
"method": "GeoTrans"
},
{
"type": "VerticalReduction",
"timestamp": "2023-02-14T03:00:00.0000Z",
"reference": "ChartDatum",
"datum": "CANNORTH2016v1HyVSEP_NAD83v6_CD",
"method": "Predicted Waterlevel",
"model": "CANNORTH2016v1HyVSEP_NAD83v6_CD"
},
{
"type": "GNSS",
"timestamp": "2023-02-14T04:00:00.0000Z",
"algorithm": "RTKLib",
"version": "1.2.0"
},
{
"type": "SoundSpeed",
"timestamp": "2023-02-14T05:00:00.0000Z",
"source": "Model",
"method": "CIDCO-Ocean",
"version": "1.1.0"
},
{
"type": "Algorithm",
"timestamp": "2023-02-14T06:00:00.0000Z",
"name": "Deduplicate",
"parameters": {"a": 1.234, "b": 5.678},
"version": "1.0.0",
"comment": "A hypothetical deduplication algorithm."
},
{
"type": "Uncertainty",
"timestamp": "2023-02-14T06:00:00.0000Z",
"name": "CIDCO Vertical Uncertainty Estimator",
"parameters": {"a": 1.234, "b": 5.678},
"version": "1.0.0",
"comment": "FREE TEXT HERE",
"reference": "DOI:10.47366/sabia.v5n1a3"
},
{
"type": "VerticalOffsetAnalysis",
"timestamp": "2021-11-22T16:10:09.346821Z",
"name": "CIDCO Vertical Offset Analysis",
"version": "1.0.0",
"reference": "DOI:10.47366/sabia.v5n1a3",
"comment": "FREE TEXT HERE",
"offsets": [
{
"x": 74.328345,
"y": -23.4634,
"z": 25.231,
"delta": 0.23
}
],
"analysis": [
{
"name": "Chi2",
"pass": true,
"parameters": {
"a": 123.456,
"b": 789.012,
"target": "Normal",
"df": 15,
"alpha": 0.05,
"pmf": {
"centers": [-1.0, -0.5, 0, 0.5, 1.0
],
"counts": [0, 24, 50, 120, 23, 0
]
}
},
"reference": "DOI:10.47366/sabia.v5n1a3",
"comment": "FREE TEXT HERE"
}
]
}
]
}
}