forked from OS4CSAPI/ogc-client-CSAPI_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathds_probe.json
More file actions
111 lines (111 loc) · 3.19 KB
/
ds_probe.json
File metadata and controls
111 lines (111 loc) · 3.19 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
{
"items": [
{
"id": "044g",
"name": "SENREP (Sensor Report)",
"description": "Doctrinal SENREP-style sensor report produced by SET.",
"system@id": "040g",
"system@link": {
"href": "https://os4csapi-osh.duckdns.org/sensorhub/api/systems/040g?f=json",
"uid": "urn:os4csapi:system:set:ft-huachuca:001",
"type": "application/geo+json"
},
"outputName": "senrep",
"validTime": [
"2026-02-27T00:00:00Z",
"now"
],
"observedProperties": [
{
"definition": "https://os4csapi.org/def/odas/time/epochSeconds",
"label": "Epoch seconds"
},
{
"definition": "https://os4csapi.org/def/csapi/reportTitle",
"label": "Title"
},
{
"definition": "https://os4csapi.org/def/csapi/senderId",
"label": "Sender ID"
},
{
"definition": "https://os4csapi.org/def/csapi/seqNo",
"label": "Sequence number"
},
{
"definition": "https://os4csapi.org/def/csapi/classification",
"label": "Classification"
},
{
"definition": "https://os4csapi.org/def/csapi/releasably",
"label": "Releasability"
},
{
"definition": "https://os4csapi.org/def/csapi/dateOfReport",
"label": "Date of report"
},
{
"definition": "https://os4csapi.org/def/csapi/envirOpName",
"label": "Environment/OpName"
},
{
"definition": "https://os4csapi.org/def/csapi/strNo",
"label": "Sensor string number"
},
{
"definition": "https://os4csapi.org/def/csapi/detectTimeZ",
"label": "Detection time (Z)"
},
{
"definition": "https://os4csapi.org/def/csapi/qty",
"label": "Quantity"
},
{
"definition": "https://os4csapi.org/def/csapi/tgtTyp",
"label": "Target type"
},
{
"definition": "https://os4csapi.org/def/csapi/subTyp",
"label": "Subtype"
},
{
"definition": "https://os4csapi.org/def/csapi/spd",
"label": "Speed"
},
{
"definition": "https://os4csapi.org/def/csapi/dirCardinal",
"label": "Direction (cardinal)"
},
{
"definition": "https://os4csapi.org/def/csapi/colLengthM",
"label": "Column length"
},
{
"definition": "https://os4csapi.org/def/csapi/etaLat",
"label": "ETA lat"
},
{
"definition": "https://os4csapi.org/def/csapi/etaLon",
"label": "ETA lon"
},
{
"definition": "https://os4csapi.org/def/csapi/etaTimeZ",
"label": "ETA time (Z)"
},
{
"definition": "https://os4csapi.org/def/csapi/comments",
"label": "Comments"
}
],
"resultType": "record",
"formats": [
"application/om+json",
"application/swe+json",
"application/swe+csv",
"application/swe+xml",
"application/swe+binary"
]
}{
"status": 500,
"message": "Internal server error"
}