-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cap alerts use y,x coordinates, ensure they are converted to x,y
- Loading branch information
Showing
4 changed files
with
96 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,94 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"identifier": "urn:oid:2.49.0.0.690.0.2024.5.19.13.18.0", | ||
"sender": "info@meteo.gov.sc", | ||
"sent": "2024-05-19T17:18:00+04:00", | ||
"status": "Actual", | ||
"msgType": "Alert", | ||
"scope": "Public", | ||
"category": "Met", | ||
"event": "Strong Winds", | ||
"urgency": "Immediate", | ||
"severity": "Moderate", | ||
"certainty": "Observed", | ||
"effective": "2024-05-19T17:30:00+04:00", | ||
"onset": "2024-05-19T17:30:00+04:00", | ||
"expires": "2024-05-19T23:30:00+04:00", | ||
"senderName": "Seychelles Meteorological Authority", | ||
"headline": "Moderate to strong south-easterly winds over Aldabra area", | ||
"description": "Moderate to strong south-easterly winds over Aldabra area associated with a severe tropical storm Ialy on 19th May 2024 from 5pm to 11pm", | ||
"instruction": "Beware of strong south-easterly winds of 40km/hr gusting to 60km/hr causing rough seas. Mariners are advised to take extra precautions when navigating these areas", | ||
"web": "https://www.meteo.sc/alerts/severe-tropical-storm-ialy-is-expected-to-cause-moderate-to-strong-south-easterly-winds-over-aldabra-area-on-19th-may-2024/", | ||
"contact": "info@meteo.gov.sc", | ||
"areaDesc": "Aldabra area" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-9.186965, | ||
46.078276 | ||
], | ||
[ | ||
-9.121416, | ||
46.362825 | ||
], | ||
[ | ||
-9.140146, | ||
46.533555 | ||
], | ||
[ | ||
-9.186965, | ||
46.694799 | ||
], | ||
[ | ||
-9.327387, | ||
46.742224 | ||
], | ||
[ | ||
-9.467752, | ||
46.770679 | ||
], | ||
[ | ||
-9.692216, | ||
46.770679 | ||
], | ||
[ | ||
-9.953902, | ||
46.694799 | ||
], | ||
[ | ||
-10.000609, | ||
46.42922 | ||
], | ||
[ | ||
-9.897844, | ||
46.249006 | ||
], | ||
[ | ||
-9.748309, | ||
46.116216 | ||
], | ||
[ | ||
-9.57065, | ||
45.983427 | ||
], | ||
[ | ||
-9.336746, | ||
45.936002 | ||
], | ||
[ | ||
-9.186965, | ||
46.078276 | ||
] | ||
] | ||
] | ||
} | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"identifier": "urn:oid:2.49.0.0.690.0.2024.5.19.13.18.0", | ||
"sender": "info@meteo.gov.sc", | ||
"sent": "2024-05-19T17:18:00+04:00", | ||
"status": "Actual", | ||
"msgType": "Alert", | ||
"scope": "Public", | ||
"category": "Met", | ||
"event": "Strong Winds", | ||
"urgency": "Immediate", | ||
"severity": "Moderate", | ||
"certainty": "Observed", | ||
"effective": "2024-05-19T17:30:00+04:00", | ||
"onset": "2024-05-19T17:30:00+04:00", | ||
"expires": "2024-05-19T23:30:00+04:00", | ||
"senderName": "Seychelles Meteorological Authority", | ||
"headline": "Moderate to strong south-easterly winds over Aldabra area", | ||
"description": "Moderate to strong south-easterly winds over Aldabra area associated with a severe tropical storm Ialy on 19th May 2024 from 5pm to 11pm", | ||
"instruction": "Beware of strong south-easterly winds of 40km/hr gusting to 60km/hr causing rough seas. Mariners are advised to take extra precautions when navigating these areas", | ||
"web": "https://www.meteo.sc/alerts/severe-tropical-storm-ialy-is-expected-to-cause-moderate-to-strong-south-easterly-winds-over-aldabra-area-on-19th-may-2024/", | ||
"contact": "info@meteo.gov.sc", | ||
"areaDesc": "Aldabra area" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
46.078276, | ||
-9.186965 | ||
], | ||
[ | ||
45.936002, | ||
-9.336746 | ||
], | ||
[ | ||
45.983427, | ||
-9.57065 | ||
], | ||
[ | ||
46.116216, | ||
-9.748309 | ||
], | ||
[ | ||
46.249006, | ||
-9.897844 | ||
], | ||
[ | ||
46.42922, | ||
-10.000609 | ||
], | ||
[ | ||
46.694799, | ||
-9.953902 | ||
], | ||
[ | ||
46.770679, | ||
-9.692216 | ||
], | ||
[ | ||
46.770679, | ||
-9.467752 | ||
], | ||
[ | ||
46.742224, | ||
-9.327387 | ||
], | ||
[ | ||
46.694799, | ||
-9.186965 | ||
], | ||
[ | ||
46.533555, | ||
-9.140146 | ||
], | ||
[ | ||
46.362825, | ||
-9.121416 | ||
], | ||
[ | ||
46.078276, | ||
-9.186965 | ||
] | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters