You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GDC API contains both real-time and non real-time data. A typical WCMP2 distribution link for data subscriptions can be found below:
102
105
@@ -136,7 +139,7 @@ Programmatically, a GDC client can query the catalogue and filter the results fo
136
139
Using the ``href`` and ``channel`` properties of a matching link object, a client can connect and subscribe to data notifications for a given dataset.
137
140
138
141
Validation and quality assessment
139
-
---------------------------------
142
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
140
143
141
144
The GDC API provides processes to validate WCMP2 records (required by WIS2) and perform quality assessment as a value added service. Both processes
142
145
utilize the `pywcmp`_ package to achieve this capability.
@@ -152,7 +155,7 @@ Interfaces for both ETS validation and KPI quality assessment take the same inpu
152
155
:alt:GDC API Swagger Process for WCMP2 validation
153
156
154
157
Additional endpoints
155
-
--------------------
158
+
^^^^^^^^^^^^^^^^^^^^
156
159
157
160
In addition to OGC API interfaces, wis2-gdc provides the following additional endpoints:
158
161
@@ -161,9 +164,15 @@ In addition to OGC API interfaces, wis2-gdc provides the following additional en
161
164
- ``/wis2-gdc-all-channels-latest.txt``: Live channel list
162
165
163
166
167
+
Metrics
168
+
-------
169
+
170
+
wis2-gdc generates metrics on a daily basis (at 1h) as per the WIS2 Guide Technical Considerations for GDC. The reuslting metrics are made available at ``/wis2-gdc-metrics.txt`` and made available as per the `OpenMetrics`_ standard.
0 commit comments