Skip to content

Commit 2e16ef4

Browse files
authored
minor changes from review
editorial only - no content changes
1 parent 12935b8 commit 2e16ef4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guide/sections/part2/global-services.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ On receipt of an offer from a Member to operate a Global Service, the WMO Secret
1818

1919
The _Manual on WIS_, Volume II, the present Guide, and other available materials will help WIS centres decide how to proceed.
2020

21-
When a decision on how to proceed has been made , the WIS NFP will inform the WMO Secretariat of its preference. Depending on the type of Global Service, the WMO Secretariat will provide a checklist to the WIS centre so that the future Global Service can be included in WIS operations.
21+
When a decision on how to proceed has been made, the WIS NFP will inform the WMO Secretariat of its preference. Depending on the type of Global Service, the WMO Secretariat will provide a checklist to the WIS centre so that the future Global Service can be included in WIS operations.
2222

2323
A WIS centre must commit to running the Global Service for a minimum of four years.
2424

@@ -88,7 +88,7 @@ In the following sections, and for each Global Service, a set of metrics is defi
8888
* A Global Broker will check that the topic on which the message is received is valid. If the topic is invalid, the Global Broker will discard non-compliant messages and will raise an alert. The metric ``wmo_wis2_gb_invalid_topic_total`` will be increased by 1.
8989
* During the pre-operational phase (2024), a Global Broker will not discard the message but instead will send a message on the `monitor` topic hierarchy to inform the originating centre and its GISC.
9090
* A Global Broker will validate notification messages against the standard format (see _Manual on WIS_, Volume II – Appendix E. WIS2 Notification Message), discarding non-compliant messages and raising an alert. The metric ``wmo_wis2_gb_invalid_format_total`` will be increased by 1.
91-
* A Global Broker will republish a message only once. It will record the message identifier (``id``) (as defined in the WIS2 Notification Message), of messages already published and will discard subsequent identical messages (those with the same message ``id``). This is the anti-loop feature of the Global Broker.
91+
* A Global Broker will republish a message only once. It will record the message identifier (``id``) (as defined in the WIS2 Notification Message) of messages already published and will discard subsequent identical messages (those with the same message ``id``). This is the anti-loop feature of the Global Broker.
9292
* When publishing a message to the local broker, the metric ``wmo_wis2_gb_messages_published_total`` will be increased by 1.
9393
* All above-defined metrics will be made available on HTTPS endpoints that the Global Monitor will ingest from regularly.
9494
* As a convention, the Global Broker centre-id will be ``tld-{centre-name}-global-broker``.
@@ -156,7 +156,7 @@ In WIS2, Global Caches provide access to WMO core data for data consumers. This
156156
===== 2.7.5.1 Technical considerations
157157

158158
* The Global Discovery Catalogue provides data consumers with a mechanism for discovering and searching for datasets of interest as well as learning how to interact with and find out more information about those datasets.
159-
* The Global Discovery Catalogue implements the OGC API – Records – Part 1: Core standard,footnote:[See OGC-API Records - Part 1 https://docs.ogc.org/DRAFTS/20-004.html.] adhering to the following conformance classes and their dependencies:
159+
* The Global Discovery Catalogue implements the OGC API – Records – Part 1: Core standardfootnote:[See OGC-API Records - Part 1 https://docs.ogc.org/DRAFTS/20-004.html.], adhering to the following conformance classes and their dependencies:
160160
** Searchable Catalog (Deployment);
161161
** Searchable Catalog - Sorting (Deployment);
162162
** Searchable Catalog - Filtering (Deployment);
@@ -172,7 +172,7 @@ In WIS2, Global Caches provide access to WMO core data for data consumers. This
172172
** The subscription topic shall be ``++cache/a/wis2/+/metadata/#++``.
173173
* A Global Discovery Catalogue should connect to and subscribe to more than one Global Broker to ensure that no messages are lost in the event of a Global Broker failure. A Global Discovery Catalogue will discard duplicate messages as needed.
174174
* A Global Discovery Catalogue will verify that a discovery metadata record identifier’s centre-id token (see Manual on WIS, Volume II – Appendix F. WMO Core Metadata Profile (Version 2)) matches the centre-id level of the topic from which it was published (see Manual on WIS, Volume II – Appendix D. WIS2 Topic Hierarchy) to ensure that discovery metadata are published by the authoritative organization.
175-
* A Global Discovery Catalogue will validate discovery metadata records against the WCMP2. Valid WCMP2 records will be ingested into the catalogue. Invalid or malformed records will be discarded and reported to the Global Monitor against the centre-id associated with the discovery metadata record.
175+
* A Global Discovery Catalogue will validate discovery metadata records against the WCMP2. Valid WCMP2 records will be ingested into the catalogue. Invalid or malformed records will be discarded and reported to the Global Monitor against the centre-id associated with the discovery metadata record.
176176
* A Global Discovery Catalogue will only update discovery metadata records to replace links for dataset subscription and notification (origin), with their equivalent links for subscription at Global Brokers (cache).
177177
* A Global Discovery Catalogue will periodically assess discovery metadata provided by NCs and DCPCs against a set of key performance indicators (KPIs) in support of continuous improvement. Suggestions for improvement will be reported to the Global Monitor against the centre identifier associated with the discovery metadata record.
178178
* A Global Discovery Catalogue will remove discovery metadata that are marked for deletion as specified in the data notification message.
@@ -200,7 +200,7 @@ wis2-gdc provides the functionality required for the Global Discovery Catalogue,
200200
* Metrics reporting;
201201
* Implementation of metrics.
202202

203-
wis2-gdc is managed as a free and open source project. Source code, issue tracking and discussions are hosted openly on GitHub: https://github.com/wmo-im/wis2-gdc.
203+
wis2-gdc is managed as a free and open source project. Source code, issue tracking and discussions are hosted openly on GitHub: https://github.com/wmo-im/wis2-gdc.
204204

205205
==== 2.7.6 Global Monitor
206206

0 commit comments

Comments
 (0)