Skip to content

Commit 9d627ad

Browse files
vincvdwalpatrick-zippenfenig
authored andcommitted
add the 2 warnings
1 parent 0d92c57 commit 9d627ad

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

src/routes/en/docs/bom-api/+page.svelte

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,29 @@
106106
<link rel="canonical" href="https://open-meteo.com/en/docs/bom-api" />
107107
</svelte:head>
108108

109+
<Alert.Root variant="warning" class="mb-4">
110+
<svg
111+
xmlns="http://www.w3.org/2000/svg"
112+
width="24"
113+
height="24"
114+
viewBox="0 0 24 24"
115+
fill="none"
116+
stroke="currentColor"
117+
stroke-width="2"
118+
stroke-linecap="round"
119+
stroke-linejoin="round"
120+
class="lucide lucide-triangle-alert-icon lucide-triangle-alert"
121+
><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" /><path
122+
d="M12 9v4"
123+
/><path d="M12 17h.01" /></svg
124+
>
125+
<Alert.Description>
126+
BOM is currently upgrading its key platforms and services. As a result, access to open data is
127+
temporarily unavailable. We anticipate restoring access soon, allowing Australian citizens to
128+
once again benefit from high-resolution forecasts.
129+
</Alert.Description>
130+
</Alert.Root>
131+
109132
<Alert.Root variant="info" class="mb-4"
110133
><svg
111134
xmlns="http://www.w3.org/2000/svg"

src/routes/en/docs/cma-api/+page.svelte

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,29 @@
124124
<link rel="canonical" href="https://open-meteo.com/en/docs/cma-api" />
125125
</svelte:head>
126126

127+
<Alert.Root variant="warning" class="mb-4">
128+
<svg
129+
xmlns="http://www.w3.org/2000/svg"
130+
width="24"
131+
height="24"
132+
viewBox="0 0 24 24"
133+
fill="none"
134+
stroke="currentColor"
135+
stroke-width="2"
136+
stroke-linecap="round"
137+
stroke-linejoin="round"
138+
class="lucide lucide-triangle-alert-icon lucide-triangle-alert"
139+
><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" /><path
140+
d="M12 9v4"
141+
/><path d="M12 17h.01" /></svg
142+
>
143+
<Alert.Description>
144+
Due to recent high demand, CMA’s open-data services are currently experiencing download issues.
145+
We hope these issues are resolved soon so the open-data community can once again access CMA
146+
weather forecasts.
147+
</Alert.Description>
148+
</Alert.Root>
149+
127150
<Alert.Root variant="info" class="mb-4">
128151
<svg
129152
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)