From 1870535ed3b2f7cdf804bf4b8e3888f30b472cd2 Mon Sep 17 00:00:00 2001 From: Jeremy Tandy Date: Fri, 26 Jan 2024 06:06:39 +0000 Subject: [PATCH 1/2] Update operations.adoc Fixing heading levels in WIS2 to SWIM interop section --- guide/sections/part2/operations.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guide/sections/part2/operations.adoc b/guide/sections/part2/operations.adoc index 6ec3c90..6640b46 100644 --- a/guide/sections/part2/operations.adoc +++ b/guide/sections/part2/operations.adoc @@ -77,7 +77,7 @@ Aeronautical Fixed Service (AFS) is also out of scope. During the WIS2 transitio Global Telecommunications System (GTS). Aviation weather data published via WIS2 will automatically be published to the GTS via the WIS2 WIS2-to-GTS Gateways. -===== WIS2 to SWIM Gateway +====== WIS2 to SWIM Gateway The WIS2 to SWIM interoperability approach employs a Gateway component (as per the figure below): @@ -87,7 +87,7 @@ The Gateway operates as an "adapter" between WIS2 and SWIM, pulling the requisite aviation weather data from WIS2 and re-publishing it via a SWIM service. -===== Data types and format +====== Data types and format Initial SWIM services are expected to include, but are not limited to: @@ -100,7 +100,7 @@ Specifications for these aviation data types are provided in ICAO manuals, and include IWXXM format (FM 205) as specified in Manual on Codes, Volume I.3 - International Codes (WMO-No. 306). -===== Publishing aviation weather data via WIS2 +====== Publishing aviation weather data via WIS2 For aviation weather data to be published via WIS2, the organisation responsible for this provision will need to operate a WIS2 Node and @@ -205,7 +205,7 @@ As a minimum, the WIS2 Node should retain the aviation data for a duration that meets the needs of the Gateway. The retention period of at least 24 hours is recommended. -===== Gateway implementation +====== Gateway implementation The relationships between the Gateway component, WIS2 and SWIM are illustrated in figure 2 (below) footnote:[Note that figure 2 simplifies @@ -221,7 +221,7 @@ These interactions are illustrated in the below figure: image:images/wis2-to-swim-interaction-temp.png[interactions between the Gateway and components of WIS 2.0 and SWIM] -====== Configuration +======= Configuration Discovery metadata about the aviation weather datasets will provide useful information that can be used to configure the Gateway, e.g., the @@ -230,7 +230,7 @@ needed for the aviation weather SWIM service. Discovery metadata can be downloaded from the Global Discovery Catalogue. -====== Functions +======= Functions The Gateway component implements the following functions: @@ -274,12 +274,12 @@ publishing metrics and other operating information. Use of OpenMetrics by the Gateway would enable monitoring and performance reporting to be easily integrated into the WIS2 system. -====== Operation +======= Operation The Gateway may be operated at national or regional level depending on the organisational governance in place. -===== SWIM service +====== SWIM service The SWIM aviation weather information service comprises a Message Broker component which implements the AMQP 1.0 messaging standardfootnote:[AMQP From 1005e9bbf2bb798675e3398df273d5dcf0df128c Mon Sep 17 00:00:00 2001 From: Jeremy Tandy Date: Fri, 26 Jan 2024 06:11:31 +0000 Subject: [PATCH 2/2] Update operations.adoc Asciidoc only supports 6 levels of headings; modified level-7 to be bold/underlined instead. --- guide/sections/part2/operations.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/sections/part2/operations.adoc b/guide/sections/part2/operations.adoc index 6640b46..497fb83 100644 --- a/guide/sections/part2/operations.adoc +++ b/guide/sections/part2/operations.adoc @@ -221,7 +221,7 @@ These interactions are illustrated in the below figure: image:images/wis2-to-swim-interaction-temp.png[interactions between the Gateway and components of WIS 2.0 and SWIM] -======= Configuration +**Configuration** Discovery metadata about the aviation weather datasets will provide useful information that can be used to configure the Gateway, e.g., the @@ -230,7 +230,7 @@ needed for the aviation weather SWIM service. Discovery metadata can be downloaded from the Global Discovery Catalogue. -======= Functions +**Functions** The Gateway component implements the following functions: @@ -274,7 +274,7 @@ publishing metrics and other operating information. Use of OpenMetrics by the Gateway would enable monitoring and performance reporting to be easily integrated into the WIS2 system. -======= Operation +**Operation** The Gateway may be operated at national or regional level depending on the organisational governance in place.