Skip to content

Commit 2e7030f

Browse files
authored
Merge pull request #1273 from rodekruis/fix.mwi-leadtime
fix: update MWI alert popup + trigger statement AB#16464
2 parents 8d2db9f + e9ec029 commit 2e7030f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

interfaces/IBF-dashboard/src/assets/i18n/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"floods": "<p>The layer shows each county triggered based on two parameters from the 7-days GLOFAS forecast on a daily basis: the return period of the forecasted flood and the probability of occurrence. The trigger will activate when GloFAS issues a forecast of at least 85% probability of occurrence of a 5 year return period flood within the next 7 days. The GLOFAS flood forecast triggers except in the wards where the False Alarm Ratio (RAR) &gt; 0.5.</p><p><strong>Source link</strong>: <a href='https://www.globalfloods.eu/'>https://www.globalfloods.eu/</a></p><p><strong>Latest updated:&nbsp;</strong>September 2021</p><p><br></p>"
463463
},
464464
"MWI": {
465-
"floods": "<p>The layer shows each administrative area triggered based on two parameters from the 6-days GLOFAS forecast on a daily basis: the return period of the forecasted flood and the probability of occurrence. The trigger will activate when GloFAS issues a forecast of at least [percentage]% probability of occurrence of a [number of] year return period flood within the next 6 days. The GLOFAS flood forecast triggers except in the Traditional Authorities where the False Alarm Ratio (FAR) exceeds the predetermined maximum value which is [value].</p><p><br></p><p>Source link: <a href='https://www.globalfloods.eu/'>https://www.globalfloods.eu/</a>&nbsp;</p><p><br></p><p>Latest updated: August 2022</p>"
465+
"floods": "<p>The layer shows each administrative area triggered based on two parameters from the 6-days GloFAS forecast on a daily basis at 10:35 CET: the return period of the forecasted flood and the probability of occurrence. The trigger will activate when GloFAS issues a forecast of at least 60% probability of occurrence of a 5 year return period flood within the next 6 days. The GloFAS flood forecast triggers except in the Traditional Areas where the False Alarm Ratio (FAR) exceeds the predetermined maximum value which is 0.5.</p><p><br></p><p>Source link: <a href='https://www.globalfloods.eu/'>https://www.globalfloods.eu/</a>&nbsp;</p><p><br></p><p>Latest updated: August 2022</p>"
466466
},
467467
"PHL": {
468468
"dengue": "Administrative divisions that reached alert threshold, in terms of number of potential cases. <br /><br /> See definition at: <a href='https://rodekruis.sharepoint.com/sites/510-CRAVK-510/Gedeelde%20%20documenten/Forms/AllItems.aspx?id=%2Fsites%2F510%2DCRAVK%2D510%2FGedeelde%20%20documenten%2F%5BRD%5D%20Epidemics%20Priority%20Index%2FIBF%2Ddengue%2Fdocuments%2FIBF%5Fdengue%5Ftechnical%5Fnote%2Epdf&parent=%2Fsites%2F510%2DCRAVK%2D510%2FGedeelde%20%20documenten%2F%5BRD%5D%20Epidemics%20Priority%20Index%2FIBF%2Ddengue%2Fdocuments&p=true&originalPath=aHR0cHM6Ly9yb2Rla3J1aXMuc2hhcmVwb2ludC5jb20vc2l0ZXMvNTEwLUNSQVZLLTUxMC9fbGF5b3V0cy8xNS9ndWVzdGFjY2Vzcy5hc3B4P2RvY2lkPTBmOTI0OWIzNWRhNGQ0YzBhOTg1YjMzMzkzZmMzODhkZiZhdXRoa2V5PUFRU0xubmFmR0YtTTJ0MUNHSWcwaGRBJmV4cGlyYXRpb249MjAyMi0wNi0xNFQyMiUzYTAwJTNhMDAuMDAwWiZydGltZT1TS016R0dzeDJVZw'> link to technical documentation</a>",
Binary file not shown.

services/API-service/src/scripts/json/notification-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"countryCodeISO3": "MWI",
8787
"logo": "https://mcusercontent.com/e71f3b134823403aa6fe0c6dc/images/575cc45e-7050-4b2d-d8bc-d1f278e42a66.png",
8888
"triggerStatement": {
89-
"floods": "An administrative area is triggered based on two parameters from the 7-days GLOFAS forecast on a daily basis: the return period of the forecasted flood and the probability of occurrence. The trigger will activate when GloFAS issues a forecast of at least [percentage]% probability of occurrence of a [number of] year return period flood within the next 7 days. The GLOFAS flood forecast triggers except in the Traditional Authorities where the False Alarm Ratio (FAR) exceeds the predetermined maximum value which is [value]."
89+
"floods": "An administrative area is triggered based on two parameters from the 6-days GloFAS forecast on a daily basis: the return period of the forecasted flood and the probability of occurrence. The trigger will activate when GloFAS issues a forecast of at least 60% probability of occurrence of a 5 year return period flood within the next 6 days. The GloFAS flood forecast triggers except in the Traditional Areas where the False Alarm Ratio (FAR) exceeds the predetermined maximum value which is 0.5."
9090
},
9191
"linkSocialMediaType": null,
9292
"linkSocialMediaUrl": null,

0 commit comments

Comments
 (0)