Sigmet and Volcanic Ash Advisories - filling volcano element. #337
Unanswered
Mattonius5
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
This affects All IWXXM versions, concerning VAA/Sigmet element "volcano/erupting volcano", especially "metce:eruptionDate", Given the VAA example below:
Question 1, Volcanic Ash Advisory:
Element "iwxxm:volcano" requires "metce:EruptingVolcano" which then requires "name", "position" and "eruptionDate".
My understanding is, that "eruptionDate" should be extracted from mandatory TAC element "Eruption details". Annex 3 allows for two options "Free text up to 64 characters" and "UNKNOWN".
I've collected extensive collection of Volcanic Ash Advisories in TAC form from all around the world. Around 60% of them do NOT contain eruption date in any form inside the "Eruption details" element. In these instances, eruption date cannot be extracted, thus I cannot satisfy requirements of "metce:EruptingVolcano" by filling it's "eruptionDate".
Observations:
What should I do in these three following cases?
Question 2 - Volcanic Sigmet
Volcanic Sigmet uses a similar element "iwxxm:eruptingVolcano" with very important distinction, it requires either element "metce:volcano" or it's substitution group "metce:eruptingVolcano". This way the name and position can be filled as part of complex type "VolcanoType" regardless presence of eruption date. If eruption date exists, "metce:eruptionVolcano" can be used (same as VAA). If eruption date does NOT exist, "metce:volcano" can be created. Thus we can pass all schema or schematron rules.
Why was not VAA modeled in the same fashion as Volcanic Sigmet in regards to "volcano" element?
Questions 3 - Volcanic Sigmet
Considering the example for VAA on top, Sigmet looks almost identically, instead of iwxxm:volcano, there is iwxxm:eruptingVolcano, the rest is as described in question 2.
Annex 3 Table A6-1A, element Phenomenon for VA has following structure:
What to do if Volcano name is not present?
Subsequent questions
What does the "VA ERUPTION" optional element means? My deductinon form online research is following:
APAC regional SIGMET guide states following:
In case 1, I would fully create element "metce:volcano" or "metce:eruptingVolcano" (depends on if any date should be added) like below:
In case 2, I would add to volcano:name "UNNAMED", like below:
In case 3, I would NOT include iwxxm:eruptingVolcano in IWXXM as it's schema cardinality is 0-1 and no Schamatron rule enforces its presence.
Thanks for advise and guidance how should these elements be converted and please correct me where I am wrong.
Matous.
Beta Was this translation helpful? Give feedback.
All reactions