@idmui/spot 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Spot/src/index.vue.d.ts +5 -5
- package/dist/index.js +942 -951
- package/dist/index.umd.cjs +18 -18
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,99 +3,99 @@ import te from "moment-timezone";
|
|
|
3
3
|
import { ArrowRightBold as Pe, Calendar as Ne, Search as Te } from "@element-plus/icons-vue";
|
|
4
4
|
import { LngLatHelper as Qe } from "@idm-plugin/geo";
|
|
5
5
|
import * as ue from "echarts";
|
|
6
|
-
import { markRaw as Ge, resolveComponent as xe, openBlock as r, createElementBlock as A, createElementVNode as
|
|
6
|
+
import { markRaw as Ge, resolveComponent as xe, openBlock as r, createElementBlock as A, createElementVNode as a, createVNode as ye, withCtx as be, Fragment as ce, renderList as we, createBlock as Se, normalizeClass as de, toDisplayString as c, createTextVNode as ne, createCommentVNode as Be, withDirectives as Me, vShow as Le, normalizeStyle as De } from "vue";
|
|
7
7
|
import Ce from "axios";
|
|
8
8
|
class ve {
|
|
9
|
-
static pickHourly(e,
|
|
10
|
-
var
|
|
11
|
-
const le = typeof
|
|
12
|
-
if (le.isBetween(
|
|
13
|
-
const i = le.utc().diff(
|
|
14
|
-
let
|
|
9
|
+
static pickHourly(e, s) {
|
|
10
|
+
var n, t, p, x, b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l, U, F, E, Q, h, D;
|
|
11
|
+
const le = typeof s == "string" ? M(s) : s, ae = e == null ? void 0 : e.weather, he = e == null ? void 0 : e.marine, pe = M((t = (n = ae == null ? void 0 : ae[0]) == null ? void 0 : n.hourly) == null ? void 0 : t.date).utc(), y = pe.clone().add((b = (x = (p = ae == null ? void 0 : ae[0]) == null ? void 0 : p.hourly) == null ? void 0 : x.time) == null ? void 0 : b.at(0), "h"), me = pe.clone().add((T = (L = (P = ae == null ? void 0 : ae[0]) == null ? void 0 : P.hourly) == null ? void 0 : L.time) == null ? void 0 : T.at(-1), "h"), B = [];
|
|
12
|
+
if (le.isBetween(y, me, "millisecond", "[]")) {
|
|
13
|
+
const i = le.utc().diff(y, "h", !1);
|
|
14
|
+
let w, fe;
|
|
15
15
|
if (ae)
|
|
16
16
|
for (const Ie of ae) {
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
temp: (O =
|
|
20
|
-
apparentTemp: (j =
|
|
21
|
-
rh: (Y =
|
|
22
|
-
dp: (
|
|
17
|
+
const C = Ie.hourly;
|
|
18
|
+
w = {
|
|
19
|
+
temp: (O = C.temperature_2m) == null ? void 0 : O.at(i),
|
|
20
|
+
apparentTemp: (j = C.apparent_temperature) == null ? void 0 : j.at(i),
|
|
21
|
+
rh: (Y = C.relative_humidity_2m) == null ? void 0 : Y.at(i),
|
|
22
|
+
dp: (X = C.dew_point_2m) == null ? void 0 : X.at(i),
|
|
23
23
|
precip: {
|
|
24
|
-
probability: (se =
|
|
25
|
-
sum: (ie =
|
|
24
|
+
probability: (se = C.precipitation_probability) == null ? void 0 : se.at(i),
|
|
25
|
+
sum: (ie = C.precipitation) == null ? void 0 : ie.at(i)
|
|
26
26
|
},
|
|
27
|
-
pmsl: (G =
|
|
28
|
-
psurf: (K =
|
|
29
|
-
code: (
|
|
30
|
-
visibility: this.m2nm((W =
|
|
27
|
+
pmsl: (G = C.pressure_msl) == null ? void 0 : G.at(i),
|
|
28
|
+
psurf: (K = C.surface_pressure) == null ? void 0 : K.at(i),
|
|
29
|
+
code: (R = C.weather_code) == null ? void 0 : R.at(i),
|
|
30
|
+
visibility: this.m2nm((W = C.visibility) == null ? void 0 : W.at(i)),
|
|
31
31
|
wind: {
|
|
32
|
-
speed: (J =
|
|
33
|
-
kts: (q =
|
|
34
|
-
degree: (Z =
|
|
35
|
-
bearing: ((V =
|
|
36
|
-
gusts: ($ =
|
|
32
|
+
speed: (J = C.wind_speed_10m) == null ? void 0 : J.at(i),
|
|
33
|
+
kts: (q = C.wind_speed_10m) == null ? void 0 : q.at(i),
|
|
34
|
+
degree: (Z = C.wind_direction_10m) == null ? void 0 : Z.at(i),
|
|
35
|
+
bearing: ((V = C.wind_direction_10m) == null ? void 0 : V.at(i)) !== null ? (((_ = C.wind_direction_10m) == null ? void 0 : _.at(i)) + 180) % 360 : null,
|
|
36
|
+
gusts: ($ = C.wind_gusts_10m) == null ? void 0 : $.at(i)
|
|
37
37
|
},
|
|
38
|
-
isDay: (ee =
|
|
38
|
+
isDay: (ee = C.is_day) == null ? void 0 : ee.at(i)
|
|
39
39
|
};
|
|
40
|
-
const { name: ze, url: He, bg: ke } = this.parseWeatherCode(
|
|
41
|
-
|
|
40
|
+
const { name: ze, url: He, bg: ke } = this.parseWeatherCode(w.code, w.isDay);
|
|
41
|
+
w.name = ze, w.url = He, w.bg = ke, w.wind.scale = this.beaufort(this.kts2ms(w.wind.kts)), w.wind.direction = this.degree2Direction(w.wind.degree);
|
|
42
42
|
}
|
|
43
43
|
if (he)
|
|
44
44
|
for (const Ie of he) {
|
|
45
|
-
const
|
|
45
|
+
const C = Ie.hourly;
|
|
46
46
|
fe = {
|
|
47
47
|
wave: {
|
|
48
48
|
sig: {
|
|
49
|
-
height: (g =
|
|
50
|
-
degree: (N =
|
|
51
|
-
bearing: ((
|
|
52
|
-
period: (
|
|
49
|
+
height: (g = C.wave_height) == null ? void 0 : g.at(i),
|
|
50
|
+
degree: (N = C.wave_direction) == null ? void 0 : N.at(i),
|
|
51
|
+
bearing: ((H = C.wave_direction) == null ? void 0 : H.at(i)) !== null ? (((z = C.wave_direction) == null ? void 0 : z.at(i)) + 180) % 360 : null,
|
|
52
|
+
period: (m = C.wave_period) == null ? void 0 : m.at(i)
|
|
53
53
|
},
|
|
54
54
|
swell: {
|
|
55
|
-
height: (
|
|
56
|
-
degree: (v =
|
|
57
|
-
bearing: ((
|
|
58
|
-
period: (
|
|
59
|
-
peakPeriod: (
|
|
55
|
+
height: (k = C.swell_wave_height) == null ? void 0 : k.at(i),
|
|
56
|
+
degree: (v = C.swell_wave_direction) == null ? void 0 : v.at(i),
|
|
57
|
+
bearing: ((I = C.swell_wave_direction) == null ? void 0 : I.at(i)) !== null ? (((u = C.swell_wave_direction) == null ? void 0 : u.at(i)) + 180) % 360 : null,
|
|
58
|
+
period: (re = C.swell_wave_period) == null ? void 0 : re.at(i),
|
|
59
|
+
peakPeriod: (Ae = C.swell_wave_peak_period) == null ? void 0 : Ae.at(i)
|
|
60
60
|
},
|
|
61
61
|
wd: {
|
|
62
|
-
height: (
|
|
63
|
-
degree: (
|
|
64
|
-
bearing: ((
|
|
65
|
-
period: (
|
|
66
|
-
peakPeriod: (
|
|
62
|
+
height: (oe = C.wind_wave_height) == null ? void 0 : oe.at(i),
|
|
63
|
+
degree: (d = C.wind_wave_direction) == null ? void 0 : d.at(i),
|
|
64
|
+
bearing: ((ge = C.wind_wave_direction) == null ? void 0 : ge.at(i)) !== null ? (((f = C.wind_wave_direction) == null ? void 0 : f.at(i)) + 180) % 360 : null,
|
|
65
|
+
period: (S = C.wind_wave_period) == null ? void 0 : S.at(i),
|
|
66
|
+
peakPeriod: (l = C.wind_wave_peak_period) == null ? void 0 : l.at(i)
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
current: {
|
|
70
|
-
speed: (U =
|
|
71
|
-
kts: (F =
|
|
72
|
-
degree: (
|
|
73
|
-
bearing: ((
|
|
70
|
+
speed: (U = C.ocean_current_velocity) == null ? void 0 : U.at(i),
|
|
71
|
+
kts: (F = C.ocean_current_velocity) == null ? void 0 : F.at(i),
|
|
72
|
+
degree: (E = C.ocean_current_direction) == null ? void 0 : E.at(i),
|
|
73
|
+
bearing: ((Q = C.ocean_current_direction) == null ? void 0 : Q.at(i)) ?? null
|
|
74
74
|
},
|
|
75
|
-
sst: (h =
|
|
76
|
-
height: (D =
|
|
75
|
+
sst: (h = C.sea_surface_temperature) == null ? void 0 : h.at(i),
|
|
76
|
+
height: (D = C.sea_level_height_msl) == null ? void 0 : D.at(i)
|
|
77
77
|
}, fe.wave = this.parseWave(fe.wave), fe.current.direction = this.degree2Direction(fe.current.degree);
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
utc:
|
|
81
|
-
weather: { ...
|
|
79
|
+
B.push({
|
|
80
|
+
utc: y.add(i, "h").format(),
|
|
81
|
+
weather: { ...w },
|
|
82
82
|
...fe
|
|
83
83
|
});
|
|
84
84
|
}
|
|
85
|
-
return
|
|
85
|
+
return B;
|
|
86
86
|
}
|
|
87
87
|
static toLegacy(e) {
|
|
88
|
-
var
|
|
88
|
+
var s, n, t, p, x, b, P, L, T, O;
|
|
89
89
|
return {
|
|
90
|
-
wind: (
|
|
91
|
-
visibility: (
|
|
90
|
+
wind: (s = e == null ? void 0 : e.weather) == null ? void 0 : s.wind,
|
|
91
|
+
visibility: (n = e == null ? void 0 : e.weather) == null ? void 0 : n.visibility,
|
|
92
92
|
temp: (t = e == null ? void 0 : e.weather) == null ? void 0 : t.temp,
|
|
93
|
-
prmsl: (
|
|
93
|
+
prmsl: (p = e == null ? void 0 : e.weather) == null ? void 0 : p.pmsl,
|
|
94
94
|
gusts: {
|
|
95
|
-
kts: (
|
|
95
|
+
kts: (b = (x = e == null ? void 0 : e.weather) == null ? void 0 : x.wind) == null ? void 0 : b.gusts
|
|
96
96
|
},
|
|
97
|
-
precip: (
|
|
98
|
-
code: (
|
|
97
|
+
precip: (P = e == null ? void 0 : e.weather) == null ? void 0 : P.precip,
|
|
98
|
+
code: (L = e == null ? void 0 : e.weather) == null ? void 0 : L.code,
|
|
99
99
|
name: (T = e == null ? void 0 : e.weather) == null ? void 0 : T.name,
|
|
100
100
|
url: (O = e == null ? void 0 : e.weather) == null ? void 0 : O.url,
|
|
101
101
|
wave: e == null ? void 0 : e.wave,
|
|
@@ -105,82 +105,82 @@ class ve {
|
|
|
105
105
|
utc: e == null ? void 0 : e.utc
|
|
106
106
|
};
|
|
107
107
|
}
|
|
108
|
-
static pickDaily(e,
|
|
109
|
-
var
|
|
110
|
-
const
|
|
111
|
-
if (
|
|
112
|
-
let he,
|
|
113
|
-
const
|
|
114
|
-
if (
|
|
115
|
-
for (const me of
|
|
116
|
-
const
|
|
108
|
+
static pickDaily(e, s) {
|
|
109
|
+
var n, t, p, x, b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l, U, F;
|
|
110
|
+
const E = typeof s == "string" ? M(s) : s, Q = e == null ? void 0 : e.weather, h = e == null ? void 0 : e.marine, D = M((p = (t = (n = Q == null ? void 0 : Q[0]) == null ? void 0 : n.daily) == null ? void 0 : t.time) == null ? void 0 : p.at(0)), le = M((P = (b = (x = Q == null ? void 0 : Q[0]) == null ? void 0 : x.daily) == null ? void 0 : b.time) == null ? void 0 : P.at(-1)), ae = [];
|
|
111
|
+
if (E.isBetween(D, le, "millisecond", "[]")) {
|
|
112
|
+
let he, pe;
|
|
113
|
+
const y = E.diff(D, "d", !1);
|
|
114
|
+
if (Q)
|
|
115
|
+
for (const me of Q) {
|
|
116
|
+
const B = me.daily;
|
|
117
117
|
he = {
|
|
118
|
-
code: (
|
|
118
|
+
code: (L = B.weather_code) == null ? void 0 : L.at(y),
|
|
119
119
|
temp: {
|
|
120
|
-
max: (T =
|
|
121
|
-
min: (O =
|
|
122
|
-
mean: (j =
|
|
120
|
+
max: (T = B.temperature_2m_max) == null ? void 0 : T.at(y),
|
|
121
|
+
min: (O = B.temperature_2m_min) == null ? void 0 : O.at(y),
|
|
122
|
+
mean: (j = B.temperature_2m_mean) == null ? void 0 : j.at(y)
|
|
123
123
|
},
|
|
124
124
|
apparentTemp: {
|
|
125
|
-
max: (Y =
|
|
126
|
-
min: (
|
|
125
|
+
max: (Y = B.apparent_temperature_max) == null ? void 0 : Y.at(y),
|
|
126
|
+
min: (X = B.apparent_temperature_min) == null ? void 0 : X.at(y)
|
|
127
127
|
},
|
|
128
128
|
precip: {
|
|
129
|
-
sum: (se =
|
|
130
|
-
rainSum: (ie =
|
|
131
|
-
snowfallSum: (G =
|
|
132
|
-
showersSum: (K =
|
|
133
|
-
hours: (
|
|
134
|
-
probability: (W =
|
|
129
|
+
sum: (se = B.precipitation_sum) == null ? void 0 : se.at(y),
|
|
130
|
+
rainSum: (ie = B.rain_sum) == null ? void 0 : ie.at(y),
|
|
131
|
+
snowfallSum: (G = B.snowfall_sum) == null ? void 0 : G.at(y),
|
|
132
|
+
showersSum: (K = B.showers_sum) == null ? void 0 : K.at(y),
|
|
133
|
+
hours: (R = B.precipitation_hours) == null ? void 0 : R.at(y),
|
|
134
|
+
probability: (W = B.precipitation_probability_max) == null ? void 0 : W.at(y)
|
|
135
135
|
},
|
|
136
136
|
rh: {
|
|
137
|
-
max: (J =
|
|
138
|
-
min: (q =
|
|
139
|
-
mean: (Z =
|
|
137
|
+
max: (J = B.relative_humidity_2m_max) == null ? void 0 : J.at(y),
|
|
138
|
+
min: (q = B.relative_humidity_2m_min) == null ? void 0 : q.at(y),
|
|
139
|
+
mean: (Z = B.relative_humidity_2m_mean) == null ? void 0 : Z.at(y)
|
|
140
140
|
},
|
|
141
141
|
wind: {
|
|
142
|
-
speed: (V =
|
|
143
|
-
kts: (_ =
|
|
144
|
-
degree: ($ =
|
|
145
|
-
gusts: (ee =
|
|
146
|
-
bearing: ((g =
|
|
142
|
+
speed: (V = B.wind_speed_10m_max) == null ? void 0 : V.at(y),
|
|
143
|
+
kts: (_ = B.wind_speed_10m_max) == null ? void 0 : _.at(y),
|
|
144
|
+
degree: ($ = B.wind_direction_10m_dominant) == null ? void 0 : $.at(y),
|
|
145
|
+
gusts: (ee = B.wind_gusts_10m_max) == null ? void 0 : ee.at(y),
|
|
146
|
+
bearing: ((g = B.wind_direction_10m_dominant) == null ? void 0 : g.at(y)) !== null ? (((N = B.wind_direction_10m_dominant) == null ? void 0 : N.at(y)) + 180) % 360 : null
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
|
-
const { name: i, url:
|
|
150
|
-
he.name = i, he.url =
|
|
149
|
+
const { name: i, url: w, bg: fe } = this.parseWeatherCode(he.code, !0);
|
|
150
|
+
he.name = i, he.url = w, he.bg = fe, he.wind.scale = this.beaufort(this.kts2ms(he.wind.kts)), he.wind.direction = this.degree2Direction(he.wind.degree);
|
|
151
151
|
}
|
|
152
152
|
if (h)
|
|
153
153
|
for (const me of h) {
|
|
154
|
-
const
|
|
155
|
-
|
|
154
|
+
const B = me.daily;
|
|
155
|
+
pe = {
|
|
156
156
|
wave: {
|
|
157
157
|
sig: {
|
|
158
|
-
height: (
|
|
159
|
-
degree: (
|
|
160
|
-
period: (
|
|
161
|
-
bearing: ((
|
|
158
|
+
height: (H = B.wave_height_max) == null ? void 0 : H.at(y),
|
|
159
|
+
degree: (z = B.wave_direction_dominant) == null ? void 0 : z.at(y),
|
|
160
|
+
period: (m = B.wave_period_max) == null ? void 0 : m.at(y),
|
|
161
|
+
bearing: ((k = B.wave_direction_dominant) == null ? void 0 : k.at(y)) !== null ? (((v = B.wave_direction_dominant) == null ? void 0 : v.at(y)) + 180) % 360 : null
|
|
162
162
|
},
|
|
163
163
|
swell: {
|
|
164
|
-
height: (
|
|
165
|
-
degree: (
|
|
166
|
-
period: (
|
|
167
|
-
peakPeriod: (
|
|
168
|
-
bearing: ((
|
|
164
|
+
height: (I = B.swell_wave_height_max) == null ? void 0 : I.at(y),
|
|
165
|
+
degree: (u = B.swell_wave_direction_dominant) == null ? void 0 : u.at(y),
|
|
166
|
+
period: (re = B.swell_wave_period_max) == null ? void 0 : re.at(y),
|
|
167
|
+
peakPeriod: (Ae = B.swell_wave_peak_period_max) == null ? void 0 : Ae.at(y),
|
|
168
|
+
bearing: ((oe = B.swell_wave_direction_dominant) == null ? void 0 : oe.at(y)) !== null ? (((d = B.swell_wave_direction_dominant) == null ? void 0 : d.at(y)) + 180) % 360 : null
|
|
169
169
|
},
|
|
170
170
|
wd: {
|
|
171
|
-
height: (
|
|
172
|
-
degree: (
|
|
173
|
-
period: (
|
|
174
|
-
peakPeriod: (
|
|
175
|
-
bearing: ((U =
|
|
171
|
+
height: (ge = B.wind_wave_height_max) == null ? void 0 : ge.at(y),
|
|
172
|
+
degree: (f = B.wind_wave_direction_dominant) == null ? void 0 : f.at(y),
|
|
173
|
+
period: (S = B.wind_wave_period_max) == null ? void 0 : S.at(y),
|
|
174
|
+
peakPeriod: (l = B.wind_wave_peak_period_max) == null ? void 0 : l.at(y),
|
|
175
|
+
bearing: ((U = B.wind_wave_direction_dominant) == null ? void 0 : U.at(y)) !== null ? (((F = B.wind_wave_direction_dominant) == null ? void 0 : F.at(y)) + 180) % 360 : null
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
-
},
|
|
178
|
+
}, pe.wave = this.parseWave(pe.wave);
|
|
179
179
|
}
|
|
180
180
|
ae.push({
|
|
181
|
-
utc: D.add(
|
|
181
|
+
utc: D.add(y, "d").utc().format(),
|
|
182
182
|
weather: { ...he },
|
|
183
|
-
...
|
|
183
|
+
...pe
|
|
184
184
|
});
|
|
185
185
|
}
|
|
186
186
|
return ae;
|
|
@@ -188,325 +188,325 @@ class ve {
|
|
|
188
188
|
static parseWave(e) {
|
|
189
189
|
return e.sig.direction = this.degree2Direction(e.sig.degree), e.swell.direction = this.degree2Direction(e.swell.degree), e.wd.direction = this.degree2Direction(e.wd.degree), e.sig.scale = this.douglas(e.sig.height), e.swell.scale = this.douglas(e.swell.height), e.wd.scale = this.douglas(e.wd.height), e;
|
|
190
190
|
}
|
|
191
|
-
static parseWeatherCode(e,
|
|
192
|
-
const
|
|
193
|
-
return (
|
|
191
|
+
static parseWeatherCode(e, s) {
|
|
192
|
+
const n = this.weatherCode(e);
|
|
193
|
+
return (s ? n.day : n.night) || {};
|
|
194
194
|
}
|
|
195
195
|
static weatherCode(e) {
|
|
196
|
-
const
|
|
196
|
+
const s = {
|
|
197
197
|
code: e
|
|
198
198
|
};
|
|
199
199
|
switch (e) {
|
|
200
200
|
case 0:
|
|
201
|
-
|
|
201
|
+
s.day = {
|
|
202
202
|
name: "Sunny",
|
|
203
203
|
url: "https://osshz.idmwx.com/asset/weather/01d.svg",
|
|
204
204
|
bg: "https://osshz.idmwx.com/asset/weather/bg1.png"
|
|
205
|
-
},
|
|
205
|
+
}, s.night = {
|
|
206
206
|
name: "Clear",
|
|
207
207
|
url: "https://osshz.idmwx.com/asset/weather/01n.svg",
|
|
208
208
|
bg: "https://osshz.idmwx.com/asset/weather/bg1.png"
|
|
209
209
|
};
|
|
210
210
|
break;
|
|
211
211
|
case 1:
|
|
212
|
-
|
|
212
|
+
s.day = {
|
|
213
213
|
name: "Mainly Sunny",
|
|
214
214
|
url: "https://osshz.idmwx.com/asset/weather/01d.svg",
|
|
215
215
|
bg: "https://osshz.idmwx.com/asset/weather/bg1.png"
|
|
216
|
-
},
|
|
216
|
+
}, s.night = {
|
|
217
217
|
name: "Mainly Clear",
|
|
218
218
|
url: "https://osshz.idmwx.com/asset/weather/01n.svg",
|
|
219
219
|
bg: "https://osshz.idmwx.com/asset/weather/bg1.png"
|
|
220
220
|
};
|
|
221
221
|
break;
|
|
222
222
|
case 2:
|
|
223
|
-
|
|
223
|
+
s.day = {
|
|
224
224
|
name: "Partly Cloudy",
|
|
225
225
|
url: "https://osshz.idmwx.com/asset/weather/02d.svg",
|
|
226
226
|
bg: "https://osshz.idmwx.com/asset/weather/bg2.png"
|
|
227
|
-
},
|
|
227
|
+
}, s.night = {
|
|
228
228
|
name: "Partly Cloudy",
|
|
229
229
|
url: "https://osshz.idmwx.com/asset/weather/02n.svg",
|
|
230
230
|
bg: "https://osshz.idmwx.com/asset/weather/bg2.png"
|
|
231
231
|
};
|
|
232
232
|
break;
|
|
233
233
|
case 3:
|
|
234
|
-
|
|
234
|
+
s.day = {
|
|
235
235
|
name: "Overcast",
|
|
236
236
|
url: "https://osshz.idmwx.com/asset/weather/04d.svg",
|
|
237
237
|
bg: "https://osshz.idmwx.com/asset/weather/bg3.png"
|
|
238
|
-
},
|
|
238
|
+
}, s.night = {
|
|
239
239
|
name: "Overcast",
|
|
240
240
|
url: "https://osshz.idmwx.com/asset/weather/04n.svg",
|
|
241
241
|
bg: "https://osshz.idmwx.com/asset/weather/bg3.png"
|
|
242
242
|
};
|
|
243
243
|
break;
|
|
244
244
|
case 45:
|
|
245
|
-
|
|
245
|
+
s.day = {
|
|
246
246
|
name: "Foggy",
|
|
247
247
|
url: "https://osshz.idmwx.com/asset/weather/50d.svg",
|
|
248
248
|
bg: "https://osshz.idmwx.com/asset/weather/bg4.png"
|
|
249
|
-
},
|
|
249
|
+
}, s.night = {
|
|
250
250
|
name: "Foggy",
|
|
251
251
|
url: "https://osshz.idmwx.com/asset/weather/50n.svg",
|
|
252
252
|
bg: "https://osshz.idmwx.com/asset/weather/bg4.png"
|
|
253
253
|
};
|
|
254
254
|
break;
|
|
255
255
|
case 48:
|
|
256
|
-
|
|
256
|
+
s.day = {
|
|
257
257
|
name: "Rime Fog",
|
|
258
258
|
url: "https://osshz.idmwx.com/asset/weather/50d.svg",
|
|
259
259
|
bg: "https://osshz.idmwx.com/asset/weather/bg4.png"
|
|
260
|
-
},
|
|
260
|
+
}, s.night = {
|
|
261
261
|
name: "Rime Fog",
|
|
262
262
|
url: "https://osshz.idmwx.com/asset/weather/50n.svg",
|
|
263
263
|
bg: "https://osshz.idmwx.com/asset/weather/bg4.png"
|
|
264
264
|
};
|
|
265
265
|
break;
|
|
266
266
|
case 51:
|
|
267
|
-
|
|
267
|
+
s.day = {
|
|
268
268
|
name: "Light Drizzle",
|
|
269
269
|
url: "https://osshz.idmwx.com/asset/weather/14d.svg",
|
|
270
270
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
271
|
-
},
|
|
271
|
+
}, s.night = {
|
|
272
272
|
name: "Light Drizzle",
|
|
273
273
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
274
274
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
275
275
|
};
|
|
276
276
|
break;
|
|
277
277
|
case 53:
|
|
278
|
-
|
|
278
|
+
s.day = {
|
|
279
279
|
name: "Drizzle",
|
|
280
280
|
url: "https://osshz.idmwx.com/asset/weather/14d.svg",
|
|
281
281
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
282
|
-
},
|
|
282
|
+
}, s.night = {
|
|
283
283
|
name: "Drizzle",
|
|
284
284
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
285
285
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
286
286
|
};
|
|
287
287
|
break;
|
|
288
288
|
case 55:
|
|
289
|
-
|
|
289
|
+
s.day = {
|
|
290
290
|
name: "Heavy Drizzle",
|
|
291
291
|
url: "https://osshz.idmwx.com/asset/weather/15d.svg",
|
|
292
292
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
293
|
-
},
|
|
293
|
+
}, s.night = {
|
|
294
294
|
name: "Heavy Drizzle",
|
|
295
295
|
url: "https://osshz.idmwx.com/asset/weather/15n.svg",
|
|
296
296
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
297
297
|
};
|
|
298
298
|
break;
|
|
299
299
|
case 56:
|
|
300
|
-
|
|
300
|
+
s.day = {
|
|
301
301
|
name: "Light Freezing Drizzle",
|
|
302
302
|
url: "https://osshz.idmwx.com/asset/weather/14d.svg",
|
|
303
303
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
304
|
-
},
|
|
304
|
+
}, s.night = {
|
|
305
305
|
name: "Light Freezing Drizzle",
|
|
306
306
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
307
307
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
308
308
|
};
|
|
309
309
|
break;
|
|
310
310
|
case 57:
|
|
311
|
-
|
|
311
|
+
s.day = {
|
|
312
312
|
name: "Freezing Drizzle",
|
|
313
313
|
url: "https://osshz.idmwx.com/asset/weather/14d.svg",
|
|
314
314
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
315
|
-
},
|
|
315
|
+
}, s.night = {
|
|
316
316
|
name: "Freezing Drizzle",
|
|
317
317
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
318
318
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
319
319
|
};
|
|
320
320
|
break;
|
|
321
321
|
case 61:
|
|
322
|
-
|
|
322
|
+
s.day = {
|
|
323
323
|
name: "Light Rain",
|
|
324
324
|
url: "https://osshz.idmwx.com/asset/weather/16d.svg",
|
|
325
325
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
326
|
-
},
|
|
326
|
+
}, s.night = {
|
|
327
327
|
name: "Light Rain",
|
|
328
328
|
url: "https://osshz.idmwx.com/asset/weather/10n.svg",
|
|
329
329
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
330
330
|
};
|
|
331
331
|
break;
|
|
332
332
|
case 63:
|
|
333
|
-
|
|
333
|
+
s.day = {
|
|
334
334
|
name: "Rain",
|
|
335
335
|
url: "https://osshz.idmwx.com/asset/weather/16d.svg",
|
|
336
336
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
337
|
-
},
|
|
337
|
+
}, s.night = {
|
|
338
338
|
name: "Rain",
|
|
339
339
|
url: "https://osshz.idmwx.com/asset/weather/10n.svg",
|
|
340
340
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
341
341
|
};
|
|
342
342
|
break;
|
|
343
343
|
case 65:
|
|
344
|
-
|
|
344
|
+
s.day = {
|
|
345
345
|
name: "Heavy Rain",
|
|
346
346
|
url: "https://osshz.idmwx.com/asset/weather/16d.svg",
|
|
347
347
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
348
|
-
},
|
|
348
|
+
}, s.night = {
|
|
349
349
|
name: "Heavy Rain",
|
|
350
350
|
url: "https://osshz.idmwx.com/asset/weather/10n.svg",
|
|
351
351
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
352
352
|
};
|
|
353
353
|
break;
|
|
354
354
|
case 66:
|
|
355
|
-
|
|
355
|
+
s.day = {
|
|
356
356
|
name: "Light Freezing Rain",
|
|
357
357
|
url: "https://osshz.idmwx.com/asset/weather/16d.svg",
|
|
358
358
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
359
|
-
},
|
|
359
|
+
}, s.night = {
|
|
360
360
|
name: "Light Freezing Rain",
|
|
361
361
|
url: "https://osshz.idmwx.com/asset/weather/10n.svg",
|
|
362
362
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
363
363
|
};
|
|
364
364
|
break;
|
|
365
365
|
case 67:
|
|
366
|
-
|
|
366
|
+
s.day = {
|
|
367
367
|
name: "Freezing Rain",
|
|
368
368
|
url: "https://osshz.idmwx.com/asset/weather/16d.svg",
|
|
369
369
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
370
|
-
},
|
|
370
|
+
}, s.night = {
|
|
371
371
|
name: "Freezing Rain",
|
|
372
372
|
url: "https://osshz.idmwx.com/asset/weather/10n.svg",
|
|
373
373
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
374
374
|
};
|
|
375
375
|
break;
|
|
376
376
|
case 71:
|
|
377
|
-
|
|
377
|
+
s.day = {
|
|
378
378
|
name: "Light Snow",
|
|
379
379
|
url: "https://osshz.idmwx.com/asset/weather/17d.svg",
|
|
380
380
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
381
|
-
},
|
|
381
|
+
}, s.night = {
|
|
382
382
|
name: "Light Snow",
|
|
383
383
|
url: "https://osshz.idmwx.com/asset/weather/13n.svg",
|
|
384
384
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
385
385
|
};
|
|
386
386
|
break;
|
|
387
387
|
case 73:
|
|
388
|
-
|
|
388
|
+
s.day = {
|
|
389
389
|
name: "Snow",
|
|
390
390
|
url: "https://osshz.idmwx.com/asset/weather/17d.svg",
|
|
391
391
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
392
|
-
},
|
|
392
|
+
}, s.night = {
|
|
393
393
|
name: "Snow",
|
|
394
394
|
url: "https://osshz.idmwx.com/asset/weather/13n.svg",
|
|
395
395
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
396
396
|
};
|
|
397
397
|
break;
|
|
398
398
|
case 75:
|
|
399
|
-
|
|
399
|
+
s.day = {
|
|
400
400
|
name: "Heavy Snow",
|
|
401
401
|
url: "https://osshz.idmwx.com/asset/weather/17d.svg",
|
|
402
402
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
403
|
-
},
|
|
403
|
+
}, s.night = {
|
|
404
404
|
name: "Heavy Snow",
|
|
405
405
|
url: "https://osshz.idmwx.com/asset/weather/13n.svg",
|
|
406
406
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
407
407
|
};
|
|
408
408
|
break;
|
|
409
409
|
case 77:
|
|
410
|
-
|
|
410
|
+
s.day = {
|
|
411
411
|
name: "Snow Grains",
|
|
412
412
|
url: "https://osshz.idmwx.com/asset/weather/17d.svg",
|
|
413
413
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
414
|
-
},
|
|
414
|
+
}, s.night = {
|
|
415
415
|
name: "Snow Grains",
|
|
416
416
|
url: "https://osshz.idmwx.com/asset/weather/13n.svg",
|
|
417
417
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
418
418
|
};
|
|
419
419
|
break;
|
|
420
420
|
case 80:
|
|
421
|
-
|
|
421
|
+
s.day = {
|
|
422
422
|
name: "Light Showers",
|
|
423
423
|
url: "https://osshz.idmwx.com/asset/weather/09d.svg",
|
|
424
424
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
425
|
-
},
|
|
425
|
+
}, s.night = {
|
|
426
426
|
name: "Light Showers",
|
|
427
427
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
428
428
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
429
429
|
};
|
|
430
430
|
break;
|
|
431
431
|
case 81:
|
|
432
|
-
|
|
432
|
+
s.day = {
|
|
433
433
|
name: "Showers",
|
|
434
434
|
url: "https://osshz.idmwx.com/asset/weather/09d.svg",
|
|
435
435
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
436
|
-
},
|
|
436
|
+
}, s.night = {
|
|
437
437
|
name: "Showers",
|
|
438
438
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
439
439
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
440
440
|
};
|
|
441
441
|
break;
|
|
442
442
|
case 82:
|
|
443
|
-
|
|
443
|
+
s.day = {
|
|
444
444
|
name: "Heavy Showers",
|
|
445
445
|
url: "https://osshz.idmwx.com/asset/weather/09d.svg",
|
|
446
446
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
447
|
-
},
|
|
447
|
+
}, s.night = {
|
|
448
448
|
name: "Heavy Showers",
|
|
449
449
|
url: "https://osshz.idmwx.com/asset/weather/09n.svg",
|
|
450
450
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
451
451
|
};
|
|
452
452
|
break;
|
|
453
453
|
case 85:
|
|
454
|
-
|
|
454
|
+
s.day = {
|
|
455
455
|
name: "Light Snow Showers",
|
|
456
456
|
url: "https://osshz.idmwx.com/asset/weather/13d.svg",
|
|
457
457
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
458
|
-
},
|
|
458
|
+
}, s.night = {
|
|
459
459
|
name: "Light Snow Showers",
|
|
460
460
|
url: "https://osshz.idmwx.com/asset/weather/13n.svg",
|
|
461
461
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
462
462
|
};
|
|
463
463
|
break;
|
|
464
464
|
case 86:
|
|
465
|
-
|
|
465
|
+
s.day = {
|
|
466
466
|
name: "Snow Showers",
|
|
467
467
|
url: "https://osshz.idmwx.com/asset/weather/13d.svg",
|
|
468
468
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
469
|
-
},
|
|
469
|
+
}, s.night = {
|
|
470
470
|
name: "Snow Showers",
|
|
471
471
|
url: "https://osshz.idmwx.com/asset/weather/13n.svg",
|
|
472
472
|
bg: "https://osshz.idmwx.com/asset/weather/bg6.png"
|
|
473
473
|
};
|
|
474
474
|
break;
|
|
475
475
|
case 95:
|
|
476
|
-
|
|
476
|
+
s.day = {
|
|
477
477
|
name: "Thunderstorm",
|
|
478
478
|
url: "https://osshz.idmwx.com/asset/weather/11d.svg",
|
|
479
479
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
480
|
-
},
|
|
480
|
+
}, s.night = {
|
|
481
481
|
name: "Thunderstorm",
|
|
482
482
|
url: "https://osshz.idmwx.com/asset/weather/11n.svg",
|
|
483
483
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
484
484
|
};
|
|
485
485
|
break;
|
|
486
486
|
case 96:
|
|
487
|
-
|
|
487
|
+
s.day = {
|
|
488
488
|
name: "Light Thunderstorms With Hail",
|
|
489
489
|
url: "https://osshz.idmwx.com/asset/weather/11d.svg",
|
|
490
490
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
491
|
-
},
|
|
491
|
+
}, s.night = {
|
|
492
492
|
name: "Light Thunderstorms With Hail",
|
|
493
493
|
url: "https://osshz.idmwx.com/asset/weather/11n.svg",
|
|
494
494
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
495
495
|
};
|
|
496
496
|
break;
|
|
497
497
|
case 99:
|
|
498
|
-
|
|
498
|
+
s.day = {
|
|
499
499
|
name: "Thunderstorms With Hail",
|
|
500
500
|
url: "https://osshz.idmwx.com/asset/weather/11d.svg",
|
|
501
501
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
502
|
-
},
|
|
502
|
+
}, s.night = {
|
|
503
503
|
name: "Thunderstorms With Hail",
|
|
504
504
|
url: "https://osshz.idmwx.com/asset/weather/11n.svg",
|
|
505
505
|
bg: "https://osshz.idmwx.com/asset/weather/bg5.png"
|
|
506
506
|
};
|
|
507
507
|
break;
|
|
508
508
|
}
|
|
509
|
-
return
|
|
509
|
+
return s;
|
|
510
510
|
}
|
|
511
511
|
static kts2ms(e) {
|
|
512
512
|
return isNaN(e) || e === null ? e : Math.round(e * 1852 / 3600 * 1e4) / 1e4;
|
|
@@ -530,8 +530,8 @@ class ve {
|
|
|
530
530
|
static degree2Radian(e) {
|
|
531
531
|
if (isNaN(e) || e === null)
|
|
532
532
|
return e;
|
|
533
|
-
let
|
|
534
|
-
return
|
|
533
|
+
let s = e % 360 / 360 * 2 * Math.PI;
|
|
534
|
+
return s = s < 0 ? s + 2 * Math.PI : s, s;
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
537
537
|
* 将方位角转换为方向
|
|
@@ -539,12 +539,12 @@ class ve {
|
|
|
539
539
|
* @return {string}
|
|
540
540
|
*/
|
|
541
541
|
static degree2Direction(e) {
|
|
542
|
-
const
|
|
543
|
-
if (isNaN(
|
|
542
|
+
const s = this.degree2Radian(e);
|
|
543
|
+
if (isNaN(s) || s === null)
|
|
544
544
|
return null;
|
|
545
|
-
let
|
|
545
|
+
let n = "N/A";
|
|
546
546
|
const t = Math.PI / 16;
|
|
547
|
-
return
|
|
547
|
+
return s < t ? n = "N" : s >= t && s < 3 * t ? n = "NNE" : s >= 3 * t && s < 5 * t ? n = "NE" : s >= 5 * t && s < 7 * t ? n = "ENE" : s >= 7 * t && s < 9 * t ? n = "E" : s >= 9 * t && s < 11 * t ? n = "ESE" : s >= 11 * t && s < 13 * t ? n = "SE" : s >= 13 * t && s < 15 * t ? n = "SSE" : s >= 15 * t && s < 17 * t ? n = "S" : s >= 17 * t && s < 19 * t ? n = "SSW" : s >= 19 * t && s < 21 * t ? n = "SW" : s >= 21 * t && s < 23 * t ? n = "WSW" : s >= 23 * t && s < 25 * t ? n = "W" : s >= 25 * t && s < 27 * t ? n = "WNW" : s >= 27 * t && s < 29 * t ? n = "NW" : s >= 29 * t && s < 31 * t ? n = "NNW" : s >= 31 * t && s < 32 * t && (n = "N"), n;
|
|
548
548
|
}
|
|
549
549
|
/**
|
|
550
550
|
* 计算风力蒲福等级
|
|
@@ -552,24 +552,24 @@ class ve {
|
|
|
552
552
|
* @returns {number}
|
|
553
553
|
*/
|
|
554
554
|
static beaufort(e) {
|
|
555
|
-
let
|
|
556
|
-
return isNaN(e) || (e = Math.round(e * 10) / 10, e <= 0.2 ?
|
|
555
|
+
let s = 0;
|
|
556
|
+
return isNaN(e) || (e = Math.round(e * 10) / 10, e <= 0.2 ? s = 0 : e <= 1.5 ? s = 1 : e <= 3.3 ? s = 2 : e <= 5.4 ? s = 3 : e <= 7.9 ? s = 4 : e <= 10.7 ? s = 5 : e <= 13.8 ? s = 6 : e <= 17.1 ? s = 7 : e <= 20.7 ? s = 8 : e <= 22.4 ? s = 9 : e <= 28.4 ? s = 10 : e <= 32.6 ? s = 11 : e > 32.6 && (s = 12)), s;
|
|
557
557
|
}
|
|
558
558
|
/**
|
|
559
559
|
* 计算海浪等级
|
|
560
560
|
* @param height 高度 m
|
|
561
561
|
*/
|
|
562
562
|
static douglas(e) {
|
|
563
|
-
let
|
|
564
|
-
return isNaN(e) || e <= 0.1 ?
|
|
563
|
+
let s = "Calm";
|
|
564
|
+
return isNaN(e) || e <= 0.1 ? s = "Calm" : e <= 0.5 ? s = "Smooth" : e <= 1.25 ? s = "Slight" : e <= 2.5 ? s = "Moderate" : e <= 4 ? s = "Rough" : e <= 6 ? s = "VeryRough" : e <= 9 ? s = "High" : e <= 14 ? s = "VeryHigh" : s = "Precipitous", s;
|
|
565
565
|
}
|
|
566
566
|
}
|
|
567
567
|
const Ee = "data:image/gif;base64,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";
|
|
568
|
-
const Fe = (
|
|
569
|
-
const
|
|
570
|
-
for (const [
|
|
571
|
-
|
|
572
|
-
return
|
|
568
|
+
const Fe = (o, e) => {
|
|
569
|
+
const s = o.__vccOpts || o;
|
|
570
|
+
for (const [n, t] of e)
|
|
571
|
+
s[n] = t;
|
|
572
|
+
return s;
|
|
573
573
|
}, Oe = {
|
|
574
574
|
name: "SpotReport",
|
|
575
575
|
components: { ArrowRightBold: Pe, Calendar: Ne },
|
|
@@ -598,7 +598,6 @@ const Fe = (n, e) => {
|
|
|
598
598
|
positionGmt: void 0,
|
|
599
599
|
issuedDate: void 0,
|
|
600
600
|
meteoData: void 0,
|
|
601
|
-
historyMeteoData: void 0,
|
|
602
601
|
positionList: [],
|
|
603
602
|
position: void 0,
|
|
604
603
|
activeIndex: void 0,
|
|
@@ -615,7 +614,7 @@ const Fe = (n, e) => {
|
|
|
615
614
|
hourlyTable: !1,
|
|
616
615
|
seasonalEchart: !1
|
|
617
616
|
},
|
|
618
|
-
menuIndex:
|
|
617
|
+
menuIndex: 2,
|
|
619
618
|
meteogramData: void 0,
|
|
620
619
|
daysTableData: [],
|
|
621
620
|
hourlyTableData: [],
|
|
@@ -631,85 +630,85 @@ const Fe = (n, e) => {
|
|
|
631
630
|
},
|
|
632
631
|
computed: {
|
|
633
632
|
computeHourLT() {
|
|
634
|
-
return function(
|
|
635
|
-
if (
|
|
636
|
-
const e = te(
|
|
633
|
+
return function(o) {
|
|
634
|
+
if (o) {
|
|
635
|
+
const e = te(o).tz(this.positionGmt);
|
|
637
636
|
return `${e == null ? void 0 : e.format("HH")}`;
|
|
638
637
|
}
|
|
639
638
|
return "-";
|
|
640
639
|
};
|
|
641
640
|
},
|
|
642
641
|
computeHourZ() {
|
|
643
|
-
return function(
|
|
644
|
-
if (
|
|
645
|
-
const e = M(
|
|
642
|
+
return function(o) {
|
|
643
|
+
if (o) {
|
|
644
|
+
const e = M(o).utc();
|
|
646
645
|
return `${e == null ? void 0 : e.format("HH")}Z`;
|
|
647
646
|
}
|
|
648
647
|
return "-";
|
|
649
648
|
};
|
|
650
649
|
},
|
|
651
650
|
computeWeekLT() {
|
|
652
|
-
return function(
|
|
653
|
-
if (
|
|
654
|
-
const e = te(
|
|
651
|
+
return function(o) {
|
|
652
|
+
if (o) {
|
|
653
|
+
const e = te(o).tz(this.positionGmt);
|
|
655
654
|
return `${e == null ? void 0 : e.format("dddd")}`;
|
|
656
655
|
}
|
|
657
656
|
return "-";
|
|
658
657
|
};
|
|
659
658
|
},
|
|
660
659
|
computeMMMDDLT() {
|
|
661
|
-
return function(
|
|
662
|
-
if (
|
|
663
|
-
const e = te(
|
|
660
|
+
return function(o) {
|
|
661
|
+
if (o) {
|
|
662
|
+
const e = te(o).tz(this.positionGmt);
|
|
664
663
|
return `${e == null ? void 0 : e.format("MMM-DD")}`;
|
|
665
664
|
}
|
|
666
665
|
return "-";
|
|
667
666
|
};
|
|
668
667
|
},
|
|
669
668
|
computeMMMDDHHmmLT() {
|
|
670
|
-
return function(
|
|
671
|
-
if (
|
|
672
|
-
const e = te(
|
|
669
|
+
return function(o) {
|
|
670
|
+
if (o) {
|
|
671
|
+
const e = te(o).tz(this.positionGmt);
|
|
673
672
|
return `${e == null ? void 0 : e.format("MMM-DD HHmm")}`;
|
|
674
673
|
}
|
|
675
674
|
return "-";
|
|
676
675
|
};
|
|
677
676
|
},
|
|
678
677
|
computeMMMDDyyyyLT() {
|
|
679
|
-
return function(
|
|
680
|
-
if (
|
|
681
|
-
const e = te(
|
|
678
|
+
return function(o) {
|
|
679
|
+
if (o) {
|
|
680
|
+
const e = te(o).tz(this.positionGmt);
|
|
682
681
|
return `${e == null ? void 0 : e.format("MMM-DD, yyyy")}`;
|
|
683
682
|
}
|
|
684
683
|
return "-";
|
|
685
684
|
};
|
|
686
685
|
},
|
|
687
686
|
computeLat() {
|
|
688
|
-
return function(
|
|
689
|
-
return Qe.lat2pretty(
|
|
687
|
+
return function(o, e = 4) {
|
|
688
|
+
return Qe.lat2pretty(o, e).pretty;
|
|
690
689
|
};
|
|
691
690
|
},
|
|
692
691
|
computeLng() {
|
|
693
|
-
return function(
|
|
694
|
-
return Qe.lng2pretty(
|
|
692
|
+
return function(o, e = 4) {
|
|
693
|
+
return Qe.lng2pretty(o, e).pretty;
|
|
695
694
|
};
|
|
696
695
|
},
|
|
697
696
|
roundPrecision() {
|
|
698
|
-
return function(
|
|
699
|
-
return isNaN(
|
|
697
|
+
return function(o, e = 4) {
|
|
698
|
+
return isNaN(o) ? "-" : Qe.roundPrecision(o, e);
|
|
700
699
|
};
|
|
701
700
|
}
|
|
702
701
|
},
|
|
703
702
|
watch: {
|
|
704
703
|
point: {
|
|
705
704
|
async handler() {
|
|
706
|
-
var
|
|
705
|
+
var o, e, s;
|
|
707
706
|
this.point && (this.positionOffset = "-", this.position = {
|
|
708
|
-
portId: (
|
|
707
|
+
portId: (o = this.point) == null ? void 0 : o.portId,
|
|
709
708
|
lat: (e = this.point) == null ? void 0 : e.lat,
|
|
710
|
-
lng: (
|
|
709
|
+
lng: (s = this.point) == null ? void 0 : s.lng,
|
|
711
710
|
name: this.computeLat(this.point.lat) + ", " + this.computeLng(this.point.lng)
|
|
712
|
-
},
|
|
711
|
+
}, this.handleRender());
|
|
713
712
|
},
|
|
714
713
|
deep: !0,
|
|
715
714
|
immediate: !0
|
|
@@ -729,54 +728,50 @@ const Fe = (n, e) => {
|
|
|
729
728
|
},
|
|
730
729
|
mounted() {
|
|
731
730
|
this.fetchMyFollows(), this.$nextTick(() => {
|
|
732
|
-
document.addEventListener("click", (
|
|
731
|
+
document.addEventListener("click", (o) => {
|
|
733
732
|
const e = document.getElementById("seasonal-title");
|
|
734
|
-
!(e != null && e.contains(
|
|
735
|
-
}), document.addEventListener("click", (
|
|
736
|
-
var t,
|
|
737
|
-
const e = document.getElementById("history-date-title"),
|
|
738
|
-
!(e != null && e.contains(
|
|
733
|
+
!(e != null && e.contains(o.target)) && this.seasonalData && (this.seasonalData.showMonths = !1);
|
|
734
|
+
}), document.addEventListener("click", (o) => {
|
|
735
|
+
var t, p;
|
|
736
|
+
const e = document.getElementById("history-date-title"), s = (t = document.getElementsByClassName("datetime-select-box")) == null ? void 0 : t[0], n = (p = document.getElementsByClassName("el-picker__popper")) == null ? void 0 : p[0];
|
|
737
|
+
!(e != null && e.contains(o.target)) && !(s != null && s.contains(o.target)) && !(n != null && n.contains(o.target)) && this.meteoData && (this.meteoData.showDateSelect = !1);
|
|
739
738
|
});
|
|
740
739
|
}), localStorage.removeItem("idmCollectList");
|
|
741
740
|
},
|
|
742
741
|
methods: {
|
|
743
|
-
async fetchSuggestPosition(
|
|
744
|
-
var
|
|
745
|
-
const e =
|
|
742
|
+
async fetchSuggestPosition(o) {
|
|
743
|
+
var n;
|
|
744
|
+
const e = o.replaceAll(",", ",");
|
|
746
745
|
if (!e)
|
|
747
746
|
return this.positionList = this.followList, !1;
|
|
748
|
-
const
|
|
747
|
+
const s = await Ce.get(`${this.gateway}/api/arc/ports/suggest?n=${e}`, {
|
|
749
748
|
headers: {
|
|
750
749
|
Authorization: this.token
|
|
751
750
|
}
|
|
752
751
|
});
|
|
753
|
-
(
|
|
752
|
+
(s == null ? void 0 : s.data.code) === 0 && (this.positionList = (n = s == null ? void 0 : s.data.data) == null ? void 0 : n.map((t) => (t.name = t.id ? t.name : this.computeLat(t.lat) + ", " + this.computeLng(t.lng), t.portId = t.id, t)));
|
|
754
753
|
},
|
|
755
754
|
async handleSearch() {
|
|
756
|
-
var
|
|
757
|
-
|
|
758
|
-
this.
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
}, this.positionOffset = "-", this.$emit("url", this.position), await this.handleFetchMeteo();
|
|
764
|
-
const l = M(this.dateRangeZ[1]).diff(M(this.dateRangeZ[0]), "d", !0) + 1;
|
|
765
|
-
await this.fetchHistoryMeteo(l), this.handleRender();
|
|
766
|
-
}
|
|
755
|
+
var o, e, s;
|
|
756
|
+
this.searchName && (this.handleClearHoursTable(), this.position = {
|
|
757
|
+
portId: (o = this.positionList.find((n) => n.name === this.searchName)) == null ? void 0 : o.portId,
|
|
758
|
+
lat: (e = this.positionList.find((n) => n.name === this.searchName)) == null ? void 0 : e.lat,
|
|
759
|
+
lng: (s = this.positionList.find((n) => n.name === this.searchName)) == null ? void 0 : s.lng,
|
|
760
|
+
name: this.searchName
|
|
761
|
+
}, this.positionOffset = "-", this.$emit("url", this.position), this.followList ? this.followItem = this.followList.find((n) => n.name === this.position.name) : this.fetchMyFollows(), (this.menuIndex === 1 || this.menuIndex === 3) && await this.fetchForecastMeteo(), this.handleRender());
|
|
767
762
|
},
|
|
768
763
|
async fetchMyFollows() {
|
|
769
|
-
var e,
|
|
764
|
+
var e, s, n;
|
|
770
765
|
this.followList = [];
|
|
771
|
-
const
|
|
766
|
+
const o = await Ce.get(`${this.gateway}/api/rsv/follows`, {
|
|
772
767
|
headers: {
|
|
773
768
|
Authorization: this.token
|
|
774
769
|
},
|
|
775
770
|
params: { b: 2, pn: 1, ps: 1e4 }
|
|
776
771
|
});
|
|
777
|
-
((e =
|
|
778
|
-
var
|
|
779
|
-
return t.name = ((
|
|
772
|
+
((e = o == null ? void 0 : o.data) == null ? void 0 : e.code) === 0 && (this.followList = (n = (s = o.data) == null ? void 0 : s.data) == null ? void 0 : n.rows.map((t) => {
|
|
773
|
+
var p, x, b, P, L, T, O, j;
|
|
774
|
+
return t.name = ((p = t.port) == null ? void 0 : p.name) || this.computeLat((x = t == null ? void 0 : t.coordinate) == null ? void 0 : x.lat) + ", " + this.computeLng((b = t == null ? void 0 : t.coordinate) == null ? void 0 : b.lng), t.portId = (P = t.port) == null ? void 0 : P.portId, t.lat = ((L = t.port) == null ? void 0 : L.lat) || ((T = t == null ? void 0 : t.coordinate) == null ? void 0 : T.lat), t.lng = ((O = t.port) == null ? void 0 : O.lng) || ((j = t == null ? void 0 : t.coordinate) == null ? void 0 : j.lng), t;
|
|
780
775
|
}), this.followItem = this.followList.find((t) => t.name === this.position.name));
|
|
781
776
|
},
|
|
782
777
|
handleFollow() {
|
|
@@ -785,28 +780,28 @@ const Fe = (n, e) => {
|
|
|
785
780
|
headers: {
|
|
786
781
|
Authorization: this.token
|
|
787
782
|
}
|
|
788
|
-
}).then((
|
|
783
|
+
}).then((o) => {
|
|
789
784
|
var e;
|
|
790
|
-
((e =
|
|
785
|
+
((e = o.data) == null ? void 0 : e.code) === 0 && this.fetchMyFollows();
|
|
791
786
|
});
|
|
792
787
|
else {
|
|
793
|
-
const
|
|
788
|
+
const o = {
|
|
794
789
|
portId: this.position.portId,
|
|
795
790
|
lng: this.position.portId ? void 0 : this.position.lng,
|
|
796
791
|
lat: this.position.portId ? void 0 : this.position.lat
|
|
797
792
|
};
|
|
798
|
-
Ce.post(`${this.gateway}/api/rsv/follows`,
|
|
793
|
+
Ce.post(`${this.gateway}/api/rsv/follows`, o, {
|
|
799
794
|
headers: {
|
|
800
795
|
Authorization: this.token
|
|
801
796
|
}
|
|
802
797
|
}).then((e) => {
|
|
803
|
-
var
|
|
804
|
-
((
|
|
798
|
+
var s;
|
|
799
|
+
((s = e.data) == null ? void 0 : s.code) === 0 && this.fetchMyFollows();
|
|
805
800
|
});
|
|
806
801
|
}
|
|
807
802
|
},
|
|
808
|
-
async
|
|
809
|
-
var
|
|
803
|
+
async fetchForecastMeteo(o) {
|
|
804
|
+
var n, t, p, x, b, P, L;
|
|
810
805
|
if (this.meteoData = void 0, !this.token)
|
|
811
806
|
return !1;
|
|
812
807
|
this.loading = {
|
|
@@ -817,88 +812,87 @@ const Fe = (n, e) => {
|
|
|
817
812
|
hourlyTable: !0,
|
|
818
813
|
seasonalEchart: !0
|
|
819
814
|
};
|
|
820
|
-
const
|
|
815
|
+
const e = {
|
|
821
816
|
lat: this.position.lat,
|
|
822
817
|
lng: this.position.lng,
|
|
823
|
-
forecastDays:
|
|
824
|
-
},
|
|
818
|
+
forecastDays: o || 7
|
|
819
|
+
}, s = await Ce.post(`${this.gateway}/api/arc/meteo2/spot/forecast`, e, {
|
|
825
820
|
headers: {
|
|
826
821
|
Authorization: this.token
|
|
827
822
|
}
|
|
828
823
|
});
|
|
829
|
-
(
|
|
830
|
-
...
|
|
831
|
-
}, this.etime = (
|
|
824
|
+
(s == null ? void 0 : s.data.code) === 0 && (this.meteoData = {
|
|
825
|
+
...s == null ? void 0 : s.data.data
|
|
826
|
+
}, this.etime = (n = s == null ? void 0 : s.data) == null ? void 0 : n.etime, this.positionGmt = (x = (p = (t = this.meteoData) == null ? void 0 : t.weather) == null ? void 0 : p[0]) == null ? void 0 : x.timezone, this.positionOffset = (L = (P = (b = this.meteoData) == null ? void 0 : b.weather) == null ? void 0 : P[0]) == null ? void 0 : L.offset, this.issuedDate = M(this.etime).utc().format("MMM-DD/HHmm[Z], YYYY"));
|
|
832
827
|
},
|
|
833
|
-
async fetchHistoryMeteo(
|
|
834
|
-
var t,
|
|
835
|
-
if (this.
|
|
828
|
+
async fetchHistoryMeteo(o) {
|
|
829
|
+
var t, p, x, b, P, L, T;
|
|
830
|
+
if (this.meteoData = void 0, !this.token)
|
|
836
831
|
return !1;
|
|
837
832
|
this.loading.meteogramEchart = !0, this.loading.hourlyTable = !0;
|
|
838
|
-
const e = te(this.dateRangeZ[0] || this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0 }).format(),
|
|
833
|
+
const e = te(this.dateRangeZ[0] || this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0 }).format(), s = {
|
|
839
834
|
lat: this.position.lat,
|
|
840
835
|
lng: this.position.lng,
|
|
841
836
|
datetime: e,
|
|
842
|
-
forecastDays:
|
|
843
|
-
},
|
|
837
|
+
forecastDays: o
|
|
838
|
+
}, n = await Ce.post(`${this.gateway}/api/arc/meteo2/spot/forecast`, s, {
|
|
844
839
|
headers: {
|
|
845
840
|
Authorization: this.token
|
|
846
841
|
}
|
|
847
842
|
});
|
|
848
|
-
(
|
|
843
|
+
(n == null ? void 0 : n.data.code) === 0 && (this.meteoData = n == null ? void 0 : n.data.data, this.meteoData.showDateSelect = !1, this.etime = (t = n == null ? void 0 : n.data) == null ? void 0 : t.etime, this.positionGmt = (b = (x = (p = this.meteoData) == null ? void 0 : p.weather) == null ? void 0 : x[0]) == null ? void 0 : b.timezone, this.positionOffset = (T = (L = (P = this.meteoData) == null ? void 0 : P.weather) == null ? void 0 : L[0]) == null ? void 0 : T.offset, this.issuedDate = M(this.etime).utc().format("MMM-DD/HHmm[Z], YYYY"));
|
|
849
844
|
},
|
|
850
845
|
async handleRender() {
|
|
851
|
-
if (this.disposeEcharts(), this.
|
|
852
|
-
this.
|
|
853
|
-
|
|
854
|
-
this.handleMeteogramData14(this.meteoData
|
|
855
|
-
else
|
|
856
|
-
this.
|
|
857
|
-
else if (this.menuIndex === 4) {
|
|
858
|
-
const n = M(this.dateRangeZ[1]).diff(M(this.dateRangeZ[0]), "d", !0) + 1;
|
|
859
|
-
this.historyMeteoData || await this.fetchHistoryMeteo(n), this.handleMeteogramData14(this.historyMeteoData, n, this.dateRangeZ[0]), this.initHourlyTableData(this.historyMeteoData, n, this.dateRangeZ[0]);
|
|
860
|
-
}
|
|
846
|
+
if (this.disposeEcharts(), this.menuIndex === 1) {
|
|
847
|
+
this.initDatePickerInfo();
|
|
848
|
+
const o = M(this.dateRangeZ[1]).diff(M(this.dateRangeZ[0]), "d", !0) + 1;
|
|
849
|
+
await this.fetchHistoryMeteo(o), this.handleMeteogramData14(this.meteoData, o, this.dateRangeZ[0]), this.initHourlyTableData(this.meteoData, o, this.dateRangeZ[0], !0);
|
|
850
|
+
} else
|
|
851
|
+
this.menuIndex === 2 ? (await this.fetchForecastMeteo(7), this.initInfo(), this.initWeatherEchart(), this.handleMeteogramData7(this.meteoData), this.initHoursTableData()) : this.menuIndex === 3 ? (await this.fetchForecastMeteo(14), this.handleMeteogramData14(this.meteoData), this.initDaysTableData(), this.initHourlyTableData(this.meteoData)) : this.menuIndex === 4 && (await this.fetchSeasonalData(), this.initSeasonalEchart());
|
|
861
852
|
},
|
|
862
853
|
initInfo() {
|
|
863
|
-
|
|
854
|
+
this.activeIndex = te(this.etime).tz(this.positionGmt).hour(), this.pickedDate = te(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
|
|
855
|
+
},
|
|
856
|
+
initDatePickerInfo() {
|
|
857
|
+
if (!this.dateRangeZ[0] || !this.dateRange[1]) {
|
|
864
858
|
this.dateRangeZ = [M(this.etime).add(-7, "day").utc().format(), M(this.etime).add(-1, "day").utc().format()];
|
|
865
|
-
const
|
|
859
|
+
const o = [
|
|
866
860
|
te(this.dateRangeZ[0]).tz(this.positionGmt).format("yyyy-MM-DD"),
|
|
867
861
|
te(this.dateRangeZ[1]).tz(this.positionGmt).format("yyyy-MM-DD")
|
|
868
862
|
];
|
|
869
|
-
this.dateRange = [M(
|
|
863
|
+
this.dateRange = [M(o[0]).format(), M(o[1]).format()];
|
|
870
864
|
} else {
|
|
871
|
-
const
|
|
865
|
+
const o = [
|
|
872
866
|
te(this.dateRangeZ[0]).tz(this.positionGmt).format("yyyy-MM-DD"),
|
|
873
867
|
te(this.dateRangeZ[1]).tz(this.positionGmt).format("yyyy-MM-DD")
|
|
874
868
|
];
|
|
875
|
-
this.dateRange = [M(
|
|
869
|
+
this.dateRange = [M(o[0]).format(), M(o[1]).format()];
|
|
876
870
|
}
|
|
877
871
|
this.datePickerOptions = {
|
|
878
872
|
shortcuts: [
|
|
879
873
|
{
|
|
880
874
|
text: "Last week",
|
|
881
|
-
value: (
|
|
875
|
+
value: (o) => {
|
|
882
876
|
const e = M(this.etime).add(-1, "day").unix() * 1e3;
|
|
883
877
|
return [M(this.etime).add(-7, "day").unix() * 1e3, e];
|
|
884
878
|
}
|
|
885
879
|
},
|
|
886
880
|
{
|
|
887
881
|
text: "Last 2 weeks",
|
|
888
|
-
value: (
|
|
882
|
+
value: (o) => {
|
|
889
883
|
const e = M(this.etime).add(-1, "day").unix() * 1e3;
|
|
890
884
|
return [M(this.etime).add(-14, "day").unix() * 1e3, e];
|
|
891
885
|
}
|
|
892
886
|
}
|
|
893
887
|
],
|
|
894
|
-
disabledDate: (
|
|
895
|
-
const e =
|
|
896
|
-
return e ||
|
|
888
|
+
disabledDate: (o) => {
|
|
889
|
+
const e = o.getTime() > M(this.etime).add(-1, "day").unix() * 1e3, s = this.selectDate && Math.abs(M(o).diff(M(this.selectDate), "d", !0)) >= 14;
|
|
890
|
+
return e || s;
|
|
897
891
|
}
|
|
898
892
|
};
|
|
899
893
|
},
|
|
900
894
|
initWeatherEchart() {
|
|
901
|
-
const
|
|
895
|
+
const o = [], e = [], s = [], n = [], t = [], p = [], x = [], b = [], P = [], L = [], T = {}, O = "data:image/svg+xml;base64," + window.btoa(
|
|
902
896
|
unescape(
|
|
903
897
|
encodeURIComponent(
|
|
904
898
|
'<svg t="1740385441519" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10951" width="200" height="200"><path d="M512 804.83593751A276.87183211 276.87183211 0 0 1 235.12816789 527.9641054Q235.12816789 375.21005376 512 13.82031251q276.87183211 361.30792288 276.87183211 514.14379289a276.87183211 276.87183211 0 0 1-276.87183211 276.87183211zM294.4461577 527.9641054a217.47202472 217.47202472 0 0 0 217.5538423 217.55384231 19.79993605 19.79993605 0 1 0 0-39.51805453 177.9539702 177.9539702 0 0 1-177.9539702-178.03578778 19.79993605 19.79993605 0 0 0-39.5998721 0z" fill="#0c73a8" p-id="10952"></path></svg>'
|
|
@@ -912,28 +906,28 @@ const Fe = (n, e) => {
|
|
|
912
906
|
)
|
|
913
907
|
), Y = new Image(64, 64);
|
|
914
908
|
Y.src = j, Y.onload = () => {
|
|
915
|
-
var
|
|
909
|
+
var R, W, J, q, Z, V, _, $, ee, g, N, H, z;
|
|
916
910
|
this.loading.weatherEchart = !1;
|
|
917
|
-
for (let
|
|
918
|
-
const
|
|
919
|
-
|
|
920
|
-
const v = ((
|
|
921
|
-
|
|
922
|
-
const
|
|
923
|
-
|
|
924
|
-
const
|
|
925
|
-
|
|
926
|
-
const
|
|
927
|
-
T[`WindIcon${
|
|
911
|
+
for (let m = 0; m < 7; m++) {
|
|
912
|
+
const k = M(this.pickedDate).clone().add(m, "d");
|
|
913
|
+
o.push(te(k).tz(this.positionGmt).format("yyyy-MM-DD")), e.push(this.computeMMMDDLT(k)), s.push(m === 0 ? "Today" : this.computeWeekLT(k));
|
|
914
|
+
const v = ((R = ve.pickDaily(this.meteoData, k)) == null ? void 0 : R[0]) || {};
|
|
915
|
+
n.push(this.roundPrecision((J = (W = v.weather) == null ? void 0 : W.temp) == null ? void 0 : J.min, 0)), t.push(this.roundPrecision((Z = (q = v.weather) == null ? void 0 : q.temp) == null ? void 0 : Z.max, 0)), b.push(this.roundPrecision((_ = (V = v.weather) == null ? void 0 : V.wind) == null ? void 0 : _.kts, 1) ?? "- kts"), L.push(this.roundPrecision((ee = ($ = v.weather) == null ? void 0 : $.precip) == null ? void 0 : ee.sum, 1) ?? "- mm"), p.push({ symbol: "image://" + ((g = v.weather) == null ? void 0 : g.url) }), x.push((N = v.weather) == null ? void 0 : N.name), P.push((z = (H = v.weather) == null ? void 0 : H.wind) == null ? void 0 : z.bearing);
|
|
916
|
+
const I = document.createElement("canvas"), u = I.getContext("2d");
|
|
917
|
+
I.width = Y.width, I.height = Y.height;
|
|
918
|
+
const Ae = P[m] * (Math.PI / 180);
|
|
919
|
+
u.translate(I.width / 2, I.height / 2), u.rotate(Ae), u.translate(-Y.width / 2, -Y.height / 2), u.drawImage(Y, 0, 0, 64, 64);
|
|
920
|
+
const oe = I.toDataURL();
|
|
921
|
+
T[`WindIcon${m}`] = {
|
|
928
922
|
height: 12,
|
|
929
923
|
width: 12,
|
|
930
924
|
align: "left",
|
|
931
925
|
backgroundColor: {
|
|
932
|
-
image:
|
|
926
|
+
image: oe
|
|
933
927
|
}
|
|
934
928
|
};
|
|
935
929
|
}
|
|
936
|
-
const
|
|
930
|
+
const X = Math.max(...t.filter((m) => typeof m == "number" && !isNaN(m))) - Math.min(...n.filter((m) => typeof m == "number" && !isNaN(m))), se = Math.min(...n.filter((m) => typeof m == "number" && !isNaN(m))) - 1.5 * X, ie = Math.max(...t.filter((m) => typeof m == "number" && !isNaN(m))) + 2 * X, G = 4 + 0.5 / o.length * 92 + "%", K = {
|
|
937
931
|
grid: {
|
|
938
932
|
bottom: 0,
|
|
939
933
|
top: 0,
|
|
@@ -944,8 +938,8 @@ const Fe = (n, e) => {
|
|
|
944
938
|
trigger: "item",
|
|
945
939
|
show: !0,
|
|
946
940
|
position: "right",
|
|
947
|
-
formatter: function(
|
|
948
|
-
return
|
|
941
|
+
formatter: function(m) {
|
|
942
|
+
return m.seriesName === "Weather Icon" ? x[m.dataIndex] : !1;
|
|
949
943
|
}
|
|
950
944
|
},
|
|
951
945
|
legend: {
|
|
@@ -957,7 +951,7 @@ const Fe = (n, e) => {
|
|
|
957
951
|
top: "50%",
|
|
958
952
|
height: "50%",
|
|
959
953
|
type: "category",
|
|
960
|
-
data:
|
|
954
|
+
data: o,
|
|
961
955
|
show: !1
|
|
962
956
|
},
|
|
963
957
|
singleAxis: [
|
|
@@ -983,7 +977,7 @@ const Fe = (n, e) => {
|
|
|
983
977
|
// 隐藏分割线
|
|
984
978
|
},
|
|
985
979
|
boundaryGap: !1,
|
|
986
|
-
data:
|
|
980
|
+
data: o,
|
|
987
981
|
top: "7%",
|
|
988
982
|
height: "2%"
|
|
989
983
|
},
|
|
@@ -1009,7 +1003,7 @@ const Fe = (n, e) => {
|
|
|
1009
1003
|
// 隐藏分割线
|
|
1010
1004
|
},
|
|
1011
1005
|
boundaryGap: !1,
|
|
1012
|
-
data:
|
|
1006
|
+
data: o,
|
|
1013
1007
|
top: "16%",
|
|
1014
1008
|
height: "2%"
|
|
1015
1009
|
},
|
|
@@ -1035,7 +1029,7 @@ const Fe = (n, e) => {
|
|
|
1035
1029
|
// 隐藏分割线
|
|
1036
1030
|
},
|
|
1037
1031
|
boundaryGap: !1,
|
|
1038
|
-
data:
|
|
1032
|
+
data: o,
|
|
1039
1033
|
top: "27%",
|
|
1040
1034
|
height: "2%"
|
|
1041
1035
|
},
|
|
@@ -1061,7 +1055,7 @@ const Fe = (n, e) => {
|
|
|
1061
1055
|
// 隐藏分割线
|
|
1062
1056
|
},
|
|
1063
1057
|
boundaryGap: !1,
|
|
1064
|
-
data:
|
|
1058
|
+
data: o,
|
|
1065
1059
|
top: "84%",
|
|
1066
1060
|
height: "2%"
|
|
1067
1061
|
},
|
|
@@ -1087,7 +1081,7 @@ const Fe = (n, e) => {
|
|
|
1087
1081
|
// 隐藏分割线
|
|
1088
1082
|
},
|
|
1089
1083
|
boundaryGap: !1,
|
|
1090
|
-
data:
|
|
1084
|
+
data: o,
|
|
1091
1085
|
top: "93%",
|
|
1092
1086
|
height: "2%"
|
|
1093
1087
|
}
|
|
@@ -1107,7 +1101,7 @@ const Fe = (n, e) => {
|
|
|
1107
1101
|
singleAxisIndex: 0,
|
|
1108
1102
|
coordinateSystem: "singleAxis",
|
|
1109
1103
|
type: "scatter",
|
|
1110
|
-
data:
|
|
1104
|
+
data: s,
|
|
1111
1105
|
label: {
|
|
1112
1106
|
show: !0,
|
|
1113
1107
|
color: "rgba(0,0,0,0.7)",
|
|
@@ -1133,13 +1127,13 @@ const Fe = (n, e) => {
|
|
|
1133
1127
|
singleAxisIndex: 2,
|
|
1134
1128
|
coordinateSystem: "singleAxis",
|
|
1135
1129
|
type: "scatter",
|
|
1136
|
-
data:
|
|
1130
|
+
data: p,
|
|
1137
1131
|
symbolSize: 44
|
|
1138
1132
|
},
|
|
1139
1133
|
{
|
|
1140
1134
|
name: "温度(℃)",
|
|
1141
1135
|
type: "line",
|
|
1142
|
-
data:
|
|
1136
|
+
data: n,
|
|
1143
1137
|
smooth: !0,
|
|
1144
1138
|
itemStyle: {
|
|
1145
1139
|
color: "#FF9500"
|
|
@@ -1161,7 +1155,7 @@ const Fe = (n, e) => {
|
|
|
1161
1155
|
x: "4%"
|
|
1162
1156
|
},
|
|
1163
1157
|
{
|
|
1164
|
-
x: 4 + 1 /
|
|
1158
|
+
x: 4 + 1 / o.length * 92 + "%"
|
|
1165
1159
|
}
|
|
1166
1160
|
]
|
|
1167
1161
|
]
|
|
@@ -1187,7 +1181,7 @@ const Fe = (n, e) => {
|
|
|
1187
1181
|
singleAxisIndex: 3,
|
|
1188
1182
|
coordinateSystem: "singleAxis",
|
|
1189
1183
|
type: "scatter",
|
|
1190
|
-
data:
|
|
1184
|
+
data: b,
|
|
1191
1185
|
label: {
|
|
1192
1186
|
show: !0,
|
|
1193
1187
|
color: "rgba(0,0,0,0.7)",
|
|
@@ -1199,8 +1193,8 @@ const Fe = (n, e) => {
|
|
|
1199
1193
|
vertical: "center"
|
|
1200
1194
|
}
|
|
1201
1195
|
},
|
|
1202
|
-
formatter: function(
|
|
1203
|
-
return `{WindIcon${
|
|
1196
|
+
formatter: function(m) {
|
|
1197
|
+
return `{WindIcon${m.dataIndex}|}{title|${m.value}} kts`;
|
|
1204
1198
|
}
|
|
1205
1199
|
},
|
|
1206
1200
|
symbolSize: 0
|
|
@@ -1209,7 +1203,7 @@ const Fe = (n, e) => {
|
|
|
1209
1203
|
singleAxisIndex: 4,
|
|
1210
1204
|
coordinateSystem: "singleAxis",
|
|
1211
1205
|
type: "scatter",
|
|
1212
|
-
data:
|
|
1206
|
+
data: L,
|
|
1213
1207
|
label: {
|
|
1214
1208
|
show: !0,
|
|
1215
1209
|
color: "rgba(0,0,0,0.7)",
|
|
@@ -1228,8 +1222,8 @@ const Fe = (n, e) => {
|
|
|
1228
1222
|
vertical: "center"
|
|
1229
1223
|
}
|
|
1230
1224
|
},
|
|
1231
|
-
formatter: function(
|
|
1232
|
-
return `{dIcon|}{title|${
|
|
1225
|
+
formatter: function(m) {
|
|
1226
|
+
return `{dIcon|}{title|${m.value}} mm`;
|
|
1233
1227
|
}
|
|
1234
1228
|
},
|
|
1235
1229
|
symbolSize: 0
|
|
@@ -1237,29 +1231,29 @@ const Fe = (n, e) => {
|
|
|
1237
1231
|
]
|
|
1238
1232
|
};
|
|
1239
1233
|
this.$nextTick(() => {
|
|
1240
|
-
const
|
|
1241
|
-
|
|
1242
|
-
const v =
|
|
1243
|
-
this.pickedDate = te().tz(this.positionGmt).set({ year:
|
|
1234
|
+
const m = ue.init(document.getElementById("weather-chart"));
|
|
1235
|
+
m.setOption(K), m.on("click", (k) => {
|
|
1236
|
+
const v = k.dataIndex, I = o[v].split("-");
|
|
1237
|
+
this.pickedDate = te().tz(this.positionGmt).set({ year: I[0], month: Number(I[1] - 1), date: Number(I[2]), hour: 0, minute: 0, second: 0, millisecond: 0 }).format(), this.pickedWeek = v === 0 ? "Today" : this.computeWeekLT(this.pickedDate), this.activeIndex = v === 0 ? te(this.etime).tz(this.positionGmt).hour() : void 0, this.initHoursTableData(), K.series[3].markArea = {
|
|
1244
1238
|
itemStyle: {
|
|
1245
1239
|
color: "rgba(64,159,255,0.25)"
|
|
1246
1240
|
},
|
|
1247
1241
|
data: [
|
|
1248
1242
|
[
|
|
1249
1243
|
{
|
|
1250
|
-
x: 4 + v /
|
|
1244
|
+
x: 4 + v / o.length * 92 + "%"
|
|
1251
1245
|
},
|
|
1252
1246
|
{
|
|
1253
|
-
x: 4 + (v + 1) /
|
|
1247
|
+
x: 4 + (v + 1) / o.length * 92 + "%"
|
|
1254
1248
|
}
|
|
1255
1249
|
]
|
|
1256
1250
|
]
|
|
1257
|
-
},
|
|
1251
|
+
}, m.setOption(K);
|
|
1258
1252
|
});
|
|
1259
1253
|
});
|
|
1260
1254
|
};
|
|
1261
1255
|
},
|
|
1262
|
-
handleMeteogramData7(
|
|
1256
|
+
handleMeteogramData7(o) {
|
|
1263
1257
|
this.meteogramData = {
|
|
1264
1258
|
xDates: [],
|
|
1265
1259
|
dates: [],
|
|
@@ -1277,47 +1271,47 @@ const Fe = (n, e) => {
|
|
|
1277
1271
|
markarea: [],
|
|
1278
1272
|
offset: void 0
|
|
1279
1273
|
};
|
|
1280
|
-
let
|
|
1281
|
-
const
|
|
1274
|
+
let s = { start: void 0, end: void 0 };
|
|
1275
|
+
const n = "data:image/svg+xml;base64," + window.btoa(
|
|
1282
1276
|
unescape(
|
|
1283
1277
|
encodeURIComponent(
|
|
1284
1278
|
'<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="#60c43e" p-id="10798"></path></svg>'
|
|
1285
1279
|
)
|
|
1286
1280
|
)
|
|
1287
1281
|
), t = new Image(64, 64);
|
|
1288
|
-
t.src =
|
|
1289
|
-
var
|
|
1282
|
+
t.src = n, t.onload = () => {
|
|
1283
|
+
var x, b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l;
|
|
1290
1284
|
this.loading.meteogramEchart = !1;
|
|
1291
|
-
const
|
|
1285
|
+
const p = te(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
|
|
1292
1286
|
for (let U = 0; U < 7 * 24; U++) {
|
|
1293
|
-
const F = M(
|
|
1294
|
-
(
|
|
1295
|
-
const
|
|
1296
|
-
if (U % 12 === 0 && U % 24 !== 0 ? (
|
|
1297
|
-
const
|
|
1298
|
-
|
|
1299
|
-
const le = ((
|
|
1300
|
-
h.translate(
|
|
1301
|
-
const ae =
|
|
1287
|
+
const F = M(p).clone().add(U, "h");
|
|
1288
|
+
(x = this.meteogramData) == null || x.dates.push(F);
|
|
1289
|
+
const E = ((b = ve.pickHourly(o, F)) == null ? void 0 : b[0]) || {};
|
|
1290
|
+
if (U % 12 === 0 && U % 24 !== 0 ? (P = this.meteogramData) == null || P.xDates.push(te(F).tz(this.positionGmt).format("MMM-DD")) : (L = this.meteogramData) == null || L.xDates.push(""), U % 3 === 0 ? (T = this.meteogramData) == null || T.hours.push(this.computeHourLT(F)) : (O = this.meteogramData) == null || O.hours.push(""), (Y = this.meteogramData) == null || Y.temperatures.push(this.roundPrecision((j = E == null ? void 0 : E.weather) == null ? void 0 : j.temp, 0)), (ie = this.meteogramData) == null || ie.precip.push(this.roundPrecision((se = (X = E == null ? void 0 : E.weather) == null ? void 0 : X.precip) == null ? void 0 : se.sum, 1)), (R = this.meteogramData) == null || R.windspeed.push(this.roundPrecision((K = (G = E.weather) == null ? void 0 : G.wind) == null ? void 0 : K.kts, 1)), (q = this.meteogramData) == null || q.windGusts.push(this.roundPrecision((J = (W = E == null ? void 0 : E.weather) == null ? void 0 : W.wind) == null ? void 0 : J.gusts, 1)), (_ = this.meteogramData) == null || _.sigWaveHeight.push(this.roundPrecision((V = (Z = E == null ? void 0 : E.wave) == null ? void 0 : Z.sig) == null ? void 0 : V.height)), (g = this.meteogramData) == null || g.swellHeight.push(this.roundPrecision((ee = ($ = E == null ? void 0 : E.wave) == null ? void 0 : $.swell) == null ? void 0 : ee.height)), U % 6 === 0 ? ((H = this.meteogramData) == null || H.weatherIcons.push({ symbol: "image://" + ((N = E.weather) == null ? void 0 : N.url), symbolSize: 30 }), (m = this.meteogramData) == null || m.weatherNames.push((z = E.weather) == null ? void 0 : z.name)) : ((v = this.meteogramData) == null || v.weatherIcons.push({ symbol: "image://" + ((k = E.weather) == null ? void 0 : k.url), symbolSize: 0 }), (I = this.meteogramData) == null || I.weatherNames.push("")), U % 3 === 0 ? (Ae = this.meteogramData) == null || Ae.windDir.push((re = (u = E.weather) == null ? void 0 : u.wind) == null ? void 0 : re.bearing) : (oe = this.meteogramData) == null || oe.windDir.push(void 0), U % 3 === 0) {
|
|
1291
|
+
const Q = document.createElement("canvas"), h = Q.getContext("2d");
|
|
1292
|
+
Q.width = t.width, Q.height = t.height;
|
|
1293
|
+
const le = ((d = this.meteogramData) == null ? void 0 : d.windDir[U]) * (Math.PI / 180);
|
|
1294
|
+
h.translate(Q.width / 2, Q.height / 2), h.rotate(le), h.translate(-t.width / 2, -t.height / 2), h.drawImage(t, 0, 0, 64, 64);
|
|
1295
|
+
const ae = Q.toDataURL();
|
|
1302
1296
|
this.meteogramData.windDirIcons[U] = ae;
|
|
1303
1297
|
} else
|
|
1304
1298
|
this.meteogramData.windDirIcons[U] = void 0;
|
|
1305
|
-
(
|
|
1299
|
+
(ge = E == null ? void 0 : E.weather) != null && ge.isDay ? s.end === void 0 && s.start >= 0 && (s.end = U) : s.start === void 0 && (s.start = U), (s.start >= 0 && s.end >= 0 || s.start >= 0 && U === 7 * 24 - 1) && ((f = this.meteogramData) == null || f.markarea.push([
|
|
1306
1300
|
{
|
|
1307
|
-
x: 4 +
|
|
1301
|
+
x: 4 + s.start / (7 * 24) * 92 + "%"
|
|
1308
1302
|
},
|
|
1309
1303
|
{
|
|
1310
|
-
x: 4 + (
|
|
1304
|
+
x: 4 + (s.end + 1) / (7 * 24) * 92 + "%"
|
|
1311
1305
|
}
|
|
1312
|
-
]),
|
|
1306
|
+
]), s = { start: void 0, end: void 0 });
|
|
1313
1307
|
}
|
|
1314
|
-
this.meteogramData.offset = 4 + 0.5 / ((
|
|
1308
|
+
this.meteogramData.offset = 4 + 0.5 / ((l = (S = this.meteogramData) == null ? void 0 : S.dates) == null ? void 0 : l.length) * 92 + "%", this.$nextTick(() => {
|
|
1315
1309
|
this.initMeteogramEchart();
|
|
1316
1310
|
});
|
|
1317
1311
|
};
|
|
1318
1312
|
},
|
|
1319
|
-
handleMeteogramData14(
|
|
1320
|
-
const
|
|
1313
|
+
handleMeteogramData14(o, e, s) {
|
|
1314
|
+
const n = e || 14, t = s || this.etime;
|
|
1321
1315
|
this.meteogramData = {
|
|
1322
1316
|
xDates: [],
|
|
1323
1317
|
dates: [],
|
|
@@ -1335,48 +1329,48 @@ const Fe = (n, e) => {
|
|
|
1335
1329
|
markarea: [],
|
|
1336
1330
|
offset: void 0
|
|
1337
1331
|
};
|
|
1338
|
-
let
|
|
1339
|
-
const
|
|
1332
|
+
let p = { start: void 0, end: void 0 };
|
|
1333
|
+
const x = "data:image/svg+xml;base64," + window.btoa(
|
|
1340
1334
|
unescape(
|
|
1341
1335
|
encodeURIComponent(
|
|
1342
1336
|
'<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="#60c43e" p-id="10798"></path></svg>'
|
|
1343
1337
|
)
|
|
1344
1338
|
)
|
|
1345
|
-
),
|
|
1346
|
-
|
|
1347
|
-
var
|
|
1339
|
+
), b = new Image(64, 64);
|
|
1340
|
+
b.src = x, b.onload = () => {
|
|
1341
|
+
var L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l, U, F, E;
|
|
1348
1342
|
this.loading.meteogramEchart = !1;
|
|
1349
|
-
const
|
|
1350
|
-
for (let
|
|
1351
|
-
const h = M(
|
|
1352
|
-
(
|
|
1353
|
-
const D = ((T = ve.pickHourly(
|
|
1354
|
-
if ((j = this.meteogramData) == null || j.temperatures.push(this.roundPrecision((O = D == null ? void 0 : D.weather) == null ? void 0 : O.temp, 0)), (se = this.meteogramData) == null || se.precip.push(this.roundPrecision((
|
|
1343
|
+
const P = te(t).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
|
|
1344
|
+
for (let Q = 0; Q < n * 24; Q++) {
|
|
1345
|
+
const h = M(P).clone().add(Q, "h");
|
|
1346
|
+
(L = this.meteogramData) == null || L.dates.push(h);
|
|
1347
|
+
const D = ((T = ve.pickHourly(o, h)) == null ? void 0 : T[0]) || {};
|
|
1348
|
+
if ((j = this.meteogramData) == null || j.temperatures.push(this.roundPrecision((O = D == null ? void 0 : D.weather) == null ? void 0 : O.temp, 0)), (se = this.meteogramData) == null || se.precip.push(this.roundPrecision((X = (Y = D == null ? void 0 : D.weather) == null ? void 0 : Y.precip) == null ? void 0 : X.sum, 1)), (K = this.meteogramData) == null || K.windspeed.push(this.roundPrecision((G = (ie = D.weather) == null ? void 0 : ie.wind) == null ? void 0 : G.kts, 1)), (J = this.meteogramData) == null || J.windGusts.push(this.roundPrecision((W = (R = D == null ? void 0 : D.weather) == null ? void 0 : R.wind) == null ? void 0 : W.gusts, 1)), (V = this.meteogramData) == null || V.sigWaveHeight.push(this.roundPrecision((Z = (q = D == null ? void 0 : D.wave) == null ? void 0 : q.sig) == null ? void 0 : Z.height)), (ee = this.meteogramData) == null || ee.swellHeight.push(this.roundPrecision(($ = (_ = D == null ? void 0 : D.wave) == null ? void 0 : _.swell) == null ? void 0 : $.height)), Q % 12 === 0 && Q % 24 !== 0 ? (g = this.meteogramData) == null || g.xDates.push(te(h).tz(this.positionGmt).format("MMM-DD")) : (N = this.meteogramData) == null || N.xDates.push(""), Q % 6 === 0 ? (H = this.meteogramData) == null || H.hours.push(this.computeHourLT(h)) : (z = this.meteogramData) == null || z.hours.push(""), Q % 12 === 0 ? ((k = this.meteogramData) == null || k.weatherIcons.push({ symbol: "image://" + ((m = D.weather) == null ? void 0 : m.url), symbolSize: 30 }), (I = this.meteogramData) == null || I.weatherNames.push((v = D.weather) == null ? void 0 : v.name)) : ((re = this.meteogramData) == null || re.weatherIcons.push({ symbol: "image://" + ((u = D.weather) == null ? void 0 : u.url), symbolSize: 0 }), (Ae = this.meteogramData) == null || Ae.weatherNames.push("")), Q % 6 === 0 ? (ge = this.meteogramData) == null || ge.windDir.push((d = (oe = D.weather) == null ? void 0 : oe.wind) == null ? void 0 : d.bearing) : (f = this.meteogramData) == null || f.windDir.push(void 0), Q % 6 === 0) {
|
|
1355
1349
|
const le = document.createElement("canvas"), ae = le.getContext("2d");
|
|
1356
|
-
le.width =
|
|
1357
|
-
const
|
|
1358
|
-
ae.translate(le.width / 2, le.height / 2), ae.rotate(
|
|
1359
|
-
const
|
|
1360
|
-
this.meteogramData.windDirIcons[
|
|
1350
|
+
le.width = b.width, le.height = b.height;
|
|
1351
|
+
const pe = ((S = this.meteogramData) == null ? void 0 : S.windDir[Q]) * (Math.PI / 180);
|
|
1352
|
+
ae.translate(le.width / 2, le.height / 2), ae.rotate(pe), ae.translate(-b.width / 2, -b.height / 2), ae.drawImage(b, 0, 0, 64, 64);
|
|
1353
|
+
const y = le.toDataURL();
|
|
1354
|
+
this.meteogramData.windDirIcons[Q] = y;
|
|
1361
1355
|
} else
|
|
1362
|
-
this.meteogramData.windDirIcons[
|
|
1363
|
-
(
|
|
1356
|
+
this.meteogramData.windDirIcons[Q] = void 0;
|
|
1357
|
+
(l = D == null ? void 0 : D.weather) != null && l.isDay ? p.end === void 0 && p.start >= 0 && (p.end = Q) : p.start === void 0 && (p.start = Q), (p.start >= 0 && p.end >= 0 || p.start >= 0 && Q === n * 24 - 1) && ((U = this.meteogramData) == null || U.markarea.push([
|
|
1364
1358
|
{
|
|
1365
|
-
x: 4 +
|
|
1359
|
+
x: 4 + p.start / (n * 24) * 92 + "%"
|
|
1366
1360
|
},
|
|
1367
1361
|
{
|
|
1368
|
-
x: 4 + (
|
|
1362
|
+
x: 4 + (p.end + 1) / (n * 24) * 92 + "%"
|
|
1369
1363
|
}
|
|
1370
|
-
]),
|
|
1364
|
+
]), p = { start: void 0, end: void 0 });
|
|
1371
1365
|
}
|
|
1372
|
-
this.meteogramData.offset = 4 + 0.5 / ((
|
|
1366
|
+
this.meteogramData.offset = 4 + 0.5 / ((E = (F = this.meteogramData) == null ? void 0 : F.dates) == null ? void 0 : E.length) * 92 + "%", this.$nextTick(() => {
|
|
1373
1367
|
this.initMeteogramEchart();
|
|
1374
1368
|
});
|
|
1375
1369
|
};
|
|
1376
1370
|
},
|
|
1377
1371
|
initMeteogramEchart() {
|
|
1378
|
-
var O, j, Y,
|
|
1379
|
-
const
|
|
1372
|
+
var O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l, U, F, E, Q;
|
|
1373
|
+
const o = ue.init(document.getElementById("weather-icons")), e = {
|
|
1380
1374
|
grid: {
|
|
1381
1375
|
show: !0,
|
|
1382
1376
|
bottom: "0%",
|
|
@@ -1433,7 +1427,7 @@ const Fe = (n, e) => {
|
|
|
1433
1427
|
// 隐藏分割线
|
|
1434
1428
|
},
|
|
1435
1429
|
boundaryGap: !1,
|
|
1436
|
-
data: (
|
|
1430
|
+
data: (X = this.meteogramData) == null ? void 0 : X.dates,
|
|
1437
1431
|
top: "50%",
|
|
1438
1432
|
height: "2%"
|
|
1439
1433
|
}
|
|
@@ -1449,9 +1443,9 @@ const Fe = (n, e) => {
|
|
|
1449
1443
|
}
|
|
1450
1444
|
]
|
|
1451
1445
|
};
|
|
1452
|
-
|
|
1453
|
-
let
|
|
1454
|
-
const
|
|
1446
|
+
o.setOption(e);
|
|
1447
|
+
let s = Math.max(...this.meteogramData.temperatures.filter((h) => typeof h == "number" && !isNaN(h))), t = Math.min(...this.meteogramData.temperatures.filter((h) => typeof h == "number" && !isNaN(h))) > 0 ? 0 : Math.min(...this.meteogramData.temperatures.filter((h) => typeof h == "number" && !isNaN(h))), p = Math.ceil(s / 5) * 5, x = Math.ceil((p - t) / 5);
|
|
1448
|
+
const b = ue.init(document.getElementById("weather-condition")), P = {
|
|
1455
1449
|
title: {
|
|
1456
1450
|
text: "Weather conditions",
|
|
1457
1451
|
top: "10px",
|
|
@@ -1477,22 +1471,22 @@ const Fe = (n, e) => {
|
|
|
1477
1471
|
show: !0,
|
|
1478
1472
|
position: "right",
|
|
1479
1473
|
formatter: (h) => {
|
|
1480
|
-
var le, ae, he,
|
|
1474
|
+
var le, ae, he, pe, y, me, B, i, w, fe, Ie;
|
|
1481
1475
|
const D = (le = h == null ? void 0 : h[0]) == null ? void 0 : le.dataIndex;
|
|
1482
|
-
if (h.find((
|
|
1476
|
+
if (h.find((C) => C.seriesType === "scatter"))
|
|
1483
1477
|
return !1;
|
|
1484
1478
|
{
|
|
1485
|
-
let
|
|
1486
|
-
return ((ae = h[1]) == null ? void 0 : ae.value) < 1.9 ?
|
|
1479
|
+
let C = "";
|
|
1480
|
+
return ((ae = h[1]) == null ? void 0 : ae.value) < 1.9 ? C = "rgba(172, 210, 255, 1)" : ((he = h[1]) == null ? void 0 : he.value) < 3.9 ? C = "rgba(3, 248, 103, 1)" : ((pe = h[1]) == null ? void 0 : pe.value) < 7.9 ? C = "rgba(190, 226, 2, 18)" : ((y = h[1]) == null ? void 0 : y.value) < 19.9 ? C = "rgba(248, 1, 1, 1)" : ((me = h[1]) == null ? void 0 : me.value) > 20 ? C = "rgba(197, 5, 58, 1)" : C = "rgba(172, 210, 255, 1)", `<div style="font-size: 13px;"><strong>${te((B = this.meteogramData) == null ? void 0 : B.dates[D]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
1487
1481
|
<div style="display: ${(i = this.meteogramData) != null && i.weatherNames[D] ? "block" : "none"}; font-size: 13px;">
|
|
1488
|
-
<span>Weather : </span><strong>${(
|
|
1482
|
+
<span>Weather : </span><strong>${(w = this.meteogramData) == null ? void 0 : w.weatherNames[D]}</strong>
|
|
1489
1483
|
</div>
|
|
1490
1484
|
<div style="font-size: 13px;">
|
|
1491
1485
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #FF9500;}"></span>
|
|
1492
1486
|
<span>Temperature : </span><strong>${(fe = h[0]) == null ? void 0 : fe.value}</strong><span style="padding-left: 3px;">℃</span>
|
|
1493
1487
|
</div>
|
|
1494
1488
|
<div style="font-size: 13px;">
|
|
1495
|
-
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${
|
|
1489
|
+
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${C};"></span>
|
|
1496
1490
|
<span>Precipitation : </span><strong>${(Ie = h[1]) == null ? void 0 : Ie.value}</strong><span style="padding-left: 3px;">mm</span>
|
|
1497
1491
|
</div>`;
|
|
1498
1492
|
}
|
|
@@ -1559,7 +1553,7 @@ const Fe = (n, e) => {
|
|
|
1559
1553
|
// 隐藏分割线
|
|
1560
1554
|
},
|
|
1561
1555
|
boundaryGap: !1,
|
|
1562
|
-
data: (
|
|
1556
|
+
data: (R = this.meteogramData) == null ? void 0 : R.dates,
|
|
1563
1557
|
top: "17%",
|
|
1564
1558
|
height: "2%"
|
|
1565
1559
|
},
|
|
@@ -1648,8 +1642,8 @@ const Fe = (n, e) => {
|
|
|
1648
1642
|
name: "Temperature ( ℃ ) ",
|
|
1649
1643
|
show: !0,
|
|
1650
1644
|
min: t,
|
|
1651
|
-
max:
|
|
1652
|
-
interval:
|
|
1645
|
+
max: p,
|
|
1646
|
+
interval: x,
|
|
1653
1647
|
splitNumber: 5,
|
|
1654
1648
|
nameRotate: 90,
|
|
1655
1649
|
nameLocation: "middle",
|
|
@@ -1738,7 +1732,7 @@ const Fe = (n, e) => {
|
|
|
1738
1732
|
itemStyle: {
|
|
1739
1733
|
color: "rgba(239,239,239,0.6)"
|
|
1740
1734
|
},
|
|
1741
|
-
data: (
|
|
1735
|
+
data: (H = this.meteogramData) == null ? void 0 : H.markarea,
|
|
1742
1736
|
emphasis: {
|
|
1743
1737
|
disabled: !0
|
|
1744
1738
|
}
|
|
@@ -1748,7 +1742,7 @@ const Fe = (n, e) => {
|
|
|
1748
1742
|
name: "Precipitation:",
|
|
1749
1743
|
type: "bar",
|
|
1750
1744
|
yAxisIndex: 1,
|
|
1751
|
-
data: (
|
|
1745
|
+
data: (z = this.meteogramData) == null ? void 0 : z.precip,
|
|
1752
1746
|
itemStyle: {
|
|
1753
1747
|
color: "#0c73a8"
|
|
1754
1748
|
},
|
|
@@ -1760,7 +1754,7 @@ const Fe = (n, e) => {
|
|
|
1760
1754
|
singleAxisIndex: 2,
|
|
1761
1755
|
coordinateSystem: "singleAxis",
|
|
1762
1756
|
type: "scatter",
|
|
1763
|
-
data: (
|
|
1757
|
+
data: (m = this.meteogramData) == null ? void 0 : m.hours,
|
|
1764
1758
|
label: {
|
|
1765
1759
|
show: !0,
|
|
1766
1760
|
fontSize: 11,
|
|
@@ -1775,7 +1769,7 @@ const Fe = (n, e) => {
|
|
|
1775
1769
|
singleAxisIndex: 3,
|
|
1776
1770
|
coordinateSystem: "singleAxis",
|
|
1777
1771
|
type: "scatter",
|
|
1778
|
-
data: (
|
|
1772
|
+
data: (k = this.meteogramData) == null ? void 0 : k.xDates,
|
|
1779
1773
|
label: {
|
|
1780
1774
|
show: !0,
|
|
1781
1775
|
fontSize: 13,
|
|
@@ -1788,8 +1782,8 @@ const Fe = (n, e) => {
|
|
|
1788
1782
|
}
|
|
1789
1783
|
]
|
|
1790
1784
|
};
|
|
1791
|
-
|
|
1792
|
-
const
|
|
1785
|
+
b.setOption(P);
|
|
1786
|
+
const L = ue.init(document.getElementById("wave-swell")), T = {
|
|
1793
1787
|
title: {
|
|
1794
1788
|
text: "Wave & Swell",
|
|
1795
1789
|
top: "10px",
|
|
@@ -1816,20 +1810,20 @@ const Fe = (n, e) => {
|
|
|
1816
1810
|
show: !0,
|
|
1817
1811
|
position: "right",
|
|
1818
1812
|
formatter: (h) => {
|
|
1819
|
-
var le, ae, he,
|
|
1813
|
+
var le, ae, he, pe, y, me;
|
|
1820
1814
|
const D = (le = h == null ? void 0 : h[0]) == null ? void 0 : le.dataIndex;
|
|
1821
|
-
return h.find((
|
|
1815
|
+
return h.find((B) => B.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${te((ae = this.meteogramData) == null ? void 0 : ae.dates[D]).tz(this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
1822
1816
|
<div style="font-size: 13px;">
|
|
1823
1817
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #60c43e;}"></span>
|
|
1824
1818
|
<span>Wind Speed : </span><strong>${(he = h[0]) == null ? void 0 : he.value}</strong><span style="padding-left: 3px;">kts</span>
|
|
1825
1819
|
</div>
|
|
1826
1820
|
<div style="font-size: 13px;">
|
|
1827
1821
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #4ba229;}"></span>
|
|
1828
|
-
<span>Wind Gusts : </span><strong>${(
|
|
1822
|
+
<span>Wind Gusts : </span><strong>${(pe = h[2]) == null ? void 0 : pe.value}</strong><span style="padding-left: 3px;">kts</span>
|
|
1829
1823
|
</div>
|
|
1830
1824
|
<div style="font-size: 13px;">
|
|
1831
1825
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #21baa3;"></span>
|
|
1832
|
-
<span>Swell Height : </span><strong>${(
|
|
1826
|
+
<span>Swell Height : </span><strong>${(y = h[3]) == null ? void 0 : y.value}</strong><span style="padding-left: 3px;">m</span>
|
|
1833
1827
|
</div>
|
|
1834
1828
|
<div style="font-size: 13px;">
|
|
1835
1829
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #049f9c;}"></span>
|
|
@@ -1884,8 +1878,8 @@ const Fe = (n, e) => {
|
|
|
1884
1878
|
},
|
|
1885
1879
|
singleAxis: [
|
|
1886
1880
|
{
|
|
1887
|
-
left: (
|
|
1888
|
-
right: (
|
|
1881
|
+
left: (I = this.meteogramData) == null ? void 0 : I.offset,
|
|
1882
|
+
right: (u = this.meteogramData) == null ? void 0 : u.offset,
|
|
1889
1883
|
type: "category",
|
|
1890
1884
|
show: !1,
|
|
1891
1885
|
axisLine: {
|
|
@@ -1905,13 +1899,13 @@ const Fe = (n, e) => {
|
|
|
1905
1899
|
// 隐藏分割线
|
|
1906
1900
|
},
|
|
1907
1901
|
boundaryGap: !1,
|
|
1908
|
-
data: (
|
|
1902
|
+
data: (re = this.meteogramData) == null ? void 0 : re.dates,
|
|
1909
1903
|
top: "84%",
|
|
1910
1904
|
height: "2%"
|
|
1911
1905
|
},
|
|
1912
1906
|
{
|
|
1913
|
-
left: (
|
|
1914
|
-
right: (
|
|
1907
|
+
left: (Ae = this.meteogramData) == null ? void 0 : Ae.offset,
|
|
1908
|
+
right: (oe = this.meteogramData) == null ? void 0 : oe.offset,
|
|
1915
1909
|
type: "category",
|
|
1916
1910
|
show: !1,
|
|
1917
1911
|
axisLine: {
|
|
@@ -1931,7 +1925,7 @@ const Fe = (n, e) => {
|
|
|
1931
1925
|
// 隐藏分割线
|
|
1932
1926
|
},
|
|
1933
1927
|
boundaryGap: !1,
|
|
1934
|
-
data: (
|
|
1928
|
+
data: (d = this.meteogramData) == null ? void 0 : d.dates,
|
|
1935
1929
|
top: "92%",
|
|
1936
1930
|
height: "2%"
|
|
1937
1931
|
}
|
|
@@ -1990,7 +1984,7 @@ const Fe = (n, e) => {
|
|
|
1990
1984
|
name: "Wind Speed",
|
|
1991
1985
|
type: "line",
|
|
1992
1986
|
yAxisIndex: 0,
|
|
1993
|
-
data: (
|
|
1987
|
+
data: (ge = this.meteogramData) == null ? void 0 : ge.windspeed,
|
|
1994
1988
|
symbol: "none",
|
|
1995
1989
|
smooth: !1,
|
|
1996
1990
|
itemStyle: {
|
|
@@ -2000,7 +1994,7 @@ const Fe = (n, e) => {
|
|
|
2000
1994
|
itemStyle: {
|
|
2001
1995
|
color: "rgba(239,239,239,0.6)"
|
|
2002
1996
|
},
|
|
2003
|
-
data: (
|
|
1997
|
+
data: (f = this.meteogramData) == null ? void 0 : f.markarea,
|
|
2004
1998
|
emphasis: {
|
|
2005
1999
|
disabled: !0
|
|
2006
2000
|
},
|
|
@@ -2013,9 +2007,9 @@ const Fe = (n, e) => {
|
|
|
2013
2007
|
type: "custom",
|
|
2014
2008
|
yAxisIndex: 0,
|
|
2015
2009
|
renderItem: (h, D) => {
|
|
2016
|
-
var he,
|
|
2010
|
+
var he, pe;
|
|
2017
2011
|
const le = h.dataIndex, ae = D.coord([D.value(0), D.value(1)]);
|
|
2018
|
-
return ((
|
|
2012
|
+
return ((pe = (he = this.meteogramData) == null ? void 0 : he.windDir) == null ? void 0 : pe[le]) >= 0 ? {
|
|
2019
2013
|
type: "image",
|
|
2020
2014
|
position: ae,
|
|
2021
2015
|
style: {
|
|
@@ -2027,14 +2021,14 @@ const Fe = (n, e) => {
|
|
|
2027
2021
|
}
|
|
2028
2022
|
} : !1;
|
|
2029
2023
|
},
|
|
2030
|
-
data: (
|
|
2024
|
+
data: (S = this.meteogramData) == null ? void 0 : S.windspeed,
|
|
2031
2025
|
z: 10
|
|
2032
2026
|
},
|
|
2033
2027
|
{
|
|
2034
2028
|
name: "Wind Gusts",
|
|
2035
2029
|
type: "line",
|
|
2036
2030
|
yAxisIndex: 0,
|
|
2037
|
-
data: (
|
|
2031
|
+
data: (l = this.meteogramData) == null ? void 0 : l.windGusts,
|
|
2038
2032
|
symbol: "none",
|
|
2039
2033
|
smooth: !1,
|
|
2040
2034
|
itemStyle: {
|
|
@@ -2081,7 +2075,7 @@ const Fe = (n, e) => {
|
|
|
2081
2075
|
singleAxisIndex: 0,
|
|
2082
2076
|
coordinateSystem: "singleAxis",
|
|
2083
2077
|
type: "scatter",
|
|
2084
|
-
data: (
|
|
2078
|
+
data: (E = this.meteogramData) == null ? void 0 : E.hours,
|
|
2085
2079
|
itemStyle: {
|
|
2086
2080
|
color: "#fff"
|
|
2087
2081
|
},
|
|
@@ -2097,7 +2091,7 @@ const Fe = (n, e) => {
|
|
|
2097
2091
|
singleAxisIndex: 1,
|
|
2098
2092
|
coordinateSystem: "singleAxis",
|
|
2099
2093
|
type: "scatter",
|
|
2100
|
-
data: (
|
|
2094
|
+
data: (Q = this.meteogramData) == null ? void 0 : Q.xDates,
|
|
2101
2095
|
itemStyle: {
|
|
2102
2096
|
color: "#fff"
|
|
2103
2097
|
},
|
|
@@ -2110,28 +2104,15 @@ const Fe = (n, e) => {
|
|
|
2110
2104
|
}
|
|
2111
2105
|
]
|
|
2112
2106
|
};
|
|
2113
|
-
|
|
2107
|
+
L.setOption(T), L.on("legendselectchanged", (h) => {
|
|
2114
2108
|
h.name === "Wind Speed" && (h.selected["Wind Direction"] = h.selected["Wind Speed"]);
|
|
2115
2109
|
});
|
|
2116
2110
|
},
|
|
2117
|
-
async
|
|
2118
|
-
var
|
|
2111
|
+
async fetchSeasonalData() {
|
|
2112
|
+
var t, p, x, b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v;
|
|
2119
2113
|
if (!this.token)
|
|
2120
2114
|
return !1;
|
|
2121
|
-
this.loading.seasonalEchart = !0
|
|
2122
|
-
const n = te((w = this.currentMonth) == null ? void 0 : w.date).tz(this.positionGmt).date() >= 14 ? te((B = this.currentMonth) == null ? void 0 : B.date).tz(this.positionGmt).month() + 1 : te((C = this.currentMonth) == null ? void 0 : C.date).tz(this.positionGmt).month(), e = te((k = this.currentMonth) == null ? void 0 : k.date).tz(this.positionGmt).set({ month: n });
|
|
2123
|
-
let a = {
|
|
2124
|
-
lat: this.position.lat,
|
|
2125
|
-
lng: this.position.lng,
|
|
2126
|
-
startDate: te().tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format(),
|
|
2127
|
-
endDate: te().tz(this.positionGmt).set({ year: e.year(), month: e.month() + 1, date: 1, hour: 0, minute: 0, second: 0 }).format(),
|
|
2128
|
-
pastYear: 1
|
|
2129
|
-
}, l = await Ce.post(`${this.gateway}/api/arc/meteo2/spot/seasonal`, a, {
|
|
2130
|
-
headers: {
|
|
2131
|
-
Authorization: this.token
|
|
2132
|
-
}
|
|
2133
|
-
});
|
|
2134
|
-
this.seasonalData = {
|
|
2115
|
+
this.loading.seasonalEchart = !0, this.seasonalData = {
|
|
2135
2116
|
dates: [],
|
|
2136
2117
|
xDates: [],
|
|
2137
2118
|
highTemp: [],
|
|
@@ -2144,60 +2125,70 @@ const Fe = (n, e) => {
|
|
|
2144
2125
|
precip: [],
|
|
2145
2126
|
lastYearPrecip: []
|
|
2146
2127
|
};
|
|
2147
|
-
const
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2128
|
+
const o = te(this.etime).tz(this.positionGmt).date() >= 14 ? te(this.etime).tz(this.positionGmt).month() + 1 : te(this.etime).tz(this.positionGmt).month(), e = te(this.etime).tz(this.positionGmt).set({ month: o });
|
|
2129
|
+
this.monthsOptions = [];
|
|
2130
|
+
for (let I = 0; I < 6; I++)
|
|
2131
|
+
this.monthsOptions.push({
|
|
2132
|
+
date: te(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month() + I, date: 1, hour: 0, minute: 0, second: 0 }).format(),
|
|
2133
|
+
month: te(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month() + I }).format("MMMM yyyy")
|
|
2134
|
+
});
|
|
2135
|
+
this.currentMonth = this.currentMonth ? this.currentMonth : this.monthsOptions[0];
|
|
2136
|
+
let s = {
|
|
2137
|
+
lat: this.position.lat,
|
|
2138
|
+
lng: this.position.lng,
|
|
2139
|
+
startDate: te().tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format(),
|
|
2140
|
+
endDate: te().tz(this.positionGmt).set({ year: e.year(), month: e.month() + 1, date: 1, hour: 0, minute: 0, second: 0 }).format(),
|
|
2141
|
+
pastYear: 1
|
|
2142
|
+
}, n = await Ce.post(`${this.gateway}/api/arc/meteo2/spot/seasonal`, s, {
|
|
2143
|
+
headers: {
|
|
2144
|
+
Authorization: this.token
|
|
2156
2145
|
}
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2146
|
+
});
|
|
2147
|
+
if ((n == null ? void 0 : n.data.code) === 0) {
|
|
2148
|
+
this.etime = (t = n == null ? void 0 : n.data) == null ? void 0 : t.etime, this.positionGmt = (b = (x = (p = this.meteoData) == null ? void 0 : p.weather) == null ? void 0 : x[0]) == null ? void 0 : b.timezone, this.positionOffset = (T = (L = (P = this.meteoData) == null ? void 0 : P.weather) == null ? void 0 : L[0]) == null ? void 0 : T.offset, this.issuedDate = M(this.etime).utc().format("MMM-DD/HHmm[Z], YYYY");
|
|
2149
|
+
let I = (O = n == null ? void 0 : n.data.data) == null ? void 0 : O.seasonal, u = te(this.etime).tz(this.positionGmt).set({ year: e.year(), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
|
|
2150
|
+
const re = M(s.endDate).diff(M(s.startDate), "day", !0);
|
|
2151
|
+
for (let f = 0; f < re; f++) {
|
|
2152
|
+
const S = M(u).clone().add(f, "d"), l = ((j = ve.pickDaily(I, S)) == null ? void 0 : j[0]) || {};
|
|
2153
|
+
(Y = this.seasonalData) == null || Y.dates.push(te(S).tz(this.positionGmt).format("MMM-DD")), (X = this.seasonalData) == null || X.xDates.push(te(S).tz(this.positionGmt).format("DD")), (G = this.seasonalData) == null || G.highTemp.push(this.roundPrecision((ie = (se = l == null ? void 0 : l.weather) == null ? void 0 : se.temp) == null ? void 0 : ie.max, 0)), (W = this.seasonalData) == null || W.lowTemp.push(this.roundPrecision((R = (K = l == null ? void 0 : l.weather) == null ? void 0 : K.temp) == null ? void 0 : R.min, 0)), (Z = this.seasonalData) == null || Z.windSpeed.push(this.roundPrecision((q = (J = l.weather) == null ? void 0 : J.wind) == null ? void 0 : q.kts, 1)), ($ = this.seasonalData) == null || $.windDirection.push((_ = (V = l.weather) == null ? void 0 : V.wind) == null ? void 0 : _.direction), (N = this.seasonalData) == null || N.precip.push(this.roundPrecision((g = (ee = l == null ? void 0 : l.weather) == null ? void 0 : ee.precip) == null ? void 0 : g.sum, 1));
|
|
2162
2154
|
}
|
|
2163
|
-
(((
|
|
2164
|
-
var
|
|
2165
|
-
|
|
2166
|
-
for (let
|
|
2167
|
-
const
|
|
2168
|
-
(
|
|
2155
|
+
(((z = (H = n == null ? void 0 : n.data.data) == null ? void 0 : H.past) == null ? void 0 : z.reverse()) || []).forEach((f, S) => {
|
|
2156
|
+
var l, U, F, E, Q, h, D, le, ae, he, pe, y, me;
|
|
2157
|
+
u = te(this.etime).tz(this.positionGmt).set({ year: e.year() - (S + 1), month: e.month(), date: 1, hour: 0, minute: 0, second: 0 }).format();
|
|
2158
|
+
for (let B = 0; B < re; B++) {
|
|
2159
|
+
const i = M(u).clone().add(B, "d"), w = ((l = ve.pickDaily(f, i)) == null ? void 0 : l[0]) || {};
|
|
2160
|
+
(E = this.seasonalData) == null || E.lastYearHighTemp.push(this.roundPrecision((F = (U = w == null ? void 0 : w.weather) == null ? void 0 : U.temp) == null ? void 0 : F.max, 0)), (D = this.seasonalData) == null || D.lastYearLowTemp.push(this.roundPrecision((h = (Q = w == null ? void 0 : w.weather) == null ? void 0 : Q.temp) == null ? void 0 : h.min, 0)), (he = this.seasonalData) == null || he.lastYearWindSpeed.push(this.roundPrecision((ae = (le = w.weather) == null ? void 0 : le.wind) == null ? void 0 : ae.kts, 1)), (me = this.seasonalData) == null || me.lastYearPrecip.push(this.roundPrecision((y = (pe = w == null ? void 0 : w.weather) == null ? void 0 : pe.precip) == null ? void 0 : y.sum, 1));
|
|
2169
2161
|
}
|
|
2170
|
-
}), this.seasonalData.offset = 4 + 0.5 / ((
|
|
2171
|
-
let Ae = 0;
|
|
2172
|
-
this.seasonalData.highTemp.forEach((o, H) => {
|
|
2173
|
-
o === this.seasonalData.maxHighTemp && (Ae = H);
|
|
2174
|
-
}), this.seasonalData.hottestDay = this.seasonalData.dates[Ae];
|
|
2162
|
+
}), this.seasonalData.offset = 4 + 0.5 / ((k = (m = this.seasonalData) == null ? void 0 : m.dates) == null ? void 0 : k.length) * 92 + "%", this.seasonalData.minHighTemp = Math.min(...this.seasonalData.highTemp.filter((f) => typeof f == "number" && !isNaN(f))), this.seasonalData.maxHighTemp = Math.max(...this.seasonalData.highTemp.filter((f) => typeof f == "number" && !isNaN(f))), this.seasonalData.minLowTemp = Math.min(...this.seasonalData.lowTemp.filter((f) => typeof f == "number" && !isNaN(f))), this.seasonalData.maxLowTemp = Math.max(...this.seasonalData.lowTemp.filter((f) => typeof f == "number" && !isNaN(f)));
|
|
2175
2163
|
let oe = 0;
|
|
2176
|
-
this.seasonalData.
|
|
2177
|
-
|
|
2178
|
-
}), this.seasonalData.
|
|
2179
|
-
let
|
|
2180
|
-
this.seasonalData.
|
|
2181
|
-
|
|
2182
|
-
}), this.seasonalData.
|
|
2164
|
+
this.seasonalData.highTemp.forEach((f, S) => {
|
|
2165
|
+
f === this.seasonalData.maxHighTemp && (oe = S);
|
|
2166
|
+
}), this.seasonalData.hottestDay = this.seasonalData.dates[oe];
|
|
2167
|
+
let d = 0;
|
|
2168
|
+
this.seasonalData.lowTemp.forEach((f, S) => {
|
|
2169
|
+
f === this.seasonalData.minLowTemp && (d = S);
|
|
2170
|
+
}), this.seasonalData.coldestDay = this.seasonalData.dates[d], this.seasonalData.meanWind = this.seasonalData.windSpeed.reduce((f, S) => f + S, 0) / ((v = this.seasonalData.windSpeed) == null ? void 0 : v.length), this.seasonalData.maxWindSpeed = Math.max(...this.seasonalData.windSpeed.filter((f) => typeof f == "number" && !isNaN(f)));
|
|
2171
|
+
let ge = 0;
|
|
2172
|
+
this.seasonalData.windSpeed.forEach((f, S) => {
|
|
2173
|
+
f === this.seasonalData.maxWindSpeed && (ge = S);
|
|
2174
|
+
}), this.seasonalData.windiestDay = this.seasonalData.dates[ge], this.seasonalData.dominantWind = this.findMostFrequent(this.seasonalData.windDirection);
|
|
2183
2175
|
}
|
|
2184
|
-
this.initSeasonalEchart();
|
|
2185
2176
|
},
|
|
2186
|
-
findMostFrequent(
|
|
2177
|
+
findMostFrequent(o) {
|
|
2187
2178
|
const e = {};
|
|
2188
|
-
let
|
|
2189
|
-
for (const t of
|
|
2179
|
+
let s = 0, n;
|
|
2180
|
+
for (const t of o)
|
|
2190
2181
|
e[t] ? e[t]++ : e[t] = 1;
|
|
2191
2182
|
for (const t in e)
|
|
2192
|
-
e[t] >
|
|
2193
|
-
return
|
|
2183
|
+
e[t] > s && (s = e[t], n = t);
|
|
2184
|
+
return n;
|
|
2194
2185
|
},
|
|
2195
2186
|
initSeasonalEchart() {
|
|
2196
|
-
var K,
|
|
2197
|
-
let
|
|
2187
|
+
var K, R, W, J, q, Z, V, _, $, ee;
|
|
2188
|
+
let o = Math.max(
|
|
2198
2189
|
...[...this.seasonalData.highTemp, ...this.seasonalData.lastYearHighTemp].filter((g) => typeof g == "number" && !isNaN(g))
|
|
2199
|
-
), e = Math.min(...[...this.seasonalData.lowTemp, ...this.seasonalData.lastYearLowTemp].filter((g) => typeof g == "number" && !isNaN(g))),
|
|
2200
|
-
const
|
|
2190
|
+
), e = Math.min(...[...this.seasonalData.lowTemp, ...this.seasonalData.lastYearLowTemp].filter((g) => typeof g == "number" && !isNaN(g))), s = Math.ceil((o + 1) / 5) * 5, n = Math.floor((e - 1) / 5) * 5, t = Math.ceil((s - n) / 5);
|
|
2191
|
+
const p = {
|
|
2201
2192
|
title: {
|
|
2202
2193
|
text: "Temperature",
|
|
2203
2194
|
top: "10px",
|
|
@@ -2223,16 +2214,16 @@ const Fe = (n, e) => {
|
|
|
2223
2214
|
show: !0,
|
|
2224
2215
|
position: "right",
|
|
2225
2216
|
formatter: (g) => {
|
|
2226
|
-
var
|
|
2227
|
-
const N = (
|
|
2228
|
-
return g.find((
|
|
2217
|
+
var H, z, m, k, v, I;
|
|
2218
|
+
const N = (H = g == null ? void 0 : g[0]) == null ? void 0 : H.dataIndex;
|
|
2219
|
+
return g.find((u) => u.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${(z = this.seasonalData) == null ? void 0 : z.dates[N]}</strong></div>
|
|
2229
2220
|
<div style="font-size: 13px;">
|
|
2230
2221
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #FF9500;}"></span>
|
|
2231
|
-
<span>High : </span><strong>${(
|
|
2222
|
+
<span>High : </span><strong>${(m = g[0]) == null ? void 0 : m.value}</strong><span style="padding-left: 3px;">℃</span>
|
|
2232
2223
|
</div>
|
|
2233
2224
|
<div style="font-size: 13px;">
|
|
2234
2225
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #f7c587;}"></span>
|
|
2235
|
-
<span>High, last year : </span><strong>${(
|
|
2226
|
+
<span>High, last year : </span><strong>${(k = g[1]) == null ? void 0 : k.value}</strong><span style="padding-left: 3px;">mm</span>
|
|
2236
2227
|
</div>
|
|
2237
2228
|
<div style="font-size: 13px;">
|
|
2238
2229
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #2164bf;}"></span>
|
|
@@ -2240,7 +2231,7 @@ const Fe = (n, e) => {
|
|
|
2240
2231
|
</div>
|
|
2241
2232
|
<div style="font-size: 13px;">
|
|
2242
2233
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #7baef7;}"></span>
|
|
2243
|
-
<span>Low, last year : </span><strong>${(
|
|
2234
|
+
<span>Low, last year : </span><strong>${(I = g[3]) == null ? void 0 : I.value}</strong><span style="padding-left: 3px;">℃</span>
|
|
2244
2235
|
</div>
|
|
2245
2236
|
`;
|
|
2246
2237
|
}
|
|
@@ -2283,8 +2274,8 @@ const Fe = (n, e) => {
|
|
|
2283
2274
|
type: "value",
|
|
2284
2275
|
name: "Temperature ( ℃ ) ",
|
|
2285
2276
|
show: !0,
|
|
2286
|
-
min:
|
|
2287
|
-
max:
|
|
2277
|
+
min: n,
|
|
2278
|
+
max: s,
|
|
2288
2279
|
interval: t,
|
|
2289
2280
|
splitNumber: 5,
|
|
2290
2281
|
nameRotate: 90,
|
|
@@ -2301,7 +2292,7 @@ const Fe = (n, e) => {
|
|
|
2301
2292
|
{
|
|
2302
2293
|
name: "High",
|
|
2303
2294
|
type: "line",
|
|
2304
|
-
data: (
|
|
2295
|
+
data: (R = this.seasonalData) == null ? void 0 : R.highTemp,
|
|
2305
2296
|
symbol: "none",
|
|
2306
2297
|
smooth: !1,
|
|
2307
2298
|
itemStyle: {
|
|
@@ -2359,26 +2350,26 @@ const Fe = (n, e) => {
|
|
|
2359
2350
|
]
|
|
2360
2351
|
};
|
|
2361
2352
|
this.loading.seasonalEchart = !1, this.$nextTick(() => {
|
|
2362
|
-
ue.init(document.getElementById("temperature-echart")).setOption(
|
|
2353
|
+
ue.init(document.getElementById("temperature-echart")).setOption(p);
|
|
2363
2354
|
});
|
|
2364
|
-
function
|
|
2355
|
+
function x(g) {
|
|
2365
2356
|
return {
|
|
2366
2357
|
image: (() => {
|
|
2367
2358
|
const N = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
2368
2359
|
N.setAttribute("width", "10"), N.setAttribute("height", "5"), N.setAttribute("viewBox", "0 0 10 5");
|
|
2369
|
-
const
|
|
2370
|
-
|
|
2371
|
-
const
|
|
2372
|
-
|
|
2373
|
-
const
|
|
2374
|
-
return URL.createObjectURL(
|
|
2360
|
+
const H = document.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
2361
|
+
H.setAttribute("x", "0"), H.setAttribute("y", "0"), H.setAttribute("width", "10"), H.setAttribute("height", "5"), H.setAttribute("fill", g), N.appendChild(H);
|
|
2362
|
+
const z = document.createElementNS("http://www.w3.org/2000/svg", "line");
|
|
2363
|
+
z.setAttribute("x1", "0"), z.setAttribute("y1", "0"), z.setAttribute("x2", "10"), z.setAttribute("y2", "5"), z.setAttribute("stroke", "#fff"), z.setAttribute("stroke-width", "1"), N.appendChild(z);
|
|
2364
|
+
const m = new XMLSerializer().serializeToString(N), k = new Blob([m], { type: "image/svg+xml;charset=utf-8" });
|
|
2365
|
+
return URL.createObjectURL(k);
|
|
2375
2366
|
})(),
|
|
2376
2367
|
repeat: "repeat"
|
|
2377
2368
|
};
|
|
2378
2369
|
}
|
|
2379
|
-
let
|
|
2370
|
+
let b = Math.max(
|
|
2380
2371
|
...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((g) => typeof g == "number" && !isNaN(g))
|
|
2381
|
-
),
|
|
2372
|
+
), L = Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((g) => typeof g == "number" && !isNaN(g))) > 0 ? 0 : Math.min(...[...this.seasonalData.windSpeed, ...this.seasonalData.lastYearWindSpeed].filter((g) => typeof g == "number" && !isNaN(g))), T = Math.ceil((b + 1) / 5) * 5, O = Math.ceil((T - L) / 5), j = Math.max(...[...this.seasonalData.precip, ...this.seasonalData.lastYearPrecip].filter((g) => typeof g == "number" && !isNaN(g))), X = 0, se = Math.ceil(j * 2 / 5) * 5, ie = Math.ceil((se - X) / 5);
|
|
2382
2373
|
const G = {
|
|
2383
2374
|
title: {
|
|
2384
2375
|
text: "Wind & Preciption",
|
|
@@ -2405,35 +2396,35 @@ const Fe = (n, e) => {
|
|
|
2405
2396
|
show: !0,
|
|
2406
2397
|
position: "right",
|
|
2407
2398
|
formatter: (g) => {
|
|
2408
|
-
var
|
|
2409
|
-
const N = (
|
|
2399
|
+
var H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l, U;
|
|
2400
|
+
const N = (H = g == null ? void 0 : g[0]) == null ? void 0 : H.dataIndex;
|
|
2410
2401
|
if (g.find((F) => F.seriesType === "scatter"))
|
|
2411
2402
|
return !1;
|
|
2412
2403
|
{
|
|
2413
2404
|
let F = { color: "", colorLastYear: "", url: "" };
|
|
2414
|
-
return ((
|
|
2415
|
-
const
|
|
2416
|
-
|
|
2417
|
-
const
|
|
2418
|
-
|
|
2405
|
+
return ((z = g[2]) == null ? void 0 : z.value) < 1.9 ? F.color = "rgba(172, 210, 255, 1)" : ((m = g[2]) == null ? void 0 : m.value) < 3.9 ? F.color = "rgba(3, 248, 103, 1)" : ((k = g[2]) == null ? void 0 : k.value) < 7.9 ? F.color = "rgba(190, 226, 2, 18)" : ((v = g[2]) == null ? void 0 : v.value) < 19.9 ? F.color = "rgba(248, 1, 1, 1)" : ((I = g[2]) == null ? void 0 : I.value) > 20 ? F.color = "rgba(197, 5, 58, 1)" : F.color = "rgba(172, 210, 255, 1)", ((u = g[3]) == null ? void 0 : u.value) < 9.9 ? F.colorLastYear = "rgba(172, 210, 255, 1)" : ((re = g[3]) == null ? void 0 : re.value) < 24.9 ? F.colorLastYear = "rgba(3, 248, 103, 1)" : ((Ae = g[3]) == null ? void 0 : Ae.value) < 49.9 ? F.colorLastYear = "rgba(190, 226, 2, 18)" : ((oe = g[3]) == null ? void 0 : oe.value) < 99.9 ? F.colorLastYear = "rgba(248, 1, 1, 1)" : ((d = g[3]) == null ? void 0 : d.value) > 100 ? F.colorLastYear = "rgba(197, 5, 58, 1)" : F.colorLastYear = "rgba(172, 210, 255, 1)", F.url = (() => {
|
|
2406
|
+
const E = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
2407
|
+
E.setAttribute("width", "10"), E.setAttribute("height", "10"), E.setAttribute("viewBox", "0 0 10 10");
|
|
2408
|
+
const Q = document.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
2409
|
+
Q.setAttribute("x", "0"), Q.setAttribute("y", "0"), Q.setAttribute("width", "10"), Q.setAttribute("height", "10"), Q.setAttribute("fill", F.colorLastYear), E.appendChild(Q);
|
|
2419
2410
|
const h = document.createElementNS("http://www.w3.org/2000/svg", "line");
|
|
2420
|
-
h.setAttribute("x1", "0"), h.setAttribute("y1", "0"), h.setAttribute("x2", "10"), h.setAttribute("y2", "5"), h.setAttribute("stroke", "#fff"), h.setAttribute("stroke-width", "1"),
|
|
2411
|
+
h.setAttribute("x1", "0"), h.setAttribute("y1", "0"), h.setAttribute("x2", "10"), h.setAttribute("y2", "5"), h.setAttribute("stroke", "#fff"), h.setAttribute("stroke-width", "1"), E.appendChild(h);
|
|
2421
2412
|
const D = document.createElementNS("http://www.w3.org/2000/svg", "line");
|
|
2422
|
-
D.setAttribute("x1", "0"), D.setAttribute("y1", "5"), D.setAttribute("x2", "10"), D.setAttribute("y2", "10"), D.setAttribute("stroke", "#fff"), D.setAttribute("stroke-width", "1"),
|
|
2423
|
-
const le = new XMLSerializer().serializeToString(
|
|
2413
|
+
D.setAttribute("x1", "0"), D.setAttribute("y1", "5"), D.setAttribute("x2", "10"), D.setAttribute("y2", "10"), D.setAttribute("stroke", "#fff"), D.setAttribute("stroke-width", "1"), E.appendChild(D);
|
|
2414
|
+
const le = new XMLSerializer().serializeToString(E), ae = new Blob([le], { type: "image/svg+xml;charset=utf-8" });
|
|
2424
2415
|
return URL.createObjectURL(ae);
|
|
2425
|
-
})(), `<div style="font-size: 13px;"><strong>${(
|
|
2416
|
+
})(), `<div style="font-size: 13px;"><strong>${(ge = this.seasonalData) == null ? void 0 : ge.dates[N]}</strong></div>
|
|
2426
2417
|
<div style="font-size: 13px;">
|
|
2427
2418
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #60c43e;}"></span>
|
|
2428
|
-
<span>Wind : </span><strong>${(
|
|
2419
|
+
<span>Wind : </span><strong>${(f = g[0]) == null ? void 0 : f.value}</strong><span style="padding-left: 3px;">kts</span>
|
|
2429
2420
|
</div>
|
|
2430
2421
|
<div style="font-size: 13px;">
|
|
2431
2422
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: #9af77b;}"></span>
|
|
2432
|
-
<span>Wind, last year : </span><strong>${(
|
|
2423
|
+
<span>Wind, last year : </span><strong>${(S = g[1]) == null ? void 0 : S.value}</strong><span style="padding-left: 3px;">kts</span>
|
|
2433
2424
|
</div>
|
|
2434
2425
|
<div style="font-size: 13px;">
|
|
2435
2426
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${F.color};}"></span>
|
|
2436
|
-
<span>Precip : </span><strong>${(
|
|
2427
|
+
<span>Precip : </span><strong>${(l = g[2]) == null ? void 0 : l.value}</strong><span style="padding-left: 3px;">mm</span>
|
|
2437
2428
|
</div>
|
|
2438
2429
|
<div style="font-size: 13px;">
|
|
2439
2430
|
<img src="${F.url}" style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;}" />
|
|
@@ -2496,7 +2487,7 @@ const Fe = (n, e) => {
|
|
|
2496
2487
|
type: "value",
|
|
2497
2488
|
name: "Wind speed max ( kts ) ",
|
|
2498
2489
|
show: !0,
|
|
2499
|
-
min:
|
|
2490
|
+
min: L,
|
|
2500
2491
|
max: T,
|
|
2501
2492
|
interval: O,
|
|
2502
2493
|
splitNumber: 5,
|
|
@@ -2513,7 +2504,7 @@ const Fe = (n, e) => {
|
|
|
2513
2504
|
type: "value",
|
|
2514
2505
|
name: "Precipitation ( mm ) ",
|
|
2515
2506
|
show: !0,
|
|
2516
|
-
min:
|
|
2507
|
+
min: X,
|
|
2517
2508
|
max: se,
|
|
2518
2509
|
interval: ie,
|
|
2519
2510
|
splitNumber: 5,
|
|
@@ -2576,30 +2567,30 @@ const Fe = (n, e) => {
|
|
|
2576
2567
|
pieces: [
|
|
2577
2568
|
{
|
|
2578
2569
|
gte: 100,
|
|
2579
|
-
color:
|
|
2570
|
+
color: x("#C5053A"),
|
|
2580
2571
|
label: "Heavy Rainstorm, last year"
|
|
2581
2572
|
},
|
|
2582
2573
|
{
|
|
2583
2574
|
gte: 50,
|
|
2584
2575
|
lt: 99.9,
|
|
2585
|
-
color:
|
|
2576
|
+
color: x("#F80101"),
|
|
2586
2577
|
label: "Rainstorm, last year"
|
|
2587
2578
|
},
|
|
2588
2579
|
{
|
|
2589
2580
|
gte: 25,
|
|
2590
2581
|
lt: 49.9,
|
|
2591
|
-
color:
|
|
2582
|
+
color: x("#BEE202"),
|
|
2592
2583
|
label: "Heavy, last year"
|
|
2593
2584
|
},
|
|
2594
2585
|
{
|
|
2595
2586
|
gte: 10,
|
|
2596
2587
|
lt: 24.9,
|
|
2597
|
-
color:
|
|
2588
|
+
color: x("#03F867"),
|
|
2598
2589
|
label: "Moderate, last year"
|
|
2599
2590
|
},
|
|
2600
2591
|
{
|
|
2601
2592
|
lt: 9.9,
|
|
2602
|
-
color:
|
|
2593
|
+
color: x("#ACD2FF"),
|
|
2603
2594
|
label: "Light, last year"
|
|
2604
2595
|
}
|
|
2605
2596
|
],
|
|
@@ -2675,7 +2666,7 @@ const Fe = (n, e) => {
|
|
|
2675
2666
|
document.getElementById("weather-chart") && ue.dispose(document.getElementById("weather-chart")), document.getElementById("weather-icons") && ue.dispose(document.getElementById("weather-icons")), document.getElementById("weather-condition") && ue.dispose(document.getElementById("weather-condition")), document.getElementById("wave-swell") && ue.dispose(document.getElementById("wave-swell")), document.getElementById("temperature-echart") && ue.dispose(document.getElementById("temperature-echart")), document.getElementById("wind-precip-echart") && ue.dispose(document.getElementById("wind-precip-echart"));
|
|
2676
2667
|
},
|
|
2677
2668
|
initHoursTableData() {
|
|
2678
|
-
var
|
|
2669
|
+
var o, e, s, n, t, p, x, b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k;
|
|
2679
2670
|
this.hoursTableData = {
|
|
2680
2671
|
hours: [],
|
|
2681
2672
|
utcHours: [],
|
|
@@ -2703,10 +2694,10 @@ const Fe = (n, e) => {
|
|
|
2703
2694
|
seaTemp: []
|
|
2704
2695
|
};
|
|
2705
2696
|
for (let v = 0; v < 24; v++) {
|
|
2706
|
-
const
|
|
2707
|
-
this.hoursTableData.hours.push(
|
|
2708
|
-
const
|
|
2709
|
-
this.hoursTableData.weatherUrls.push((e =
|
|
2697
|
+
const I = M(this.pickedDate).clone().add(v, "h").format();
|
|
2698
|
+
this.hoursTableData.hours.push(I);
|
|
2699
|
+
const u = ((o = ve.pickHourly(this.meteoData, I)) == null ? void 0 : o[0]) || {};
|
|
2700
|
+
this.hoursTableData.weatherUrls.push((e = u.weather) == null ? void 0 : e.url), this.hoursTableData.weatherNames.push(((s = u.weather) == null ? void 0 : s.name) ?? "-"), this.hoursTableData.temp.push(this.roundPrecision((n = u.weather) == null ? void 0 : n.temp, 0) ?? "-"), this.hoursTableData.precipProbability.push(this.roundPrecision((p = (t = u.weather) == null ? void 0 : t.precip) == null ? void 0 : p.probability, 1) ?? "-"), this.hoursTableData.precip1h.push(this.roundPrecision((b = (x = u.weather) == null ? void 0 : x.precip) == null ? void 0 : b.sum, 1) ?? "-"), this.hoursTableData.visibility.push(this.roundPrecision((P = u.weather) == null ? void 0 : P.visibility, 0) ?? "-"), this.hoursTableData.humidity.push(this.roundPrecision((L = u.weather) == null ? void 0 : L.rh, 0) ?? "-"), this.hoursTableData.windSpeed.push(this.roundPrecision((O = (T = u.weather) == null ? void 0 : T.wind) == null ? void 0 : O.kts, 1)), this.hoursTableData.windDir.push((Y = (j = u.weather) == null ? void 0 : j.wind) == null ? void 0 : Y.bearing), this.hoursTableData.windGust.push(this.roundPrecision((se = (X = u.weather) == null ? void 0 : X.wind) == null ? void 0 : se.gusts, 1) ?? "-"), this.hoursTableData.sigwaveHeight.push(this.roundPrecision((G = (ie = u.wave) == null ? void 0 : ie.sig) == null ? void 0 : G.height, 1) ?? "-"), this.hoursTableData.sigwaveDir.push((R = (K = u.wave) == null ? void 0 : K.sig) == null ? void 0 : R.bearing), this.hoursTableData.windwaveHeight.push(this.roundPrecision((J = (W = u.wave) == null ? void 0 : W.wd) == null ? void 0 : J.height, 1) ?? "-"), this.hoursTableData.windwaveDir.push((Z = (q = u.wave) == null ? void 0 : q.wd) == null ? void 0 : Z.bearing), this.hoursTableData.windwavePeriod.push(this.roundPrecision((_ = (V = u.wave) == null ? void 0 : V.wd) == null ? void 0 : _.period, 1) ?? "-"), this.hoursTableData.swellHeight.push(this.roundPrecision((ee = ($ = u.wave) == null ? void 0 : $.swell) == null ? void 0 : ee.height, 1) ?? "-"), this.hoursTableData.swellDir.push((N = (g = u.wave) == null ? void 0 : g.swell) == null ? void 0 : N.bearing), this.hoursTableData.swellPeriod.push(this.roundPrecision((z = (H = u.wave) == null ? void 0 : H.swell) == null ? void 0 : z.period, 1) ?? "-"), this.hoursTableData.currentSpeed.push(this.roundPrecision((m = u.current) == null ? void 0 : m.speed, 1) ?? "-"), this.hoursTableData.currentDir.push((k = u.current) == null ? void 0 : k.bearing), this.hoursTableData.seaLevel.push(this.roundPrecision(u.height, 1) ?? "-"), this.hoursTableData.seaTemp.push(this.roundPrecision(u.sst, 0) ?? "-");
|
|
2710
2701
|
}
|
|
2711
2702
|
this.loading.hoursTable = !1;
|
|
2712
2703
|
},
|
|
@@ -2714,78 +2705,78 @@ const Fe = (n, e) => {
|
|
|
2714
2705
|
this.position = {}, this.meteoData = {}, this.followItem = void 0, ue && document.getElementById("weather-chart") && ue.dispose(document.getElementById("weather-chart"));
|
|
2715
2706
|
},
|
|
2716
2707
|
initDaysTableData() {
|
|
2717
|
-
var e,
|
|
2708
|
+
var e, s, n, t, p, x, b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re;
|
|
2718
2709
|
this.daysTableData = [];
|
|
2719
|
-
const
|
|
2720
|
-
for (let
|
|
2721
|
-
const
|
|
2710
|
+
const o = te(this.etime).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
|
|
2711
|
+
for (let Ae = 0; Ae < 14; Ae++) {
|
|
2712
|
+
const oe = M(o).clone().add(Ae, "d").format(), d = ((e = ve.pickDaily(this.meteoData, oe)) == null ? void 0 : e[0]) || {};
|
|
2722
2713
|
this.daysTableData.push({
|
|
2723
|
-
localWeek: this.computeWeekLT(
|
|
2724
|
-
localDate: this.computeMMMDDLT(
|
|
2725
|
-
weatherUrl: (
|
|
2726
|
-
minTemp: this.roundPrecision((t = (
|
|
2727
|
-
maxTemp: this.roundPrecision((
|
|
2728
|
-
weatherName: (
|
|
2729
|
-
precipSum: this.roundPrecision((
|
|
2730
|
-
precipRainSum: this.roundPrecision((O = (T =
|
|
2731
|
-
precipSnowfallSum: this.roundPrecision((Y = (j =
|
|
2732
|
-
windSpeedMax: this.roundPrecision((se = (
|
|
2733
|
-
windSpeedDir: (G = (ie =
|
|
2734
|
-
gustSpeedMax: this.roundPrecision((
|
|
2735
|
-
windWaveHeight: this.roundPrecision((J = (W =
|
|
2736
|
-
windWavePeriod: this.roundPrecision((Z = (q =
|
|
2737
|
-
windWaveDir: (_ = (V =
|
|
2738
|
-
swellWaveHeight: this.roundPrecision((ee = ($ =
|
|
2739
|
-
swellWavePeriod: this.roundPrecision((N = (g =
|
|
2740
|
-
swellWaveDir: (
|
|
2741
|
-
sigWaveHeight: this.roundPrecision((
|
|
2742
|
-
sigWavePeriod: this.roundPrecision((
|
|
2743
|
-
sigWaveDir: (
|
|
2714
|
+
localWeek: this.computeWeekLT(oe),
|
|
2715
|
+
localDate: this.computeMMMDDLT(oe),
|
|
2716
|
+
weatherUrl: (s = d == null ? void 0 : d.weather) == null ? void 0 : s.url,
|
|
2717
|
+
minTemp: this.roundPrecision((t = (n = d == null ? void 0 : d.weather) == null ? void 0 : n.temp) == null ? void 0 : t.min, 0) ?? "-",
|
|
2718
|
+
maxTemp: this.roundPrecision((x = (p = d == null ? void 0 : d.weather) == null ? void 0 : p.temp) == null ? void 0 : x.max, 0) ?? "-",
|
|
2719
|
+
weatherName: (b = d == null ? void 0 : d.weather) == null ? void 0 : b.name,
|
|
2720
|
+
precipSum: this.roundPrecision((L = (P = d == null ? void 0 : d.weather) == null ? void 0 : P.precip) == null ? void 0 : L.sum, 1) ?? "-",
|
|
2721
|
+
precipRainSum: this.roundPrecision((O = (T = d == null ? void 0 : d.weather) == null ? void 0 : T.precip) == null ? void 0 : O.rainSum, 1) ?? "-",
|
|
2722
|
+
precipSnowfallSum: this.roundPrecision((Y = (j = d == null ? void 0 : d.weather) == null ? void 0 : j.precip) == null ? void 0 : Y.snowfallSum, 1) ?? "-",
|
|
2723
|
+
windSpeedMax: this.roundPrecision((se = (X = d == null ? void 0 : d.weather) == null ? void 0 : X.wind) == null ? void 0 : se.kts, 1) ?? "-",
|
|
2724
|
+
windSpeedDir: (G = (ie = d == null ? void 0 : d.weather) == null ? void 0 : ie.wind) == null ? void 0 : G.bearing,
|
|
2725
|
+
gustSpeedMax: this.roundPrecision((R = (K = d == null ? void 0 : d.weather) == null ? void 0 : K.wind) == null ? void 0 : R.gusts, 1) ?? "-",
|
|
2726
|
+
windWaveHeight: this.roundPrecision((J = (W = d == null ? void 0 : d.wave) == null ? void 0 : W.wd) == null ? void 0 : J.height, 1) ?? "-",
|
|
2727
|
+
windWavePeriod: this.roundPrecision((Z = (q = d == null ? void 0 : d.wave) == null ? void 0 : q.wd) == null ? void 0 : Z.period, 1) ?? "-",
|
|
2728
|
+
windWaveDir: (_ = (V = d == null ? void 0 : d.wave) == null ? void 0 : V.wd) == null ? void 0 : _.bearing,
|
|
2729
|
+
swellWaveHeight: this.roundPrecision((ee = ($ = d == null ? void 0 : d.wave) == null ? void 0 : $.swell) == null ? void 0 : ee.height, 1) ?? "-",
|
|
2730
|
+
swellWavePeriod: this.roundPrecision((N = (g = d == null ? void 0 : d.wave) == null ? void 0 : g.swell) == null ? void 0 : N.period, 1) ?? "-",
|
|
2731
|
+
swellWaveDir: (z = (H = d == null ? void 0 : d.wave) == null ? void 0 : H.swell) == null ? void 0 : z.bearing,
|
|
2732
|
+
sigWaveHeight: this.roundPrecision((k = (m = d == null ? void 0 : d.wave) == null ? void 0 : m.sig) == null ? void 0 : k.height, 1) ?? "-",
|
|
2733
|
+
sigWavePeriod: this.roundPrecision((I = (v = d == null ? void 0 : d.wave) == null ? void 0 : v.sig) == null ? void 0 : I.period, 1) ?? "-",
|
|
2734
|
+
sigWaveDir: (re = (u = d == null ? void 0 : d.wave) == null ? void 0 : u.sig) == null ? void 0 : re.bearing
|
|
2744
2735
|
});
|
|
2745
2736
|
}
|
|
2746
2737
|
this.loading.daysTable = !1;
|
|
2747
2738
|
},
|
|
2748
|
-
initHourlyTableData(
|
|
2749
|
-
var
|
|
2739
|
+
initHourlyTableData(o, e, s, n) {
|
|
2740
|
+
var b, P, L, T, O, j, Y, X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge;
|
|
2750
2741
|
this.hourlyTableData = [];
|
|
2751
|
-
const
|
|
2752
|
-
for (let
|
|
2742
|
+
const t = e || 14, p = s || this.etime, x = te(p).tz(this.positionGmt).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format();
|
|
2743
|
+
for (let f = 0; f < t * 24; f++) {
|
|
2753
2744
|
let S;
|
|
2754
|
-
if (
|
|
2755
|
-
const
|
|
2745
|
+
if (n ? S = M(x).clone().add(f, "h").format() : f < 3 * 24 ? S = M(x).clone().add(f, "h").format() : f < 7 * 24 ? f % 3 === 0 && (S = M(x).clone().add(f, "h").format()) : f % 6 === 0 && (S = M(x).clone().add(f, "h").format()), S) {
|
|
2746
|
+
const l = ((b = ve.pickHourly(o, S)) == null ? void 0 : b[0]) || {};
|
|
2756
2747
|
this.hourlyTableData.push({
|
|
2757
2748
|
localDate: this.computeMMMDDHHmmLT(S),
|
|
2758
|
-
temp: this.roundPrecision((
|
|
2759
|
-
precipSum: this.roundPrecision((
|
|
2760
|
-
visibility: this.roundPrecision((
|
|
2761
|
-
windSpeed: this.roundPrecision((
|
|
2762
|
-
windDir: (
|
|
2763
|
-
windBearing: (
|
|
2764
|
-
windBF: ((
|
|
2765
|
-
windGusts: this.roundPrecision((
|
|
2766
|
-
windWaveHeight: this.roundPrecision((
|
|
2767
|
-
windWavePeriod: this.roundPrecision((
|
|
2768
|
-
windWaveDir: (
|
|
2769
|
-
windWaveBearing: (
|
|
2770
|
-
sigWaveHeight: this.roundPrecision((
|
|
2771
|
-
sigWavePeriod: this.roundPrecision((
|
|
2772
|
-
sigWaveDir: (
|
|
2773
|
-
sigWaveBearing: (
|
|
2774
|
-
currentDir: (Ae =
|
|
2775
|
-
currentSpd: this.roundPrecision((oe =
|
|
2776
|
-
currentBearing: (
|
|
2777
|
-
seaLevel: this.roundPrecision(
|
|
2778
|
-
seaSurfaceTemp: this.roundPrecision(
|
|
2749
|
+
temp: this.roundPrecision((P = l == null ? void 0 : l.weather) == null ? void 0 : P.temp, 0) ?? "-",
|
|
2750
|
+
precipSum: this.roundPrecision((T = (L = l == null ? void 0 : l.weather) == null ? void 0 : L.precip) == null ? void 0 : T.sum, 1) ?? "-",
|
|
2751
|
+
visibility: this.roundPrecision((O = l == null ? void 0 : l.weather) == null ? void 0 : O.visibility, 1) ?? "-",
|
|
2752
|
+
windSpeed: this.roundPrecision((Y = (j = l == null ? void 0 : l.weather) == null ? void 0 : j.wind) == null ? void 0 : Y.kts, 1) ?? "-",
|
|
2753
|
+
windDir: (se = (X = l == null ? void 0 : l.weather) == null ? void 0 : X.wind) == null ? void 0 : se.direction,
|
|
2754
|
+
windBearing: (G = (ie = l == null ? void 0 : l.weather) == null ? void 0 : ie.wind) == null ? void 0 : G.bearing,
|
|
2755
|
+
windBF: ((R = (K = l == null ? void 0 : l.weather) == null ? void 0 : K.wind) == null ? void 0 : R.scale) ?? "-",
|
|
2756
|
+
windGusts: this.roundPrecision((J = (W = l == null ? void 0 : l.weather) == null ? void 0 : W.wind) == null ? void 0 : J.gusts, 1) ?? "-",
|
|
2757
|
+
windWaveHeight: this.roundPrecision((Z = (q = l == null ? void 0 : l.wave) == null ? void 0 : q.wd) == null ? void 0 : Z.height, 1) ?? "-",
|
|
2758
|
+
windWavePeriod: this.roundPrecision((_ = (V = l == null ? void 0 : l.wave) == null ? void 0 : V.wd) == null ? void 0 : _.period, 1) ?? "-",
|
|
2759
|
+
windWaveDir: (ee = ($ = l == null ? void 0 : l.wave) == null ? void 0 : $.wd) == null ? void 0 : ee.direction,
|
|
2760
|
+
windWaveBearing: (N = (g = l == null ? void 0 : l.wave) == null ? void 0 : g.wd) == null ? void 0 : N.bearing,
|
|
2761
|
+
sigWaveHeight: this.roundPrecision((z = (H = l == null ? void 0 : l.wave) == null ? void 0 : H.sig) == null ? void 0 : z.height, 1) ?? "-",
|
|
2762
|
+
sigWavePeriod: this.roundPrecision((k = (m = l == null ? void 0 : l.wave) == null ? void 0 : m.sig) == null ? void 0 : k.period, 1) ?? "-",
|
|
2763
|
+
sigWaveDir: (I = (v = l == null ? void 0 : l.wave) == null ? void 0 : v.sig) == null ? void 0 : I.direction,
|
|
2764
|
+
sigWaveBearing: (re = (u = l == null ? void 0 : l.wave) == null ? void 0 : u.wd) == null ? void 0 : re.bearing,
|
|
2765
|
+
currentDir: (Ae = l == null ? void 0 : l.current) == null ? void 0 : Ae.direction,
|
|
2766
|
+
currentSpd: this.roundPrecision((oe = l == null ? void 0 : l.current) == null ? void 0 : oe.kts, 1) ?? "-",
|
|
2767
|
+
currentBearing: (ge = (d = l == null ? void 0 : l.wave) == null ? void 0 : d.wd) == null ? void 0 : ge.bearing,
|
|
2768
|
+
seaLevel: this.roundPrecision(l == null ? void 0 : l.height, 1) ?? "-",
|
|
2769
|
+
seaSurfaceTemp: this.roundPrecision(l == null ? void 0 : l.sst, 0) ?? "-"
|
|
2779
2770
|
});
|
|
2780
2771
|
}
|
|
2781
2772
|
}
|
|
2782
2773
|
this.loading.hourlyTable = !1;
|
|
2783
2774
|
},
|
|
2784
|
-
handleSelectMonth(
|
|
2785
|
-
this.currentMonth =
|
|
2775
|
+
async handleSelectMonth(o) {
|
|
2776
|
+
this.currentMonth = o, await this.fetchSeasonalData(), this.initSeasonalEchart();
|
|
2786
2777
|
},
|
|
2787
2778
|
async handleDateRange() {
|
|
2788
|
-
const { year0:
|
|
2779
|
+
const { year0: o, month0: e, date0: s, year1: n, month1: t, date1: p } = {
|
|
2789
2780
|
year0: M(this.dateRange[0]).year(),
|
|
2790
2781
|
month0: M(this.dateRange[0]).month(),
|
|
2791
2782
|
date0: M(this.dateRange[0]).date(),
|
|
@@ -2794,17 +2785,17 @@ const Fe = (n, e) => {
|
|
|
2794
2785
|
date1: M(this.dateRange[1]).date()
|
|
2795
2786
|
};
|
|
2796
2787
|
this.dateRangeZ = [
|
|
2797
|
-
M(this.dateRangeZ[0]).set({ year:
|
|
2798
|
-
M(this.dateRangeZ[1]).set({ year:
|
|
2788
|
+
M(this.dateRangeZ[0]).set({ year: o, month: e, date: s }).utc().format(),
|
|
2789
|
+
M(this.dateRangeZ[1]).set({ year: n, month: t, date: p }).utc().format()
|
|
2799
2790
|
];
|
|
2800
|
-
const
|
|
2801
|
-
await this.fetchHistoryMeteo(
|
|
2791
|
+
const x = M(this.dateRangeZ[1]).diff(M(this.dateRangeZ[0]), "d", !0) + 1;
|
|
2792
|
+
await this.fetchHistoryMeteo(x), this.handleMeteogramData14(this.meteoData, x, this.dateRangeZ[0]), this.initHourlyTableData(this.meteoData, x, this.dateRangeZ[0]);
|
|
2802
2793
|
},
|
|
2803
|
-
handlePickDate(
|
|
2804
|
-
|
|
2794
|
+
handlePickDate(o) {
|
|
2795
|
+
o[1] ? this.selectDate = null : this.selectDate = o[0].getTime();
|
|
2805
2796
|
}
|
|
2806
2797
|
}
|
|
2807
|
-
}, Ye = { class: "spot-report" }, je = { class: "search-header-box" }, Ke = { class: "search-header-box-inner flex-between" }, Ue = { class: "search-box flex-start" },
|
|
2798
|
+
}, Ye = { class: "spot-report" }, je = { class: "search-header-box" }, Ke = { class: "search-header-box-inner flex-between" }, Ue = { class: "search-box flex-start" }, Xe = { class: "menu-box flex-end" }, Re = { class: "content-box" }, We = { class: "title-section flex-between" }, Je = { class: "main-title" }, qe = { class: "sub-title" }, Ze = { key: 0 }, Ve = { class: "flex-end" }, _e = {
|
|
2808
2799
|
key: 0,
|
|
2809
2800
|
class: "meteogram-echart-section"
|
|
2810
2801
|
}, $e = {
|
|
@@ -2836,7 +2827,7 @@ const Fe = (n, e) => {
|
|
|
2836
2827
|
}, ht = {
|
|
2837
2828
|
key: 0,
|
|
2838
2829
|
class: "card"
|
|
2839
|
-
}, dt = { class: "date" }, gt = { class: "basic-table" }, ct = { class: "day" }, wt = { class: "hour" }, pt = { class: "icon" }, mt = ["src"], ut = { class: "text" }, ft = { class: "text" },
|
|
2830
|
+
}, dt = { class: "date" }, gt = { class: "basic-table" }, ct = { class: "day" }, wt = { class: "hour" }, pt = { class: "icon" }, mt = ["src"], ut = { class: "text" }, ft = { class: "text" }, Dt = { class: "text" }, yt = { class: "text" }, Bt = { class: "text" }, xt = { class: "text" }, vt = { key: 1 }, Ct = { class: "text" }, It = { class: "text" }, bt = { class: "wave-current-table" }, Et = { class: "text" }, Qt = { class: "text" }, Mt = { key: 1 }, Lt = { class: "text" }, zt = { class: "text" }, Ht = { class: "text" }, kt = { key: 1 }, Pt = { class: "text" }, Nt = { class: "text" }, Tt = { class: "text" }, Gt = { key: 1 }, St = { class: "text" }, Ft = { class: "sea-table" }, Ot = { class: "text" }, Yt = { class: "text" }, jt = {
|
|
2840
2831
|
key: 1,
|
|
2841
2832
|
class: "card card-loading flex-center"
|
|
2842
2833
|
}, Kt = {
|
|
@@ -2845,10 +2836,10 @@ const Fe = (n, e) => {
|
|
|
2845
2836
|
}, Ut = {
|
|
2846
2837
|
key: 3,
|
|
2847
2838
|
class: "days-table-section"
|
|
2848
|
-
},
|
|
2839
|
+
}, Xt = {
|
|
2849
2840
|
key: 0,
|
|
2850
2841
|
class: "card"
|
|
2851
|
-
},
|
|
2842
|
+
}, Rt = { class: "conditions-table" }, Wt = {
|
|
2852
2843
|
rowspan: "1",
|
|
2853
2844
|
colspan: "1",
|
|
2854
2845
|
class: "tr-title font-gray",
|
|
@@ -2929,12 +2920,12 @@ const Fe = (n, e) => {
|
|
|
2929
2920
|
rowspan: "1",
|
|
2930
2921
|
colspan: "1",
|
|
2931
2922
|
class: "border"
|
|
2932
|
-
},
|
|
2923
|
+
}, Ds = {
|
|
2933
2924
|
rowspan: "1",
|
|
2934
2925
|
colspan: "1",
|
|
2935
2926
|
class: "border",
|
|
2936
2927
|
style: { "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
2937
|
-
},
|
|
2928
|
+
}, ys = { key: 1 }, Bs = {
|
|
2938
2929
|
rowspan: "1",
|
|
2939
2930
|
colspan: "1",
|
|
2940
2931
|
class: "border"
|
|
@@ -3004,7 +2995,7 @@ const Fe = (n, e) => {
|
|
|
3004
2995
|
}, Ys = {
|
|
3005
2996
|
class: "echart-box",
|
|
3006
2997
|
style: {}
|
|
3007
|
-
}, js = { style: { cursor: "pointer" } }, Ks = { style: { padding: "3px 0 0 5px", cursor: "pointer" } }, Us = { class: "months-select-box" },
|
|
2998
|
+
}, js = { style: { cursor: "pointer" } }, Ks = { style: { padding: "3px 0 0 5px", cursor: "pointer" } }, Us = { class: "months-select-box" }, Xs = { class: "bg-select" }, Rs = ["onClick"], Ws = { class: "flex-col-start-start right-bar" }, Js = {
|
|
3008
2999
|
class: "",
|
|
3009
3000
|
style: { "font-size": "16px", "font-weight": "bold", "margin-bottom": "20px" }
|
|
3010
3001
|
}, qs = { class: "text" }, Zs = { class: "text" }, Vs = { class: "text" }, _s = { class: "text" }, $s = { class: "text" }, ea = { class: "text" }, ta = { class: "text" }, sa = { class: "text" }, aa = { class: "text" }, ia = { class: "text" }, oa = { class: "text" }, na = { class: "text" }, ra = {
|
|
@@ -3014,14 +3005,14 @@ const Fe = (n, e) => {
|
|
|
3014
3005
|
key: 2,
|
|
3015
3006
|
class: "card flex-center"
|
|
3016
3007
|
};
|
|
3017
|
-
function la(
|
|
3018
|
-
var
|
|
3019
|
-
const
|
|
3008
|
+
function la(o, e, s, n, t, p) {
|
|
3009
|
+
var X, se, ie, G, K, R, W, J, q, Z, V, _, $, ee, g, N, H, z, m, k, v, I, u, re, Ae, oe, d, ge, f, S, l, U, F, E, Q, h, D, le, ae, he, pe, y, me, B;
|
|
3010
|
+
const x = xe("ElOption"), b = xe("ElSelect"), P = xe("ElTooltip"), L = xe("Calendar"), T = xe("el-icon"), O = xe("ArrowRightBold"), j = xe("ElIcon"), Y = xe("el-date-picker");
|
|
3020
3011
|
return r(), A("div", Ye, [
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3012
|
+
a("div", je, [
|
|
3013
|
+
a("div", Ke, [
|
|
3014
|
+
a("div", Ue, [
|
|
3015
|
+
ye(b, {
|
|
3025
3016
|
modelValue: t.searchName,
|
|
3026
3017
|
"onUpdate:modelValue": e[0] || (e[0] = (i) => t.searchName = i),
|
|
3027
3018
|
filterable: "",
|
|
@@ -3031,13 +3022,13 @@ function la(n, e, a, l, t, w) {
|
|
|
3031
3022
|
placeholder: t.placeholder,
|
|
3032
3023
|
autocomplete: "",
|
|
3033
3024
|
"remote-show-suffix": "",
|
|
3034
|
-
"remote-method":
|
|
3025
|
+
"remote-method": p.fetchSuggestPosition,
|
|
3035
3026
|
onFocus: e[1] || (e[1] = (i) => t.placeholder = ""),
|
|
3036
3027
|
onBlur: e[2] || (e[2] = (i) => t.placeholder = "search for port name or coordinates"),
|
|
3037
|
-
onChange:
|
|
3028
|
+
onChange: p.handleSearch
|
|
3038
3029
|
}, {
|
|
3039
3030
|
default: be(() => [
|
|
3040
|
-
(r(!0), A(
|
|
3031
|
+
(r(!0), A(ce, null, we(t.positionList, (i) => (r(), Se(x, {
|
|
3041
3032
|
key: i.name,
|
|
3042
3033
|
label: i.name,
|
|
3043
3034
|
value: i.name
|
|
@@ -3046,38 +3037,38 @@ function la(n, e, a, l, t, w) {
|
|
|
3046
3037
|
_: 1
|
|
3047
3038
|
}, 8, ["modelValue", "placeholder", "remote-method", "onChange"])
|
|
3048
3039
|
]),
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
class: de(["item flex-center", t.menuIndex === 4 ? "active" : ""]),
|
|
3052
|
-
onClick: e[3] || (e[3] = (i) => t.menuIndex = 4)
|
|
3053
|
-
}, "History", 2),
|
|
3054
|
-
s("div", {
|
|
3040
|
+
a("div", Xe, [
|
|
3041
|
+
a("div", {
|
|
3055
3042
|
class: de(["item flex-center", t.menuIndex === 1 ? "active" : ""]),
|
|
3056
|
-
onClick: e[
|
|
3057
|
-
}, "
|
|
3058
|
-
|
|
3043
|
+
onClick: e[3] || (e[3] = (i) => t.menuIndex = 1)
|
|
3044
|
+
}, "History", 2),
|
|
3045
|
+
a("div", {
|
|
3059
3046
|
class: de(["item flex-center", t.menuIndex === 2 ? "active" : ""]),
|
|
3060
|
-
onClick: e[
|
|
3061
|
-
}, "
|
|
3062
|
-
|
|
3047
|
+
onClick: e[4] || (e[4] = (i) => t.menuIndex = 2)
|
|
3048
|
+
}, "7-Day Forecast", 2),
|
|
3049
|
+
a("div", {
|
|
3063
3050
|
class: de(["item flex-center", t.menuIndex === 3 ? "active" : ""]),
|
|
3064
|
-
onClick: e[
|
|
3051
|
+
onClick: e[5] || (e[5] = (i) => t.menuIndex = 3)
|
|
3052
|
+
}, "14-Day Forecast", 2),
|
|
3053
|
+
a("div", {
|
|
3054
|
+
class: de(["item flex-center", t.menuIndex === 4 ? "active" : ""]),
|
|
3055
|
+
onClick: e[6] || (e[6] = (i) => t.menuIndex = 4)
|
|
3065
3056
|
}, "Seasonal Forecast", 2)
|
|
3066
3057
|
])
|
|
3067
3058
|
])
|
|
3068
3059
|
]),
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
(ie = t.position) != null && ie.portId ? (r(), A("span", Ze, ", " + c(
|
|
3076
|
-
|
|
3060
|
+
a("div", Re, [
|
|
3061
|
+
a("div", We, [
|
|
3062
|
+
a("div", null, [
|
|
3063
|
+
a("div", Je, c(t.menuIndex === 4 ? "Seasonal" : "") + " Weather forecast for " + c(((X = t.position) == null ? void 0 : X.name) || "-") + " ( UTC" + c(t.positionOffset) + " )", 1),
|
|
3064
|
+
a("div", qe, [
|
|
3065
|
+
ne(" At " + c((se = t.position) != null && se.portId ? "port" : "coordinates"), 1),
|
|
3066
|
+
(ie = t.position) != null && ie.portId ? (r(), A("span", Ze, ", " + c(p.computeLat(t.position.lat)) + ", " + c(p.computeLng(t.position.lng)), 1)) : Be("", !0),
|
|
3067
|
+
ne(", issued " + c(t.issuedDate), 1)
|
|
3077
3068
|
])
|
|
3078
3069
|
]),
|
|
3079
|
-
|
|
3080
|
-
|
|
3070
|
+
a("div", Ve, [
|
|
3071
|
+
ye(P, {
|
|
3081
3072
|
placement: "left",
|
|
3082
3073
|
effect: "light",
|
|
3083
3074
|
content: t.followItem ? "Remove the Port/Coordinate from My Follows" : "Add the Port/Coordinate to My Follows",
|
|
@@ -3087,48 +3078,48 @@ function la(n, e, a, l, t, w) {
|
|
|
3087
3078
|
t.followItem ? (r(), A("span", {
|
|
3088
3079
|
key: 0,
|
|
3089
3080
|
class: "iconfont icon active",
|
|
3090
|
-
onClick: e[7] || (e[7] = (...i) =>
|
|
3081
|
+
onClick: e[7] || (e[7] = (...i) => p.handleFollow && p.handleFollow(...i))
|
|
3091
3082
|
}, "")) : (r(), A("span", {
|
|
3092
3083
|
key: 1,
|
|
3093
3084
|
class: "iconfont icon",
|
|
3094
|
-
onClick: e[8] || (e[8] = (...i) =>
|
|
3085
|
+
onClick: e[8] || (e[8] = (...i) => p.handleFollow && p.handleFollow(...i))
|
|
3095
3086
|
}, ""))
|
|
3096
3087
|
]),
|
|
3097
3088
|
_: 1
|
|
3098
3089
|
}, 8, ["content"])
|
|
3099
3090
|
])
|
|
3100
3091
|
]),
|
|
3101
|
-
t.menuIndex === 1 || t.menuIndex === 2 || t.menuIndex ===
|
|
3102
|
-
(G = t.position) != null && G.name &&
|
|
3103
|
-
|
|
3104
|
-
e[12] || (e[12] =
|
|
3105
|
-
Me(
|
|
3092
|
+
t.menuIndex === 1 || t.menuIndex === 2 || t.menuIndex === 3 ? (r(), A("div", _e, [
|
|
3093
|
+
(G = t.position) != null && G.name && s.token && !((K = t.loading) != null && K.meteogramEchart) ? (r(), A("div", $e, [
|
|
3094
|
+
a("div", et, [
|
|
3095
|
+
e[12] || (e[12] = a("div", { style: { "margin-right": "20px" } }, "Meteogram", -1)),
|
|
3096
|
+
Me(a("div", {
|
|
3106
3097
|
id: "history-date-title",
|
|
3107
3098
|
class: "flex-space",
|
|
3108
3099
|
style: { cursor: "pointer" },
|
|
3109
|
-
onClick: e[9] || (e[9] = (i) => t.
|
|
3100
|
+
onClick: e[9] || (e[9] = (i) => t.meteoData.showDateSelect = !t.meteoData.showDateSelect)
|
|
3110
3101
|
}, [
|
|
3111
|
-
|
|
3102
|
+
ye(T, {
|
|
3112
3103
|
size: "16",
|
|
3113
3104
|
style: { "margin-right": "10px" }
|
|
3114
3105
|
}, {
|
|
3115
3106
|
default: be(() => [
|
|
3116
|
-
|
|
3107
|
+
ye(L)
|
|
3117
3108
|
]),
|
|
3118
3109
|
_: 1
|
|
3119
3110
|
}),
|
|
3120
|
-
|
|
3121
|
-
|
|
3111
|
+
a("span", tt, c(p.computeMMMDDyyyyLT(t.dateRangeZ[0])) + " ~ " + c(p.computeMMMDDyyyyLT(t.dateRangeZ[1])), 1),
|
|
3112
|
+
ye(j, { size: "16" }, {
|
|
3122
3113
|
default: be(() => [
|
|
3123
|
-
|
|
3114
|
+
ye(O)
|
|
3124
3115
|
]),
|
|
3125
3116
|
_: 1
|
|
3126
3117
|
})
|
|
3127
3118
|
], 512), [
|
|
3128
|
-
[Le, t.menuIndex ===
|
|
3119
|
+
[Le, t.menuIndex === 1]
|
|
3129
3120
|
]),
|
|
3130
|
-
Me(
|
|
3131
|
-
|
|
3121
|
+
Me(a("div", st, [
|
|
3122
|
+
ye(Y, {
|
|
3132
3123
|
modelValue: t.dateRange,
|
|
3133
3124
|
"onUpdate:modelValue": e[10] || (e[10] = (i) => t.dateRange = i),
|
|
3134
3125
|
type: "daterange",
|
|
@@ -3137,86 +3128,86 @@ function la(n, e, a, l, t, w) {
|
|
|
3137
3128
|
"end-placeholder": "End date",
|
|
3138
3129
|
shortcuts: t.datePickerOptions.shortcuts,
|
|
3139
3130
|
disabledDate: t.datePickerOptions.disabledDate,
|
|
3140
|
-
onCalendarChange:
|
|
3141
|
-
onChange:
|
|
3131
|
+
onCalendarChange: p.handlePickDate,
|
|
3132
|
+
onChange: p.handleDateRange
|
|
3142
3133
|
}, null, 8, ["modelValue", "shortcuts", "disabledDate", "onCalendarChange", "onChange"])
|
|
3143
3134
|
], 512), [
|
|
3144
|
-
[Le, ((
|
|
3135
|
+
[Le, ((R = t.meteoData) == null ? void 0 : R.showDateSelect) && t.menuIndex === 1]
|
|
3145
3136
|
])
|
|
3146
3137
|
]),
|
|
3147
|
-
e[13] || (e[13] =
|
|
3148
|
-
e[14] || (e[14] =
|
|
3149
|
-
e[15] || (e[15] =
|
|
3138
|
+
e[13] || (e[13] = a("div", { id: "weather-icons" }, null, -1)),
|
|
3139
|
+
e[14] || (e[14] = a("div", { id: "weather-condition" }, null, -1)),
|
|
3140
|
+
e[15] || (e[15] = a("div", { id: "wave-swell" }, null, -1))
|
|
3150
3141
|
])) : (W = t.loading) != null && W.meteogramEchart ? (r(), A("div", at, e[16] || (e[16] = [
|
|
3151
|
-
|
|
3142
|
+
a("img", {
|
|
3152
3143
|
style: { height: "200px" },
|
|
3153
3144
|
src: Ee
|
|
3154
3145
|
}, null, -1)
|
|
3155
3146
|
]))) : (r(), A("div", it, "No Data"))
|
|
3156
3147
|
])) : Be("", !0),
|
|
3157
|
-
t.menuIndex ===
|
|
3158
|
-
(J = t.position) != null && J.name &&
|
|
3159
|
-
|
|
3148
|
+
t.menuIndex === 2 ? (r(), A("div", ot, [
|
|
3149
|
+
(J = t.position) != null && J.name && s.token && !((q = t.loading) != null && q.weatherEchart) ? (r(), A("div", nt)) : (Z = t.loading) != null && Z.weatherEchart ? (r(), A("div", rt, e[17] || (e[17] = [
|
|
3150
|
+
a("img", {
|
|
3160
3151
|
style: { height: "200px" },
|
|
3161
3152
|
src: Ee
|
|
3162
3153
|
}, null, -1)
|
|
3163
3154
|
]))) : (r(), A("div", At, "No Data"))
|
|
3164
3155
|
])) : Be("", !0),
|
|
3165
|
-
t.menuIndex ===
|
|
3166
|
-
(V = t.position) != null && V.name &&
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
e[18] || (e[18] =
|
|
3156
|
+
t.menuIndex === 2 ? (r(), A("div", lt, [
|
|
3157
|
+
(V = t.position) != null && V.name && s.token && !((_ = t.loading) != null && _.hoursTable) ? (r(), A("div", ht, [
|
|
3158
|
+
a("div", dt, c(t.pickedWeek) + " " + c(p.computeMMMDDLT(t.pickedDate)), 1),
|
|
3159
|
+
a("table", gt, [
|
|
3160
|
+
a("tr", ct, [
|
|
3161
|
+
e[18] || (e[18] = a("th", {
|
|
3171
3162
|
rowspan: "1",
|
|
3172
3163
|
colspan: "1",
|
|
3173
3164
|
class: "td-title"
|
|
3174
3165
|
}, [
|
|
3175
|
-
|
|
3176
|
-
|
|
3166
|
+
ne("Local time"),
|
|
3167
|
+
a("span", { class: "unit" }, "(LT)")
|
|
3177
3168
|
], -1)),
|
|
3178
|
-
(r(!0), A(
|
|
3169
|
+
(r(!0), A(ce, null, we(t.hoursTableData.hours, (i, w) => (r(), A("th", {
|
|
3179
3170
|
key: i + "local",
|
|
3180
3171
|
rowspan: "1",
|
|
3181
3172
|
colspan: "1",
|
|
3182
|
-
class: de(t.activeIndex ===
|
|
3183
|
-
}, c(
|
|
3173
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3174
|
+
}, c(p.computeHourLT(i)), 3))), 128))
|
|
3184
3175
|
]),
|
|
3185
|
-
|
|
3186
|
-
e[19] || (e[19] =
|
|
3176
|
+
a("tr", wt, [
|
|
3177
|
+
e[19] || (e[19] = a("th", {
|
|
3187
3178
|
rowspan: "1",
|
|
3188
3179
|
colspan: "1",
|
|
3189
3180
|
class: "td-title"
|
|
3190
3181
|
}, [
|
|
3191
|
-
|
|
3192
|
-
|
|
3182
|
+
ne("UTC"),
|
|
3183
|
+
a("span", { class: "unit" })
|
|
3193
3184
|
], -1)),
|
|
3194
|
-
(r(!0), A(
|
|
3185
|
+
(r(!0), A(ce, null, we(t.hoursTableData.hours, (i, w) => (r(), A("th", {
|
|
3195
3186
|
key: i + "z",
|
|
3196
3187
|
rowspan: "1",
|
|
3197
3188
|
colspan: "1",
|
|
3198
|
-
class: de(t.activeIndex ===
|
|
3199
|
-
}, c(
|
|
3189
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3190
|
+
}, c(p.computeHourZ(i)), 3))), 128))
|
|
3200
3191
|
]),
|
|
3201
|
-
|
|
3202
|
-
e[20] || (e[20] =
|
|
3192
|
+
a("tr", pt, [
|
|
3193
|
+
e[20] || (e[20] = a("td", {
|
|
3203
3194
|
rowspan: "1",
|
|
3204
3195
|
colspan: "1",
|
|
3205
3196
|
class: "td-title"
|
|
3206
3197
|
}, [
|
|
3207
|
-
|
|
3208
|
-
|
|
3198
|
+
ne("Weather"),
|
|
3199
|
+
a("span", { class: "unit" })
|
|
3209
3200
|
], -1)),
|
|
3210
|
-
(r(!0), A(
|
|
3201
|
+
(r(!0), A(ce, null, we(t.hoursTableData.weatherUrls, (i, w) => (r(), A("td", {
|
|
3211
3202
|
key: i + "url",
|
|
3212
3203
|
rowspan: "1",
|
|
3213
3204
|
colspan: "1",
|
|
3214
|
-
class: de(t.activeIndex ===
|
|
3205
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3215
3206
|
}, [
|
|
3216
|
-
|
|
3207
|
+
ye(P, {
|
|
3217
3208
|
placement: "top",
|
|
3218
3209
|
effect: "light",
|
|
3219
|
-
content: t.hoursTableData.weatherNames[
|
|
3210
|
+
content: t.hoursTableData.weatherNames[w],
|
|
3220
3211
|
"show-after": 500
|
|
3221
3212
|
}, {
|
|
3222
3213
|
default: be(() => [
|
|
@@ -3230,455 +3221,455 @@ function la(n, e, a, l, t, w) {
|
|
|
3230
3221
|
}, 1032, ["content"])
|
|
3231
3222
|
], 2))), 128))
|
|
3232
3223
|
]),
|
|
3233
|
-
|
|
3234
|
-
e[21] || (e[21] =
|
|
3224
|
+
a("tr", ut, [
|
|
3225
|
+
e[21] || (e[21] = a("td", {
|
|
3235
3226
|
rowspan: "1",
|
|
3236
3227
|
colspan: "1",
|
|
3237
3228
|
class: "td-title"
|
|
3238
3229
|
}, [
|
|
3239
|
-
|
|
3240
|
-
|
|
3230
|
+
ne("Temperature"),
|
|
3231
|
+
a("span", { class: "unit" }, "°C")
|
|
3241
3232
|
], -1)),
|
|
3242
|
-
(r(!0), A(
|
|
3233
|
+
(r(!0), A(ce, null, we(t.hoursTableData.temp, (i, w) => (r(), A("td", {
|
|
3243
3234
|
key: Math.random() + i,
|
|
3244
3235
|
rowspan: "1",
|
|
3245
3236
|
colspan: "1",
|
|
3246
|
-
class: de(t.activeIndex ===
|
|
3237
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3247
3238
|
}, c(i), 3))), 128))
|
|
3248
3239
|
]),
|
|
3249
|
-
|
|
3250
|
-
e[22] || (e[22] =
|
|
3240
|
+
a("tr", ft, [
|
|
3241
|
+
e[22] || (e[22] = a("td", {
|
|
3251
3242
|
rowspan: "1",
|
|
3252
3243
|
colspan: "1",
|
|
3253
3244
|
class: "td-title"
|
|
3254
3245
|
}, [
|
|
3255
|
-
|
|
3256
|
-
|
|
3246
|
+
ne("Precipitation Probability"),
|
|
3247
|
+
a("span", { class: "unit" }, "%")
|
|
3257
3248
|
], -1)),
|
|
3258
|
-
(r(!0), A(
|
|
3249
|
+
(r(!0), A(ce, null, we(t.hoursTableData.precipProbability, (i, w) => (r(), A("td", {
|
|
3259
3250
|
key: Math.random() + i,
|
|
3260
3251
|
rowspan: "1",
|
|
3261
3252
|
colspan: "1",
|
|
3262
|
-
class: de(t.activeIndex ===
|
|
3253
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3263
3254
|
}, c(i), 3))), 128))
|
|
3264
3255
|
]),
|
|
3265
|
-
|
|
3266
|
-
e[23] || (e[23] =
|
|
3256
|
+
a("tr", Dt, [
|
|
3257
|
+
e[23] || (e[23] = a("td", {
|
|
3267
3258
|
rowspan: "1",
|
|
3268
3259
|
colspan: "1",
|
|
3269
3260
|
class: "td-title"
|
|
3270
3261
|
}, [
|
|
3271
|
-
|
|
3272
|
-
|
|
3262
|
+
ne("Precipitation 1h"),
|
|
3263
|
+
a("span", { class: "unit" }, "mm")
|
|
3273
3264
|
], -1)),
|
|
3274
|
-
(r(!0), A(
|
|
3265
|
+
(r(!0), A(ce, null, we(t.hoursTableData.precip1h, (i, w) => (r(), A("td", {
|
|
3275
3266
|
key: Math.random() + i,
|
|
3276
3267
|
rowspan: "1",
|
|
3277
3268
|
colspan: "1",
|
|
3278
|
-
class: de(t.activeIndex ===
|
|
3269
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3279
3270
|
}, c(i), 3))), 128))
|
|
3280
3271
|
]),
|
|
3281
|
-
|
|
3282
|
-
e[24] || (e[24] =
|
|
3272
|
+
a("tr", yt, [
|
|
3273
|
+
e[24] || (e[24] = a("td", {
|
|
3283
3274
|
rowspan: "1",
|
|
3284
3275
|
colspan: "1",
|
|
3285
3276
|
class: "td-title"
|
|
3286
3277
|
}, [
|
|
3287
|
-
|
|
3288
|
-
|
|
3278
|
+
ne("Visibility"),
|
|
3279
|
+
a("span", { class: "unit" }, "nm")
|
|
3289
3280
|
], -1)),
|
|
3290
|
-
(r(!0), A(
|
|
3281
|
+
(r(!0), A(ce, null, we(t.hoursTableData.visibility, (i, w) => (r(), A("td", {
|
|
3291
3282
|
key: Math.random() + i,
|
|
3292
3283
|
rowspan: "1",
|
|
3293
3284
|
colspan: "1",
|
|
3294
|
-
class: de(t.activeIndex ===
|
|
3285
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3295
3286
|
}, c(i), 3))), 128))
|
|
3296
3287
|
]),
|
|
3297
|
-
|
|
3298
|
-
e[25] || (e[25] =
|
|
3288
|
+
a("tr", Bt, [
|
|
3289
|
+
e[25] || (e[25] = a("td", {
|
|
3299
3290
|
rowspan: "1",
|
|
3300
3291
|
colspan: "1",
|
|
3301
3292
|
class: "td-title"
|
|
3302
3293
|
}, [
|
|
3303
|
-
|
|
3304
|
-
|
|
3294
|
+
ne("Relative Humidity"),
|
|
3295
|
+
a("span", { class: "unit" }, "%")
|
|
3305
3296
|
], -1)),
|
|
3306
|
-
(r(!0), A(
|
|
3297
|
+
(r(!0), A(ce, null, we(t.hoursTableData.humidity, (i, w) => (r(), A("td", {
|
|
3307
3298
|
key: Math.random() + i,
|
|
3308
3299
|
rowspan: "1",
|
|
3309
3300
|
colspan: "1",
|
|
3310
|
-
class: de(t.activeIndex ===
|
|
3301
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3311
3302
|
}, c(i), 3))), 128))
|
|
3312
3303
|
]),
|
|
3313
|
-
|
|
3314
|
-
e[26] || (e[26] =
|
|
3304
|
+
a("tr", xt, [
|
|
3305
|
+
e[26] || (e[26] = a("td", {
|
|
3315
3306
|
rowspan: "1",
|
|
3316
3307
|
colspan: "1",
|
|
3317
3308
|
class: "td-title"
|
|
3318
3309
|
}, [
|
|
3319
|
-
|
|
3320
|
-
|
|
3310
|
+
ne("Wind direction"),
|
|
3311
|
+
a("span", { class: "unit" })
|
|
3321
3312
|
], -1)),
|
|
3322
|
-
(r(!0), A(
|
|
3313
|
+
(r(!0), A(ce, null, we(t.hoursTableData.windDir, (i, w) => (r(), A("td", {
|
|
3323
3314
|
key: Math.random() + i,
|
|
3324
3315
|
rowspan: "1",
|
|
3325
3316
|
colspan: "1",
|
|
3326
|
-
class: de(t.activeIndex ===
|
|
3317
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3327
3318
|
}, [
|
|
3328
3319
|
isNaN(i) ? (r(), A("span", vt, "-")) : (r(), A("span", {
|
|
3329
3320
|
key: 0,
|
|
3330
3321
|
class: "iconfont icon",
|
|
3331
|
-
style:
|
|
3322
|
+
style: De({ display: "inline-block", transform: `rotate(${i}deg)` })
|
|
3332
3323
|
}, "", 4))
|
|
3333
3324
|
], 2))), 128))
|
|
3334
3325
|
]),
|
|
3335
|
-
|
|
3336
|
-
e[27] || (e[27] =
|
|
3326
|
+
a("tr", Ct, [
|
|
3327
|
+
e[27] || (e[27] = a("td", {
|
|
3337
3328
|
rowspan: "1",
|
|
3338
3329
|
colspan: "1",
|
|
3339
3330
|
class: "td-title"
|
|
3340
3331
|
}, [
|
|
3341
|
-
|
|
3342
|
-
|
|
3332
|
+
ne("Wind speed"),
|
|
3333
|
+
a("span", { class: "unit" }, "kts")
|
|
3343
3334
|
], -1)),
|
|
3344
|
-
(r(!0), A(
|
|
3335
|
+
(r(!0), A(ce, null, we(t.hoursTableData.windSpeed, (i, w) => (r(), A("td", {
|
|
3345
3336
|
key: Math.random() + i,
|
|
3346
3337
|
rowspan: "1",
|
|
3347
3338
|
colspan: "1",
|
|
3348
|
-
class: de(t.activeIndex ===
|
|
3339
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3349
3340
|
}, c(i), 3))), 128))
|
|
3350
3341
|
]),
|
|
3351
|
-
|
|
3352
|
-
e[28] || (e[28] =
|
|
3342
|
+
a("tr", It, [
|
|
3343
|
+
e[28] || (e[28] = a("td", {
|
|
3353
3344
|
rowspan: "1",
|
|
3354
3345
|
colspan: "1",
|
|
3355
3346
|
class: "td-title"
|
|
3356
3347
|
}, [
|
|
3357
|
-
|
|
3358
|
-
|
|
3348
|
+
ne("Wind gust"),
|
|
3349
|
+
a("span", { class: "unit" }, "kts")
|
|
3359
3350
|
], -1)),
|
|
3360
|
-
(r(!0), A(
|
|
3351
|
+
(r(!0), A(ce, null, we(t.hoursTableData.windGust, (i, w) => (r(), A("td", {
|
|
3361
3352
|
key: Math.random() + i,
|
|
3362
3353
|
rowspan: "1",
|
|
3363
3354
|
colspan: "1",
|
|
3364
|
-
class: de(t.activeIndex ===
|
|
3355
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3365
3356
|
}, c(i), 3))), 128))
|
|
3366
3357
|
])
|
|
3367
3358
|
]),
|
|
3368
|
-
e[40] || (e[40] =
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
e[29] || (e[29] =
|
|
3359
|
+
e[40] || (e[40] = a("div", { style: { "text-align": "center", padding: "3px" } }, null, -1)),
|
|
3360
|
+
a("table", bt, [
|
|
3361
|
+
a("tr", Et, [
|
|
3362
|
+
e[29] || (e[29] = a("td", {
|
|
3372
3363
|
rowspan: "1",
|
|
3373
3364
|
colspan: "1",
|
|
3374
3365
|
class: "td-title"
|
|
3375
3366
|
}, [
|
|
3376
|
-
|
|
3377
|
-
|
|
3367
|
+
ne("Wind wave height"),
|
|
3368
|
+
a("span", { class: "unit" }, "m")
|
|
3378
3369
|
], -1)),
|
|
3379
|
-
(r(!0), A(
|
|
3370
|
+
(r(!0), A(ce, null, we(t.hoursTableData.windwaveHeight, (i, w) => (r(), A("td", {
|
|
3380
3371
|
key: Math.random() + i,
|
|
3381
3372
|
rowspan: "1",
|
|
3382
3373
|
colspan: "1",
|
|
3383
|
-
class: de(t.activeIndex ===
|
|
3374
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3384
3375
|
}, c(i), 3))), 128))
|
|
3385
3376
|
]),
|
|
3386
|
-
|
|
3387
|
-
e[30] || (e[30] =
|
|
3377
|
+
a("tr", Qt, [
|
|
3378
|
+
e[30] || (e[30] = a("td", {
|
|
3388
3379
|
rowspan: "1",
|
|
3389
3380
|
colspan: "1",
|
|
3390
3381
|
class: "td-title"
|
|
3391
3382
|
}, [
|
|
3392
|
-
|
|
3393
|
-
|
|
3383
|
+
ne("Wind wave direction"),
|
|
3384
|
+
a("span", { class: "unit" })
|
|
3394
3385
|
], -1)),
|
|
3395
|
-
(r(!0), A(
|
|
3386
|
+
(r(!0), A(ce, null, we(t.hoursTableData.windwaveDir, (i, w) => (r(), A("td", {
|
|
3396
3387
|
key: Math.random() + i,
|
|
3397
3388
|
rowspan: "1",
|
|
3398
3389
|
colspan: "1",
|
|
3399
|
-
class: de(t.activeIndex ===
|
|
3390
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3400
3391
|
}, [
|
|
3401
3392
|
isNaN(i) ? (r(), A("span", Mt, "-")) : (r(), A("span", {
|
|
3402
3393
|
key: 0,
|
|
3403
3394
|
class: "iconfont icon",
|
|
3404
|
-
style:
|
|
3395
|
+
style: De({ display: "inline-block", transform: `rotate(${i}deg)` })
|
|
3405
3396
|
}, "", 4))
|
|
3406
3397
|
], 2))), 128))
|
|
3407
3398
|
]),
|
|
3408
|
-
|
|
3409
|
-
e[31] || (e[31] =
|
|
3399
|
+
a("tr", Lt, [
|
|
3400
|
+
e[31] || (e[31] = a("td", {
|
|
3410
3401
|
rowspan: "1",
|
|
3411
3402
|
colspan: "1",
|
|
3412
3403
|
class: "td-title"
|
|
3413
3404
|
}, [
|
|
3414
|
-
|
|
3415
|
-
|
|
3405
|
+
ne("Wind wave period"),
|
|
3406
|
+
a("span", { class: "unit" }, "s")
|
|
3416
3407
|
], -1)),
|
|
3417
|
-
(r(!0), A(
|
|
3408
|
+
(r(!0), A(ce, null, we(t.hoursTableData.windwavePeriod, (i, w) => (r(), A("td", {
|
|
3418
3409
|
key: Math.random() + i,
|
|
3419
3410
|
rowspan: "1",
|
|
3420
3411
|
colspan: "1",
|
|
3421
|
-
class: de(t.activeIndex ===
|
|
3412
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3422
3413
|
}, c(i), 3))), 128))
|
|
3423
3414
|
]),
|
|
3424
|
-
|
|
3425
|
-
e[32] || (e[32] =
|
|
3415
|
+
a("tr", zt, [
|
|
3416
|
+
e[32] || (e[32] = a("td", {
|
|
3426
3417
|
rowspan: "1",
|
|
3427
3418
|
colspan: "1",
|
|
3428
3419
|
class: "td-title"
|
|
3429
3420
|
}, [
|
|
3430
|
-
|
|
3431
|
-
|
|
3421
|
+
ne("Swell height"),
|
|
3422
|
+
a("span", { class: "unit" }, "m")
|
|
3432
3423
|
], -1)),
|
|
3433
|
-
(r(!0), A(
|
|
3424
|
+
(r(!0), A(ce, null, we(t.hoursTableData.swellHeight, (i, w) => (r(), A("td", {
|
|
3434
3425
|
key: Math.random() + i,
|
|
3435
3426
|
rowspan: "1",
|
|
3436
3427
|
colspan: "1",
|
|
3437
|
-
class: de(t.activeIndex ===
|
|
3428
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3438
3429
|
}, c(i), 3))), 128))
|
|
3439
3430
|
]),
|
|
3440
|
-
|
|
3441
|
-
e[33] || (e[33] =
|
|
3431
|
+
a("tr", Ht, [
|
|
3432
|
+
e[33] || (e[33] = a("td", {
|
|
3442
3433
|
rowspan: "1",
|
|
3443
3434
|
colspan: "1",
|
|
3444
3435
|
class: "td-title"
|
|
3445
3436
|
}, [
|
|
3446
|
-
|
|
3447
|
-
|
|
3437
|
+
ne("Swell direction"),
|
|
3438
|
+
a("span", { class: "unit" })
|
|
3448
3439
|
], -1)),
|
|
3449
|
-
(r(!0), A(
|
|
3440
|
+
(r(!0), A(ce, null, we(t.hoursTableData.swellDir, (i, w) => (r(), A("td", {
|
|
3450
3441
|
key: Math.random() + i,
|
|
3451
3442
|
rowspan: "1",
|
|
3452
3443
|
colspan: "1",
|
|
3453
|
-
class: de(t.activeIndex ===
|
|
3444
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3454
3445
|
}, [
|
|
3455
3446
|
isNaN(i) ? (r(), A("span", kt, "-")) : (r(), A("span", {
|
|
3456
3447
|
key: 0,
|
|
3457
3448
|
class: "iconfont icon",
|
|
3458
|
-
style:
|
|
3449
|
+
style: De({ display: "inline-block", transform: `rotate(${i}deg)` })
|
|
3459
3450
|
}, "", 4))
|
|
3460
3451
|
], 2))), 128))
|
|
3461
3452
|
]),
|
|
3462
|
-
|
|
3463
|
-
e[34] || (e[34] =
|
|
3453
|
+
a("tr", Pt, [
|
|
3454
|
+
e[34] || (e[34] = a("td", {
|
|
3464
3455
|
rowspan: "1",
|
|
3465
3456
|
colspan: "1",
|
|
3466
3457
|
class: "td-title"
|
|
3467
3458
|
}, [
|
|
3468
|
-
|
|
3469
|
-
|
|
3459
|
+
ne("Swell period"),
|
|
3460
|
+
a("span", { class: "unit" }, "s")
|
|
3470
3461
|
], -1)),
|
|
3471
|
-
(r(!0), A(
|
|
3462
|
+
(r(!0), A(ce, null, we(t.hoursTableData.swellPeriod, (i, w) => (r(), A("td", {
|
|
3472
3463
|
key: Math.random() + i,
|
|
3473
3464
|
rowspan: "1",
|
|
3474
3465
|
colspan: "1",
|
|
3475
|
-
class: de(t.activeIndex ===
|
|
3466
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3476
3467
|
}, c(i), 3))), 128))
|
|
3477
3468
|
]),
|
|
3478
|
-
|
|
3479
|
-
e[35] || (e[35] =
|
|
3469
|
+
a("tr", Nt, [
|
|
3470
|
+
e[35] || (e[35] = a("td", {
|
|
3480
3471
|
rowspan: "1",
|
|
3481
3472
|
colspan: "1",
|
|
3482
3473
|
class: "td-title"
|
|
3483
3474
|
}, [
|
|
3484
|
-
|
|
3485
|
-
|
|
3475
|
+
ne("Sig wave height"),
|
|
3476
|
+
a("span", { class: "unit" }, "m")
|
|
3486
3477
|
], -1)),
|
|
3487
|
-
(r(!0), A(
|
|
3478
|
+
(r(!0), A(ce, null, we(t.hoursTableData.sigwaveHeight, (i, w) => (r(), A("td", {
|
|
3488
3479
|
key: Math.random() + i,
|
|
3489
3480
|
rowspan: "1",
|
|
3490
3481
|
colspan: "1",
|
|
3491
|
-
class: de(t.activeIndex ===
|
|
3482
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3492
3483
|
}, c(i), 3))), 128))
|
|
3493
3484
|
]),
|
|
3494
|
-
|
|
3495
|
-
e[36] || (e[36] =
|
|
3485
|
+
a("tr", Tt, [
|
|
3486
|
+
e[36] || (e[36] = a("td", {
|
|
3496
3487
|
rowspan: "1",
|
|
3497
3488
|
colspan: "1",
|
|
3498
3489
|
class: "td-title"
|
|
3499
3490
|
}, [
|
|
3500
|
-
|
|
3501
|
-
|
|
3491
|
+
ne("Current direction"),
|
|
3492
|
+
a("span", { class: "unit" })
|
|
3502
3493
|
], -1)),
|
|
3503
|
-
(r(!0), A(
|
|
3494
|
+
(r(!0), A(ce, null, we(t.hoursTableData.currentDir, (i, w) => (r(), A("td", {
|
|
3504
3495
|
key: Math.random() + i,
|
|
3505
3496
|
rowspan: "1",
|
|
3506
3497
|
colspan: "1",
|
|
3507
|
-
class: de(t.activeIndex ===
|
|
3498
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3508
3499
|
}, [
|
|
3509
3500
|
isNaN(i) ? (r(), A("span", Gt, "-")) : (r(), A("span", {
|
|
3510
3501
|
key: 0,
|
|
3511
3502
|
class: "iconfont icon",
|
|
3512
|
-
style:
|
|
3503
|
+
style: De({ display: "inline-block", transform: `rotate(${i}deg)` })
|
|
3513
3504
|
}, "", 4))
|
|
3514
3505
|
], 2))), 128))
|
|
3515
3506
|
]),
|
|
3516
|
-
|
|
3517
|
-
e[37] || (e[37] =
|
|
3507
|
+
a("tr", St, [
|
|
3508
|
+
e[37] || (e[37] = a("td", {
|
|
3518
3509
|
rowspan: "1",
|
|
3519
3510
|
colspan: "1",
|
|
3520
3511
|
class: "td-title"
|
|
3521
3512
|
}, [
|
|
3522
|
-
|
|
3523
|
-
|
|
3513
|
+
ne("Current speed"),
|
|
3514
|
+
a("span", { class: "unit" }, "kts")
|
|
3524
3515
|
], -1)),
|
|
3525
|
-
(r(!0), A(
|
|
3516
|
+
(r(!0), A(ce, null, we(t.hoursTableData.currentSpeed, (i, w) => (r(), A("td", {
|
|
3526
3517
|
key: Math.random() + i,
|
|
3527
3518
|
rowspan: "1",
|
|
3528
3519
|
colspan: "1",
|
|
3529
|
-
class: de(t.activeIndex ===
|
|
3520
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3530
3521
|
}, c(i), 3))), 128))
|
|
3531
3522
|
])
|
|
3532
3523
|
]),
|
|
3533
|
-
e[41] || (e[41] =
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
e[38] || (e[38] =
|
|
3524
|
+
e[41] || (e[41] = a("div", { style: { "text-align": "center", padding: "3px" } }, null, -1)),
|
|
3525
|
+
a("table", Ft, [
|
|
3526
|
+
a("tr", Ot, [
|
|
3527
|
+
e[38] || (e[38] = a("td", {
|
|
3537
3528
|
rowspan: "1",
|
|
3538
3529
|
colspan: "1",
|
|
3539
3530
|
class: "td-title"
|
|
3540
3531
|
}, [
|
|
3541
|
-
|
|
3542
|
-
|
|
3532
|
+
ne("Sea level height"),
|
|
3533
|
+
a("span", { class: "unit" }, "m")
|
|
3543
3534
|
], -1)),
|
|
3544
|
-
(r(!0), A(
|
|
3535
|
+
(r(!0), A(ce, null, we(t.hoursTableData.seaLevel, (i, w) => (r(), A("td", {
|
|
3545
3536
|
key: Math.random() + i,
|
|
3546
3537
|
rowspan: "1",
|
|
3547
3538
|
colspan: "1",
|
|
3548
|
-
class: de(t.activeIndex ===
|
|
3539
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3549
3540
|
}, c(i), 3))), 128))
|
|
3550
3541
|
]),
|
|
3551
|
-
|
|
3552
|
-
e[39] || (e[39] =
|
|
3542
|
+
a("tr", Yt, [
|
|
3543
|
+
e[39] || (e[39] = a("td", {
|
|
3553
3544
|
rowspan: "1",
|
|
3554
3545
|
colspan: "1",
|
|
3555
3546
|
class: "td-title"
|
|
3556
3547
|
}, [
|
|
3557
|
-
|
|
3558
|
-
|
|
3548
|
+
ne("Sea surface temperature"),
|
|
3549
|
+
a("span", { class: "unit" }, "°C")
|
|
3559
3550
|
], -1)),
|
|
3560
|
-
(r(!0), A(
|
|
3551
|
+
(r(!0), A(ce, null, we(t.hoursTableData.seaTemp, (i, w) => (r(), A("td", {
|
|
3561
3552
|
key: Math.random() + i,
|
|
3562
3553
|
rowspan: "1",
|
|
3563
3554
|
colspan: "1",
|
|
3564
|
-
class: de(t.activeIndex ===
|
|
3555
|
+
class: de(t.activeIndex === w ? "active" : "")
|
|
3565
3556
|
}, c(i), 3))), 128))
|
|
3566
3557
|
])
|
|
3567
3558
|
])
|
|
3568
3559
|
])) : ($ = t.loading) != null && $.hoursTable ? (r(), A("div", jt, e[42] || (e[42] = [
|
|
3569
|
-
|
|
3560
|
+
a("img", {
|
|
3570
3561
|
style: { height: "200px" },
|
|
3571
3562
|
src: Ee
|
|
3572
3563
|
}, null, -1)
|
|
3573
3564
|
]))) : (r(), A("div", Kt, "No Data"))
|
|
3574
3565
|
])) : Be("", !0),
|
|
3575
|
-
t.menuIndex ===
|
|
3576
|
-
(ee = t.position) != null && ee.name &&
|
|
3577
|
-
e[54] || (e[54] =
|
|
3578
|
-
|
|
3579
|
-
e[52] || (e[52] =
|
|
3580
|
-
|
|
3566
|
+
t.menuIndex === 3 ? (r(), A("div", Ut, [
|
|
3567
|
+
(ee = t.position) != null && ee.name && s.token && !((g = t.loading) != null && g.daysTable) ? (r(), A("div", Xt, [
|
|
3568
|
+
e[54] || (e[54] = a("div", { class: "date" }, "Daily Forecast", -1)),
|
|
3569
|
+
a("table", Rt, [
|
|
3570
|
+
e[52] || (e[52] = a("tr", { class: "day tr-title" }, [
|
|
3571
|
+
a("th", {
|
|
3581
3572
|
rowspan: "1",
|
|
3582
3573
|
colspan: "1"
|
|
3583
3574
|
}),
|
|
3584
|
-
|
|
3575
|
+
a("th", {
|
|
3585
3576
|
rowspan: "1",
|
|
3586
3577
|
colspan: "3",
|
|
3587
3578
|
class: "text-align-left"
|
|
3588
3579
|
}, "Conditions"),
|
|
3589
|
-
|
|
3580
|
+
a("th", {
|
|
3590
3581
|
rowspan: "1",
|
|
3591
3582
|
colspan: "3",
|
|
3592
3583
|
class: "text-align-left"
|
|
3593
3584
|
}, "Precipitation"),
|
|
3594
|
-
|
|
3585
|
+
a("th", {
|
|
3595
3586
|
rowspan: "1",
|
|
3596
3587
|
colspan: "2",
|
|
3597
3588
|
class: "text-align-left"
|
|
3598
3589
|
}, "Wind"),
|
|
3599
|
-
|
|
3590
|
+
a("th", {
|
|
3600
3591
|
rowspan: "1",
|
|
3601
3592
|
colspan: "4",
|
|
3602
3593
|
class: "text-align-left"
|
|
3603
3594
|
}, "Wave")
|
|
3604
3595
|
], -1)),
|
|
3605
|
-
e[53] || (e[53] =
|
|
3606
|
-
|
|
3596
|
+
e[53] || (e[53] = a("tr", { class: "hour tr-title border-bottom" }, [
|
|
3597
|
+
a("th", {
|
|
3607
3598
|
rowspan: "1",
|
|
3608
3599
|
colspan: "1",
|
|
3609
3600
|
class: "font-black",
|
|
3610
3601
|
style: { "text-align": "right", "padding-right": "10px", "box-sizing": "border-box" }
|
|
3611
3602
|
}, "Date"),
|
|
3612
|
-
|
|
3603
|
+
a("th", {
|
|
3613
3604
|
rowspan: "1",
|
|
3614
3605
|
colspan: "1",
|
|
3615
3606
|
class: "font-black text-align-left",
|
|
3616
3607
|
style: { width: "40px" }
|
|
3617
3608
|
}, "Weather"),
|
|
3618
|
-
|
|
3609
|
+
a("th", {
|
|
3619
3610
|
rowspan: "1",
|
|
3620
3611
|
colspan: "1",
|
|
3621
3612
|
class: "font-black text-align-left",
|
|
3622
3613
|
style: { width: "70px" }
|
|
3623
3614
|
}),
|
|
3624
|
-
|
|
3615
|
+
a("th", {
|
|
3625
3616
|
rowspan: "1",
|
|
3626
3617
|
colspan: "1",
|
|
3627
3618
|
class: "font-black text-align-left"
|
|
3628
3619
|
}, "Temperature"),
|
|
3629
|
-
|
|
3620
|
+
a("th", {
|
|
3630
3621
|
rowspan: "1",
|
|
3631
3622
|
colspan: "1",
|
|
3632
3623
|
class: "font-black text-align-left"
|
|
3633
3624
|
}, "Sum"),
|
|
3634
|
-
|
|
3625
|
+
a("th", {
|
|
3635
3626
|
rowspan: "1",
|
|
3636
3627
|
colspan: "1",
|
|
3637
3628
|
class: "font-black text-align-left"
|
|
3638
3629
|
}, "Rain"),
|
|
3639
|
-
|
|
3630
|
+
a("th", {
|
|
3640
3631
|
rowspan: "1",
|
|
3641
3632
|
colspan: "1",
|
|
3642
3633
|
class: "font-black text-align-left"
|
|
3643
3634
|
}, "Snowfall"),
|
|
3644
|
-
|
|
3635
|
+
a("th", {
|
|
3645
3636
|
rowspan: "1",
|
|
3646
3637
|
colspan: "1",
|
|
3647
3638
|
class: "font-black text-align-left"
|
|
3648
3639
|
}, "Speed_max"),
|
|
3649
|
-
|
|
3640
|
+
a("th", {
|
|
3650
3641
|
rowspan: "1",
|
|
3651
3642
|
colspan: "1",
|
|
3652
3643
|
class: "font-black text-align-left"
|
|
3653
3644
|
}, "Gust_max"),
|
|
3654
|
-
|
|
3645
|
+
a("th", {
|
|
3655
3646
|
rowspan: "1",
|
|
3656
3647
|
colspan: "1",
|
|
3657
3648
|
class: "font-black text-align-left",
|
|
3658
3649
|
style: { width: "75px" }
|
|
3659
3650
|
}, "Wind wave_max"),
|
|
3660
|
-
|
|
3651
|
+
a("th", {
|
|
3661
3652
|
rowspan: "1",
|
|
3662
3653
|
colspan: "1",
|
|
3663
3654
|
class: "font-black text-align-left",
|
|
3664
3655
|
style: { width: "75px" }
|
|
3665
3656
|
}, "Swell wave_max"),
|
|
3666
|
-
|
|
3657
|
+
a("th", {
|
|
3667
3658
|
rowspan: "1",
|
|
3668
3659
|
colspan: "1",
|
|
3669
3660
|
class: "font-black text-align-left",
|
|
3670
3661
|
style: { width: "75px" }
|
|
3671
3662
|
}, "Sig.wave_max")
|
|
3672
3663
|
], -1)),
|
|
3673
|
-
(r(!0), A(
|
|
3664
|
+
(r(!0), A(ce, null, we(t.daysTableData, (i) => (r(), A("tr", {
|
|
3674
3665
|
key: Math.random() + i.localDate,
|
|
3675
3666
|
class: "text border-bottom"
|
|
3676
3667
|
}, [
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3668
|
+
a("td", Wt, [
|
|
3669
|
+
a("div", null, c(i.localWeek), 1),
|
|
3670
|
+
a("div", null, c(i.localDate), 1)
|
|
3680
3671
|
]),
|
|
3681
|
-
|
|
3672
|
+
a("td", Jt, [
|
|
3682
3673
|
i.weatherUrl ? (r(), A("img", {
|
|
3683
3674
|
key: 0,
|
|
3684
3675
|
class: "iconfont weather-icon",
|
|
@@ -3686,335 +3677,335 @@ function la(n, e, a, l, t, w) {
|
|
|
3686
3677
|
src: i.weatherUrl
|
|
3687
3678
|
}, null, 8, qt)) : Be("", !0)
|
|
3688
3679
|
]),
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
e[43] || (e[43] =
|
|
3680
|
+
a("td", Zt, c(i.weatherName), 1),
|
|
3681
|
+
a("td", Vt, [
|
|
3682
|
+
ne(c(i.minTemp) + " / " + c(i.maxTemp), 1),
|
|
3683
|
+
e[43] || (e[43] = a("span", { class: "unit" }, "°C", -1))
|
|
3693
3684
|
]),
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
e[44] || (e[44] =
|
|
3685
|
+
a("td", _t, [
|
|
3686
|
+
ne(c(i.precipSum), 1),
|
|
3687
|
+
e[44] || (e[44] = a("span", { class: "unit" }, "mm", -1))
|
|
3697
3688
|
]),
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
e[45] || (e[45] =
|
|
3689
|
+
a("td", $t, [
|
|
3690
|
+
ne(c(i.precipRainSum), 1),
|
|
3691
|
+
e[45] || (e[45] = a("span", { class: "unit" }, "mm", -1))
|
|
3701
3692
|
]),
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
e[46] || (e[46] =
|
|
3693
|
+
a("td", es, [
|
|
3694
|
+
ne(c(i.precipSnowfallSum), 1),
|
|
3695
|
+
e[46] || (e[46] = a("span", { class: "unit" }, "mm", -1))
|
|
3705
3696
|
]),
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
e[47] || (e[47] =
|
|
3697
|
+
a("td", ts, [
|
|
3698
|
+
a("span", null, c(i.windSpeedMax), 1),
|
|
3699
|
+
e[47] || (e[47] = a("span", { class: "unit" }, "kts", -1)),
|
|
3709
3700
|
!isNaN(i.windSpeedDir) && !isNaN(i.windSpeedMax) ? (r(), A("span", {
|
|
3710
3701
|
key: 0,
|
|
3711
3702
|
class: "iconfont icon",
|
|
3712
|
-
style:
|
|
3703
|
+
style: De({ display: "inline-block", transform: `rotate(${i.windSpeedDir}deg)` })
|
|
3713
3704
|
}, "", 4)) : (r(), A("span", ss, "-"))
|
|
3714
3705
|
]),
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
e[48] || (e[48] =
|
|
3706
|
+
a("td", as, [
|
|
3707
|
+
a("span", null, c(i.gustSpeedMax), 1),
|
|
3708
|
+
e[48] || (e[48] = a("span", { class: "unit" }, "kts", -1))
|
|
3718
3709
|
]),
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
e[49] || (e[49] =
|
|
3710
|
+
a("td", is, [
|
|
3711
|
+
a("span", null, c(i.windWaveHeight), 1),
|
|
3712
|
+
e[49] || (e[49] = a("span", { class: "unit" }, "m", -1)),
|
|
3722
3713
|
!isNaN(i.windWaveDir) && !isNaN(i.windWaveHeight) ? (r(), A("span", {
|
|
3723
3714
|
key: 0,
|
|
3724
3715
|
class: "iconfont icon",
|
|
3725
|
-
style:
|
|
3716
|
+
style: De({ display: "inline-block", transform: `rotate(${i.windWaveDir}deg)` })
|
|
3726
3717
|
}, "", 4)) : (r(), A("span", os, "-"))
|
|
3727
3718
|
]),
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
e[50] || (e[50] =
|
|
3719
|
+
a("td", ns, [
|
|
3720
|
+
a("span", null, c(i.swellWaveHeight), 1),
|
|
3721
|
+
e[50] || (e[50] = a("span", { class: "unit" }, "m", -1)),
|
|
3731
3722
|
!isNaN(i.swellWaveDir) && !isNaN(i.swellWaveHeight) ? (r(), A("span", {
|
|
3732
3723
|
key: 0,
|
|
3733
3724
|
class: "iconfont icon",
|
|
3734
|
-
style:
|
|
3725
|
+
style: De({ display: "inline-block", transform: `rotate(${i.swellWaveDir}deg)` })
|
|
3735
3726
|
}, "", 4)) : (r(), A("span", rs, "-"))
|
|
3736
3727
|
]),
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
e[51] || (e[51] =
|
|
3728
|
+
a("td", As, [
|
|
3729
|
+
a("span", null, c(i.sigWaveHeight), 1),
|
|
3730
|
+
e[51] || (e[51] = a("span", { class: "unit" }, "m", -1)),
|
|
3740
3731
|
!isNaN(i.sigWaveDir) && !isNaN(i.sigWaveHeight) ? (r(), A("span", {
|
|
3741
3732
|
key: 0,
|
|
3742
3733
|
class: "iconfont icon",
|
|
3743
|
-
style:
|
|
3734
|
+
style: De({ display: "inline-block", transform: `rotate(${i.sigWaveDir}deg)` })
|
|
3744
3735
|
}, "", 4)) : (r(), A("span", ls, "-"))
|
|
3745
3736
|
])
|
|
3746
3737
|
]))), 128))
|
|
3747
3738
|
])
|
|
3748
3739
|
])) : (N = t.loading) != null && N.daysTable ? (r(), A("div", hs, e[55] || (e[55] = [
|
|
3749
|
-
|
|
3740
|
+
a("img", {
|
|
3750
3741
|
style: { height: "200px" },
|
|
3751
3742
|
src: Ee
|
|
3752
3743
|
}, null, -1)
|
|
3753
3744
|
]))) : (r(), A("div", ds, "No Data"))
|
|
3754
3745
|
])) : Be("", !0),
|
|
3755
|
-
t.menuIndex ===
|
|
3756
|
-
(
|
|
3757
|
-
e[58] || (e[58] =
|
|
3758
|
-
|
|
3759
|
-
e[56] || (e[56] =
|
|
3760
|
-
|
|
3746
|
+
t.menuIndex === 1 || t.menuIndex === 3 ? (r(), A("div", gs, [
|
|
3747
|
+
(H = t.position) != null && H.name && s.token && !((z = t.loading) != null && z.hourlyTable) ? (r(), A("div", cs, [
|
|
3748
|
+
e[58] || (e[58] = a("div", { class: "date" }, "Hourly Forecast", -1)),
|
|
3749
|
+
a("table", ws, [
|
|
3750
|
+
e[56] || (e[56] = a("tr", { class: "day tr-title" }, [
|
|
3751
|
+
a("th", {
|
|
3761
3752
|
rowspan: "2",
|
|
3762
3753
|
colspan: "1",
|
|
3763
3754
|
class: "border",
|
|
3764
3755
|
style: { width: "70px" }
|
|
3765
3756
|
}, "DateTime"),
|
|
3766
|
-
|
|
3757
|
+
a("th", {
|
|
3767
3758
|
rowspan: "1",
|
|
3768
3759
|
colspan: "1",
|
|
3769
3760
|
class: "border"
|
|
3770
3761
|
}, "Temp"),
|
|
3771
|
-
|
|
3762
|
+
a("th", {
|
|
3772
3763
|
rowspan: "1",
|
|
3773
3764
|
colspan: "1",
|
|
3774
3765
|
class: "border"
|
|
3775
3766
|
}, "Precip"),
|
|
3776
|
-
|
|
3767
|
+
a("th", {
|
|
3777
3768
|
rowspan: "1",
|
|
3778
3769
|
colspan: "1",
|
|
3779
3770
|
class: "border"
|
|
3780
3771
|
}, "Visibility"),
|
|
3781
|
-
|
|
3772
|
+
a("th", {
|
|
3782
3773
|
rowspan: "1",
|
|
3783
3774
|
colspan: "4",
|
|
3784
3775
|
class: "border"
|
|
3785
3776
|
}, "Wind"),
|
|
3786
|
-
|
|
3777
|
+
a("th", {
|
|
3787
3778
|
rowspan: "1",
|
|
3788
3779
|
colspan: "3",
|
|
3789
3780
|
class: "border"
|
|
3790
3781
|
}, "Wind wave"),
|
|
3791
|
-
|
|
3782
|
+
a("th", {
|
|
3792
3783
|
rowspan: "1",
|
|
3793
3784
|
colspan: "3",
|
|
3794
3785
|
class: "border"
|
|
3795
3786
|
}, "Sig.wave"),
|
|
3796
|
-
|
|
3787
|
+
a("th", {
|
|
3797
3788
|
rowspan: "1",
|
|
3798
3789
|
colspan: "2",
|
|
3799
3790
|
class: "border"
|
|
3800
3791
|
}, "Current"),
|
|
3801
|
-
|
|
3792
|
+
a("th", {
|
|
3802
3793
|
rowspan: "1",
|
|
3803
3794
|
colspan: "1",
|
|
3804
3795
|
class: "border"
|
|
3805
3796
|
}, "Sea Level"),
|
|
3806
|
-
|
|
3797
|
+
a("th", {
|
|
3807
3798
|
rowspan: "1",
|
|
3808
3799
|
colspan: "1",
|
|
3809
3800
|
class: "border"
|
|
3810
3801
|
}, "Sea Surface")
|
|
3811
3802
|
], -1)),
|
|
3812
|
-
e[57] || (e[57] =
|
|
3813
|
-
|
|
3803
|
+
e[57] || (e[57] = a("tr", { class: "hour tr-title" }, [
|
|
3804
|
+
a("th", {
|
|
3814
3805
|
rowspan: "1",
|
|
3815
3806
|
colspan: "1",
|
|
3816
3807
|
class: "border"
|
|
3817
3808
|
}, "°C"),
|
|
3818
|
-
|
|
3809
|
+
a("th", {
|
|
3819
3810
|
rowspan: "1",
|
|
3820
3811
|
colspan: "1",
|
|
3821
3812
|
class: "border",
|
|
3822
3813
|
style: { width: "60px" }
|
|
3823
3814
|
}, "Acc (mm)"),
|
|
3824
|
-
|
|
3815
|
+
a("th", {
|
|
3825
3816
|
rowspan: "1",
|
|
3826
3817
|
colspan: "1",
|
|
3827
3818
|
class: "border"
|
|
3828
3819
|
}, "Dist (nm)"),
|
|
3829
|
-
|
|
3820
|
+
a("th", {
|
|
3830
3821
|
rowspan: "1",
|
|
3831
3822
|
colspan: "1",
|
|
3832
3823
|
class: "border"
|
|
3833
3824
|
}, "Dir"),
|
|
3834
|
-
|
|
3825
|
+
a("th", {
|
|
3835
3826
|
rowspan: "1",
|
|
3836
3827
|
colspan: "1",
|
|
3837
3828
|
class: "border"
|
|
3838
3829
|
}, "Spd(kts)"),
|
|
3839
|
-
|
|
3830
|
+
a("th", {
|
|
3840
3831
|
rowspan: "1",
|
|
3841
3832
|
colspan: "1",
|
|
3842
3833
|
class: "border"
|
|
3843
3834
|
}, "BF"),
|
|
3844
|
-
|
|
3835
|
+
a("th", {
|
|
3845
3836
|
rowspan: "1",
|
|
3846
3837
|
colspan: "1",
|
|
3847
3838
|
class: "border"
|
|
3848
3839
|
}, "Gusts(kts)"),
|
|
3849
|
-
|
|
3840
|
+
a("th", {
|
|
3850
3841
|
rowspan: "1",
|
|
3851
3842
|
colspan: "1",
|
|
3852
3843
|
class: "border"
|
|
3853
3844
|
}, "Dir"),
|
|
3854
|
-
|
|
3845
|
+
a("th", {
|
|
3855
3846
|
rowspan: "1",
|
|
3856
3847
|
colspan: "1",
|
|
3857
3848
|
class: "border"
|
|
3858
3849
|
}, "Hgt(m)"),
|
|
3859
|
-
|
|
3850
|
+
a("th", {
|
|
3860
3851
|
rowspan: "1",
|
|
3861
3852
|
colspan: "1",
|
|
3862
3853
|
class: "border"
|
|
3863
3854
|
}, "Prd(s)"),
|
|
3864
|
-
|
|
3855
|
+
a("th", {
|
|
3865
3856
|
rowspan: "1",
|
|
3866
3857
|
colspan: "1",
|
|
3867
3858
|
class: "border"
|
|
3868
3859
|
}, "Dir"),
|
|
3869
|
-
|
|
3860
|
+
a("th", {
|
|
3870
3861
|
rowspan: "1",
|
|
3871
3862
|
colspan: "1",
|
|
3872
3863
|
class: "border"
|
|
3873
3864
|
}, "Hgt(m)"),
|
|
3874
|
-
|
|
3865
|
+
a("th", {
|
|
3875
3866
|
rowspan: "1",
|
|
3876
3867
|
colspan: "1",
|
|
3877
3868
|
class: "border"
|
|
3878
3869
|
}, "Prd(s)"),
|
|
3879
|
-
|
|
3870
|
+
a("th", {
|
|
3880
3871
|
rowspan: "1",
|
|
3881
3872
|
colspan: "1",
|
|
3882
3873
|
class: "border"
|
|
3883
3874
|
}, "Dir"),
|
|
3884
|
-
|
|
3875
|
+
a("th", {
|
|
3885
3876
|
rowspan: "1",
|
|
3886
3877
|
colspan: "1",
|
|
3887
3878
|
class: "border"
|
|
3888
3879
|
}, "Spd(kts)"),
|
|
3889
|
-
|
|
3880
|
+
a("th", {
|
|
3890
3881
|
rowspan: "1",
|
|
3891
3882
|
colspan: "1",
|
|
3892
3883
|
class: "border"
|
|
3893
3884
|
}, "Hgt(m)"),
|
|
3894
|
-
|
|
3885
|
+
a("th", {
|
|
3895
3886
|
rowspan: "1",
|
|
3896
3887
|
colspan: "1",
|
|
3897
3888
|
class: "border"
|
|
3898
3889
|
}, "Temp(°C)")
|
|
3899
3890
|
], -1)),
|
|
3900
|
-
(r(!0), A(
|
|
3891
|
+
(r(!0), A(ce, null, we(t.hourlyTableData, (i) => (r(), A("tr", {
|
|
3901
3892
|
key: Math.random() + i.localDate,
|
|
3902
3893
|
class: "text border-bottom"
|
|
3903
3894
|
}, [
|
|
3904
|
-
|
|
3905
|
-
|
|
3895
|
+
a("td", ps, [
|
|
3896
|
+
a("div", null, c(i.localDate), 1)
|
|
3906
3897
|
]),
|
|
3907
|
-
|
|
3908
|
-
|
|
3898
|
+
a("td", ms, [
|
|
3899
|
+
a("div", null, c(i.temp), 1)
|
|
3909
3900
|
]),
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3901
|
+
a("td", us, c(i.precipSum), 1),
|
|
3902
|
+
a("td", fs, c(i.visibility), 1),
|
|
3903
|
+
a("td", Ds, [
|
|
3904
|
+
ne(c(i.windDir) + " ", 1),
|
|
3914
3905
|
!isNaN(i.windBearing) && i.windDir ? (r(), A("span", {
|
|
3915
3906
|
key: 0,
|
|
3916
3907
|
class: "iconfont icon",
|
|
3917
|
-
style:
|
|
3918
|
-
}, "", 4)) : (r(), A("span",
|
|
3908
|
+
style: De({ display: "inline-block", transform: `rotate(${i.windBearing}deg)` })
|
|
3909
|
+
}, "", 4)) : (r(), A("span", ys, "-"))
|
|
3919
3910
|
]),
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3911
|
+
a("td", Bs, c(i.windSpeed), 1),
|
|
3912
|
+
a("td", xs, c(i.windBF), 1),
|
|
3913
|
+
a("td", vs, c(i.windGusts), 1),
|
|
3914
|
+
a("td", Cs, [
|
|
3915
|
+
ne(c(i.windWaveDir) + " ", 1),
|
|
3925
3916
|
!isNaN(i.windWaveBearing) && i.windWaveDir ? (r(), A("span", {
|
|
3926
3917
|
key: 0,
|
|
3927
3918
|
class: "iconfont icon",
|
|
3928
|
-
style:
|
|
3919
|
+
style: De({ display: "inline-block", transform: `rotate(${i.windWaveBearing}deg)` })
|
|
3929
3920
|
}, "", 4)) : (r(), A("span", Is, "-"))
|
|
3930
3921
|
]),
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3922
|
+
a("td", bs, c(i.windWaveHeight), 1),
|
|
3923
|
+
a("td", Es, c(i.windWavePeriod), 1),
|
|
3924
|
+
a("td", Qs, [
|
|
3925
|
+
ne(c(i.sigWaveDir) + " ", 1),
|
|
3935
3926
|
!isNaN(i.sigWaveBearing) && i.sigWaveDir ? (r(), A("span", {
|
|
3936
3927
|
key: 0,
|
|
3937
3928
|
class: "iconfont icon",
|
|
3938
|
-
style:
|
|
3929
|
+
style: De({ display: "inline-block", transform: `rotate(${i.sigWaveBearing}deg)` })
|
|
3939
3930
|
}, "", 4)) : (r(), A("span", Ms, "-"))
|
|
3940
3931
|
]),
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3932
|
+
a("td", Ls, c(i.sigWaveHeight), 1),
|
|
3933
|
+
a("td", zs, c(i.sigWavePeriod), 1),
|
|
3934
|
+
a("td", Hs, [
|
|
3935
|
+
ne(c(i.currentDir) + " ", 1),
|
|
3945
3936
|
!isNaN(i.currentBearing) && i.currentDir ? (r(), A("span", {
|
|
3946
3937
|
key: 0,
|
|
3947
3938
|
class: "iconfont icon",
|
|
3948
|
-
style:
|
|
3939
|
+
style: De({ display: "inline-block", transform: `rotate(${i.currentBearing}deg)` })
|
|
3949
3940
|
}, "", 4)) : (r(), A("span", ks, "-"))
|
|
3950
3941
|
]),
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3942
|
+
a("td", Ps, c(i.currentSpd), 1),
|
|
3943
|
+
a("td", Ns, c(i.seaLevel), 1),
|
|
3944
|
+
a("td", Ts, c(i.seaSurfaceTemp), 1)
|
|
3954
3945
|
]))), 128))
|
|
3955
3946
|
])
|
|
3956
|
-
])) : (
|
|
3957
|
-
|
|
3947
|
+
])) : (m = t.loading) != null && m.hourlyTable ? (r(), A("div", Gs, e[59] || (e[59] = [
|
|
3948
|
+
a("img", {
|
|
3958
3949
|
style: { height: "200px" },
|
|
3959
3950
|
src: Ee
|
|
3960
3951
|
}, null, -1)
|
|
3961
3952
|
]))) : (r(), A("div", Ss, "No Data"))
|
|
3962
3953
|
])) : Be("", !0),
|
|
3963
|
-
t.menuIndex ===
|
|
3964
|
-
(
|
|
3965
|
-
|
|
3966
|
-
|
|
3954
|
+
t.menuIndex === 4 ? (r(), A("div", Fs, [
|
|
3955
|
+
(k = t.position) != null && k.name && s.token && !((v = t.loading) != null && v.seasonalEchart) ? (r(), A("div", Os, [
|
|
3956
|
+
a("div", Ys, [
|
|
3957
|
+
a("div", {
|
|
3967
3958
|
id: "seasonal-title",
|
|
3968
3959
|
class: "title flex-start",
|
|
3969
3960
|
onClick: e[11] || (e[11] = (i) => t.seasonalData.showMonths = !t.seasonalData.showMonths)
|
|
3970
3961
|
}, [
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3962
|
+
a("div", js, c((re = (u = (I = t.currentMonth) == null ? void 0 : I.month) == null ? void 0 : u.split("-")) == null ? void 0 : re[0]) + " " + c((d = (oe = (Ae = t.currentMonth) == null ? void 0 : Ae.month) == null ? void 0 : oe.split("-")) == null ? void 0 : d[1]), 1),
|
|
3963
|
+
a("div", Ks, [
|
|
3964
|
+
ye(j, null, {
|
|
3974
3965
|
default: be(() => [
|
|
3975
|
-
|
|
3966
|
+
ye(O)
|
|
3976
3967
|
]),
|
|
3977
3968
|
_: 1
|
|
3978
3969
|
})
|
|
3979
3970
|
]),
|
|
3980
|
-
Me(
|
|
3981
|
-
|
|
3982
|
-
(r(!0), A(
|
|
3983
|
-
var
|
|
3971
|
+
Me(a("div", Us, [
|
|
3972
|
+
a("div", Xs, [
|
|
3973
|
+
(r(!0), A(ce, null, we(t.monthsOptions, (i) => {
|
|
3974
|
+
var w;
|
|
3984
3975
|
return r(), A("div", {
|
|
3985
3976
|
key: i,
|
|
3986
|
-
class: de(["month-option", ((
|
|
3987
|
-
onClick: (fe) =>
|
|
3988
|
-
}, c(i.month), 11,
|
|
3977
|
+
class: de(["month-option", ((w = t.currentMonth) == null ? void 0 : w.month) === i.month ? "active" : ""]),
|
|
3978
|
+
onClick: (fe) => p.handleSelectMonth(i)
|
|
3979
|
+
}, c(i.month), 11, Rs);
|
|
3989
3980
|
}), 128))
|
|
3990
3981
|
])
|
|
3991
3982
|
], 512), [
|
|
3992
3983
|
[Le, t.seasonalData.showMonths]
|
|
3993
3984
|
])
|
|
3994
3985
|
]),
|
|
3995
|
-
e[60] || (e[60] =
|
|
3996
|
-
e[61] || (e[61] =
|
|
3986
|
+
e[60] || (e[60] = a("div", { id: "temperature-echart" }, null, -1)),
|
|
3987
|
+
e[61] || (e[61] = a("div", { id: "wind-precip-echart" }, null, -1))
|
|
3997
3988
|
]),
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
e[62] || (e[62] =
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
e[63] || (e[63] =
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
e[64] || (e[64] =
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
3989
|
+
a("div", Ws, [
|
|
3990
|
+
a("div", Js, c((ge = t.currentMonth) == null ? void 0 : ge.month) + " Summary", 1),
|
|
3991
|
+
e[62] || (e[62] = a("div", { class: "label" }, "Temperature", -1)),
|
|
3992
|
+
a("div", qs, "Avg High Temp: " + c(t.seasonalData.minHighTemp) + " to " + c(t.seasonalData.maxHighTemp) + " °C", 1),
|
|
3993
|
+
a("div", Zs, "Avg Low Temp: " + c(t.seasonalData.minLowTemp) + " to " + c(t.seasonalData.maxLowTemp) + " °C", 1),
|
|
3994
|
+
a("div", Vs, "Hottest Day: " + c(t.seasonalData.hottestDay), 1),
|
|
3995
|
+
a("div", _s, "Coldest Day: " + c(t.seasonalData.coldestDay), 1),
|
|
3996
|
+
e[63] || (e[63] = a("div", { class: "label" }, "Precipitation", -1)),
|
|
3997
|
+
a("div", $s, "Light (<10mm): " + c((l = (S = (f = t.seasonalData) == null ? void 0 : f.precip) == null ? void 0 : S.filter((i) => i < 10)) == null ? void 0 : l.length) + " days", 1),
|
|
3998
|
+
a("div", ea, "Moderate (<24.9mm): " + c((E = (F = (U = t.seasonalData) == null ? void 0 : U.precip) == null ? void 0 : F.filter((i) => i >= 10 && i < 24.9)) == null ? void 0 : E.length) + " days", 1),
|
|
3999
|
+
a("div", ta, "Heavy (<49.9mm): " + c((D = (h = (Q = t.seasonalData) == null ? void 0 : Q.precip) == null ? void 0 : h.filter((i) => i >= 24.9 && i < 49.9)) == null ? void 0 : D.length) + " days", 1),
|
|
4000
|
+
a("div", sa, "Rainstorm (<99.9mm): " + c((he = (ae = (le = t.seasonalData) == null ? void 0 : le.precip) == null ? void 0 : ae.filter((i) => i >= 49.9 && i < 99.9)) == null ? void 0 : he.length) + " days", 1),
|
|
4001
|
+
a("div", aa, "Heavy Rainstorm (>=100mm): " + c((me = (y = (pe = t.seasonalData) == null ? void 0 : pe.precip) == null ? void 0 : y.filter((i) => i >= 100)) == null ? void 0 : me.length) + " days", 1),
|
|
4002
|
+
e[64] || (e[64] = a("div", { class: "label" }, "Wind", -1)),
|
|
4003
|
+
a("div", ia, "Mean Wind: " + c(p.roundPrecision(t.seasonalData.meanWind, 1)) + " kts", 1),
|
|
4004
|
+
a("div", oa, "Windiest Day: " + c(t.seasonalData.windiestDay) + " ( " + c(t.seasonalData.maxWindSpeed) + "kts )", 1),
|
|
4005
|
+
a("div", na, "Dominant Wind Dir: " + c(t.seasonalData.dominantWind), 1)
|
|
4015
4006
|
])
|
|
4016
|
-
])) : (
|
|
4017
|
-
|
|
4007
|
+
])) : (B = t.loading) != null && B.seasonalEchart ? (r(), A("div", ra, e[65] || (e[65] = [
|
|
4008
|
+
a("img", {
|
|
4018
4009
|
style: { height: "200px" },
|
|
4019
4010
|
src: Ee
|
|
4020
4011
|
}, null, -1)
|
|
@@ -4023,9 +4014,9 @@ function la(n, e, a, l, t, w) {
|
|
|
4023
4014
|
])
|
|
4024
4015
|
]);
|
|
4025
4016
|
}
|
|
4026
|
-
const ha = /* @__PURE__ */ Fe(Oe, [["render", la], ["__scopeId", "data-v-
|
|
4027
|
-
install(
|
|
4028
|
-
|
|
4017
|
+
const ha = /* @__PURE__ */ Fe(Oe, [["render", la], ["__scopeId", "data-v-53ed9efe"]]), ua = {
|
|
4018
|
+
install(o) {
|
|
4019
|
+
o.component("SpotReport", ha);
|
|
4029
4020
|
}
|
|
4030
4021
|
};
|
|
4031
4022
|
export {
|