Skip to content

Commit

Permalink
Full implementation of changes in Amendment 82 (previously identified…
Browse files Browse the repository at this point in the history
… as Amendment 81) (#327)

* First commit of changes involving Amendment 81 on SWA and VAA.

* Second commit of changes involving Amendment 81

* Updated IWXXM version to 2025-2RC1 as well as the namespace.  Fixed a typo in the release note.

* Updated qvaci.xsd which has been transformed from UML incorrectly.

* Fixed the erroneous RDF file of 49-2/MeteorologicalFeature code list.  Promoted iwxxm:MeteorologicalFeatureType to an extension of gml:AbstractFeatureType.

* Refreshed and updated RDF files under IWXXM/rule.

* Update IWXXM/ReleaseNotes-IWXXM.txt

You are right.

Co-authored-by: Anna Milan <[email protected]>

* Update IWXXM/ReleaseNotes-IWXXM.txt

This is correct.

Co-authored-by: Anna Milan <[email protected]>

* Update IWXXM/ReleaseNotes-IWXXM.txt

This is correct.

Co-authored-by: Anna Milan <[email protected]>

---------

Co-authored-by: Anna Milan <[email protected]>
  • Loading branch information
blchoy and amilan17 authored Apr 9, 2024
1 parent e84bf54 commit a037374
Show file tree
Hide file tree
Showing 524 changed files with 30,680 additions and 26,512 deletions.
32 changes: 31 additions & 1 deletion IWXXM/ReleaseNotes-IWXXM.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
=========================================
2023-1 - 15 June 2023
2025-2 Release Candidate 1 - March 2024
=========================================
Package METAR/SPECI (Version 3.2.0RC1)
* Removed iwxxm:runwayState, iwxxm:AerodromeRunwayState, iwxxm:RunwayDeposits, iwxxm:RunwayContamination, and
iwxxm:RunwayFrictionCoefficient, as well as schematron rules METAR_SPECI.AerodromeRunwayState-1 to 3
* Revised the multiplicity of iwxxm:rvr to [0..*]
* Updated the notes on the possibility to provide temperature and dew-point temperature values in tenths of a degree
Celsius
Package Common (Version 3.2.0RC1)
* Removed iwxxm:Runway
Package Volcanic Ash Advisory (Version 3.2.0RC1)
* Replaced iwxxm:summitElevation with iwxxm:sourceElevation with type iwxxm:DistanceWithNilReasonType
* Removed iwxxm:colourCode
* Revised the options in iwxxm:VolcanicAshObservedOrEstimatedStatusType
* Revised the notes in various elements
* Updated the example for Volcanic Ash Advisory
Package Space Weather Advisory (Version 3.1.0RC1)
* Replaced iwxxm:phenomenon with iwxxm:effect with an enumeration of space weather effects
* Changed the multiplicity of iwxxm:replacedAdvisoryNumber from [0..1] to [0..4]
* Introduced iwxxm:intensityAndRegion to indicate the intensity and coverage of a space weather event
* Modified the codelist iwxxm:SpaceWeatherLocation to align with the change of nomaclature of DAYSIDE and NIGHTSIDE
* Updated the examples for Space Weather Advisory
Package WAFS Significant Weather Forecast (Version 1.1.1RC1)
* Moved iwxxm:Volcano and iwxxm:TropicalCyclone to Package Meteorological Feature to facilitate reuse of the two features
Package Quantitative Volcanic Ash Concentration Information (Version 1.0.0RC1)
* First introduction
Package Volcano Observatory Notice for Aviation (Version 1.0.0RC1)
* First introduction

=========================================
2023-1 - May 2023
=========================================
Publishing of finalised release

Expand Down
52 changes: 1 addition & 51 deletions IWXXM/WAFSSigWxFC.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema elementFormDefault="qualified" targetNamespace="http://icao.int/iwxxm/2023-1" version="1.1.0" xmlns:iwxxm="http://icao.int/iwxxm/2023-1" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:aixm="http://www.aixm.aero/schema/5.1.1" xmlns="http://www.w3.org/2001/XMLSchema">
<schema elementFormDefault="qualified" targetNamespace="http://icao.int/iwxxm/2025-2" version="1.1.1RC1" xmlns:iwxxm="http://icao.int/iwxxm/2025-2" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:aixm="http://www.aixm.aero/schema/5.1.1" xmlns="http://www.w3.org/2001/XMLSchema">
<include schemaLocation="metFeature.xsd"></include>
<import namespace="http://www.aixm.aero/schema/5.1.1" schemaLocation="http://www.aixm.aero/schema/5.1.1/AIXM_Features.xsd"></import>
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"></import>
Expand Down Expand Up @@ -89,56 +89,6 @@ Wind speeds shall be provided in unit of measurer "m/s" (meters per second).</do
<attributeGroup ref="gml:AssociationAttributeGroup"></attributeGroup>
<attributeGroup ref="gml:OwnershipAttributeGroup"></attributeGroup>
</complexType>
<element name="Volcano" type="iwxxm:VolcanoType" substitutionGroup="gml:AbstractGML">
<annotation>
<documentation>A volcano</documentation>
</annotation>
</element>
<complexType name="VolcanoType">
<complexContent>
<extension base="gml:AbstractGMLType">
<sequence>
<element nillable="true" name="name" type="iwxxm:StringWithNilReasonType">
<annotation>
<documentation>Name of the volcano.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="VolcanoPropertyType">
<sequence minOccurs="0">
<element ref="iwxxm:Volcano"></element>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"></attributeGroup>
<attributeGroup ref="gml:OwnershipAttributeGroup"></attributeGroup>
</complexType>
<element name="TropicalCyclone" type="iwxxm:TropicalCycloneType" substitutionGroup="gml:AbstractGML">
<annotation>
<documentation>A tropical cyclone.</documentation>
</annotation>
</element>
<complexType name="TropicalCycloneType">
<complexContent>
<extension base="gml:AbstractGMLType">
<sequence>
<element nillable="true" name="name" type="iwxxm:StringWithNilReasonType">
<annotation>
<documentation>Name of the tropical cyclone.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="TropicalCyclonePropertyType">
<sequence minOccurs="0">
<element ref="iwxxm:TropicalCyclone"></element>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"></attributeGroup>
<attributeGroup ref="gml:OwnershipAttributeGroup"></attributeGroup>
</complexType>
<element name="RadiationIncident" type="iwxxm:RadiationIncidentType" substitutionGroup="gml:AbstractGML">
<annotation>
<documentation>A radiation incident characterised by the location name and incident time.</documentation>
Expand Down
Loading

0 comments on commit a037374

Please sign in to comment.