-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsk-tidal-dashboard.json
121 lines (121 loc) · 3.76 KB
/
sk-tidal-dashboard.json
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
{
"configuration": {
"updateInterval": 60,
"downloadUrl": "https://waterinfo.rws.nl/api/CsvDownload/CSV?expertParameter=Waterhoogte___20Oppervlaktewater___20t.o.v.___20Normaal___20Amsterdams___20Peil___20in___20cm&timehorizon=-48,48",
"downloadInterval": 3600,
"devices": [
{
"stationName": "Den Helder",
"enabled": true,
"sourceType": 1,
"csvFileName": "Den-Helder.csv",
"stationLat": 52.964406667,
"stationLon": 4.787375,
"urlSuffix": "&locationSlug=Den-Helder(DENH)"
},
{
"stationName": "Oudeschild",
"enabled": true,
"sourceType": 1,
"csvFileName": "Oudeschild.csv",
"stationLat": 53.039098333,
"stationLon": 4.853613333,
"urlSuffix": "&locationSlug=Oudeschild(OUDE)"
},
{
"stationName": "Den Oever",
"enabled": true,
"sourceType": 1,
"csvFileName": "Den-Oever.csv",
"stationLat": 52.942923333,
"stationLon": 5.044748333,
"urlSuffix": "&locationSlug=Den-Oever-buiten(OEBU)"
},
{
"stationName": "Vlieland",
"sourceType": 1,
"csvFileName": "Vlieland.csv",
"urlSuffix": "&locationSlug=Vlieland-haven(VLIE)",
"stationLat": 53.293793333,
"stationLon": 5.091591667,
"enabled": true
},
{
"stationName": "West-Terschelling",
"sourceType": 1,
"csvFileName": "West-Terschelling.csv",
"urlSuffix": "&locationSlug=West-Terschelling(WTER)",
"stationLat": 53.353418333,
"stationLon": 5.219511667,
"enabled": true
},
{
"stationName": "Kornwerderzand",
"sourceType": 1,
"csvFileName": "Kornwerderzand.csv",
"urlSuffix": "&locationSlug=Kornwerderzand-buiten(KOBU)",
"stationLat": 53.07962,
"stationLon": 5.335151667,
"enabled": true
},
{
"stationName": "Harlingen",
"sourceType": 1,
"csvFileName": "Harlingen.csv",
"stationLat": 53.176993333,
"stationLon": 5.40297,
"stationSource": "https://waterinfo.rws.nl/api/Download/CSV?expertParameter=Waterhoogte___20Oppervlaktewater___20t.o.v.___20Normaal___20Amsterdams___20Peil___20in___20cm&locationSlug=Harlingen(HARL)&timehorizon=-672,0",
"urlSuffix": "&locationSlug=Harlingen(HARL)",
"enabled": true
},
{
"stationName": "Nes",
"enabled": true,
"sourceType": 1,
"csvFileName": "Nes.csv",
"stationLat": 53.43239167,
"stationLon": 5.774065,
"urlSuffix": "&locationSlug=Nes(NES)-1"
},
{
"stationName": "Holwerd\t",
"enabled": true,
"sourceType": 1,
"csvFileName": "Holwerd.csv",
"stationLat": 53.39602833,
"stationLon": 5.877181667,
"urlSuffix": "&locationSlug=Holwerd(HOLW)"
},
{
"stationName": "Schiermonnikoog",
"enabled": true,
"sourceType": 1,
"csvFileName": "Schiermonnikoog.csv",
"stationLat": 53.46823,
"stationLon": 6.167101667,
"urlSuffix": "&locationSlug=Schiermonnikoog(SCHI)"
},
{
"stationName": "Lauwersoog",
"enabled": true,
"sourceType": 1,
"csvFileName": "Lauwersoog.csv",
"stationLat": 53.41160167,
"stationLon": 6.200623333,
"urlSuffix": "&locationSlug=Lauwersoog(LAUW)"
},
{
"stationName": "Wierumergronden",
"enabled": true,
"sourceType": 1,
"csvFileName": "Wierumergronden.csv",
"stationLat": 53.52629,
"stationLon": 6.0347,
"urlSuffix": "&locationSlug=Wierumergronden(WIER)"
}
]
},
"enabled": true,
"enableDebug": false,
"enableLogging": false
}