wmo-im / iwxxm

XML schema and Schematron for aviation weather data exchange
https://old.wmo.int/wiswiki/tiki-index.php%3Fpage=TT-AvXML
48 stars 22 forks source link

Additional guidance provided #187

Closed mgoberfield closed 4 years ago

mgoberfield commented 4 years ago

Updated TAC-to-XML-Guidance.txt document and example of STNR in AIRMET.

blchoy commented 4 years ago

I have made one more change to the guidance. @mgoberfield please consider.

mgoberfield commented 4 years ago

Keeping in mind that "[t]he regulations are there for us to comply with, and if we believe they are inappropriate we should change them instead of doing what we want". So long as MIE agrees that there can be less than 4 forecast elements in the IWXXM TCA product because of TC dissipation, then your latest revision to the text is fine with me.

blchoy commented 4 years ago

Keeping in mind that "[t]he regulations are there for us to comply with, and if we believe they are inappropriate we should change them instead of doing what we want". So long as MIE agrees that there can be less than 4 forecast elements in the IWXXM TCA product because of TC dissipation, then your latest revision to the text is fine with me.

Can't agree more. I have made another attempt. Do you think this is obvious enough for the people to know they have to include all empty iwxxm:forecast?

mgoberfield commented 4 years ago

Your last revision is clear enough to me. Thank you.

jkorosi commented 4 years ago

The documentation of directionOfMotion and speedOfMotion have to be updated, too.

    <complexType name="SIGMETEvolvingConditionType">
        <complexContent>
            <extension base="gml:AbstractFeatureType">
                <sequence>
                    <element name="geometry" type="iwxxm:AirspaceVolumePropertyType">
                        <annotation>
                            <documentation>The expected geographic region(s) affected by the reported phenomenon at a particular time (thunderstorms, volcanic ash, etc.).  This geometry covers all combinations of phenomenon historically reported in ICAO Annex 3 / WMO No. 49-2: a boundary with a base and top, a TC centre position, and a VA line with a width</documentation>
                        </annotation>
                    </element>
                    <element nillable="true" name="directionOfMotion" type="iwxxm:AngleWithNilReasonType" minOccurs="0" maxOccurs="1">
                        <annotation>
                            <documentation>This element refers to the expected direction of movement which the phenomenon is moving towards, .e.g, "moving east". When no movement is expected, this is a http://www.opengis.net/def/nil/OGC/0/inapplicable nilReason and the speedOfMotion will be 0.

This element value is given in degrees from true North. Plane angle unit of measure (uom) is "deg". </documentation>
                        </annotation>
                    </element>
                    <element name="speedOfMotion" type="gml:SpeedType" minOccurs="0" maxOccurs="1">
                        <annotation>
                            <documentation>The expected speed of movement of a meteorological condition. When no movement is expected, this will have a value of 0 and directionOfMotion will have a http://www.opengis.net/def/nil/OGC/0/inapplicable nilReason.

speedOfMotion can be provided in either two units of measures: "km/h" or "[kn_i]" (knots).</documentation>
                        </annotation>
                    </element>