2021-02-05: MOVED TO https://github.com/wmo-im/wis2-metadata-search
Temporary project control area:
- project proposal
- project charter
Temporary project control area:
Date: 2020-08-26 Focal point: Tom Kralidis
WIS 1.0 discovery is primarily comprised of WMO Core Metadata Profile, OAI-PMH for harvesting and SRU for search.
Current realities of the interfaces and encodings include:
As a result, WIS and weather/climate/water data and services related to discovery and search should be improved to take advantage of current approaches and opportunities.
Weather/climate/water data is by nature geospatial, and temporal. The W3C Spatial Data on the Web Best Practices provides guidelines on how to best enable spatiotemporal data to lower the barrier for users, search engine optimization and linked data.
The current evolution in data exchange standards, systems and architecture are grounded in the following:
Following this trend is the current evolution of OGC interface standards via OGC API, which are a clean break against legacy standards, and implement APIs using core, broad industry approaches (W3C, OpenAPI, JSON, etc.).
OGC APIs are designed to be web developer friendly and are being developed with a minimal core and extension mechanism. Example:
/api?request=GetFeature&typename=roads&featureid=5
/api/collections/roads/items/5
This project aims to experiment implementing WMO discovery metadata as DCAT using the OGC API - Records draft standard. This project will also experiment actionable linkages with demonstration project 1 (AMQP/MQTT), search/access of collections of variables of NWP data, as well as enabling search capability against WIS 2.0 topics.
This project will demonstrate the following WIS 2.0 principles.
1 WIS 2.0: adopts Web technologies and leverages industry best practices and open standards: the project will implement HTTP, RESTful design patterns, as well as the evolving OGC API suite of standards
2 WIS 2.0: uses Uniform Resource Locators (URL) to identify resources (i.e. Web pages, data, metadata, APIs): the project will implement link relations in support of the hypermedia
3 WIS 2.0: prioritizes use of public telecommunications networks (i.e. the Internet) when publishing digital resources: the project will use the Web as the platform
4 WIS 2.0: requires provision of Web service(s) to access or interact with digital resources (e.g. data, information, products) published using WIS: the project will implement discovery as a web service (API) as well as hypermedia controls to related actionable bindable services/APIs
6 WIS 2.0: will add open standard messaging protocols that use the publish-subscribe message pattern to the list of data exchange mechanisms approved for use within WIS and GTS: this project will demonstrate actionable hypermedia controls to protocols and services put forth in Demonstration project 1 (Exploring the use of message queruying protocols for GTS data exchange)
10 WIS 2.0: will provide a catalogue containing metadata that describes both data and the service(s) provided to access that data: this project will demonstrate OGC API - Records as an approach for cataloguing WIS metadata for data and services
11 WIS 2.0: encourages data providers to publish metadata describing their data and Web services in a way that can be indexed by commercial search engines: this project will enable WIS metadata for SEO and mass market interoperability
Milestone | Date |
---|---|
metadata design (types, crosswalk) | 2021-03-31 |
demonstration (harvesting, search) | 2021-09-30 |
final report | 2021-10-31 |
Date: 2020-05-03 Focal point: Tom Kralidis
WIS 1.0 discovery is primarily comprised of WMO Core Metadata Profile, OAI-PMH for harvesting and SRU for search.
Current realities of the interfaces and encodings include:
As a result, WIS and weather/climate/water data services related to discovery and search should be improved to take advantage of current approaches and opportunities.
Weather/climate/water data is by nature geospatial, and temporal. The W3C Spatial Data on the Web Best Practices provides guidelines on how to best enable spatiotemporal data to lower the barrier for users, search engine optimization and linked data.
The current evolution in data exchange standards, systems and architecture are grounded in the following:
Following this trend is the current evolution of OGC interface standards via OGC API, which are a clean break against legacy standards, and implement APIs using core, broad industry approaches (W3C, OpenAPI, JSON, etc.).
OGC APIs are designed to be web developer friendly and are being developed with a minimal core and extension mechanism. Example:
/api?request=GetFeature&typename=roads&featureid=5
/api/collections/roads/items/5
This project aims to experiment implementing WMO discovery metadata as DCAT using the OGC API - Records draft standard. This project will also experiment actionable linkages with demonstration project 1 (AMQP/MQTT), search/access of collections of variables of NWP data, as well as enabling search capability against WIS 2.0 topics.
Thanks @chris-little. RE: AMQP/MQTT note that we will experiment with links to AMQP/MQTT workflow (see MetPX/wmo_mesh#16 for e.g.)
@chris-little the PubSub whitepaper identifies a open source project that is trying to provide a similar approach to OpenAPI for event driven services called AsyncAPI
@chris-little @m-burgoyne can you explain to me in plain and simple terms why OGC is not using one of the many pubsub solution available (including two ISO standards) and plan to create yet another one. One of the goof thing with standard(s) is that you do not really need many ones !!
@remygiraud @chris-little I don’t believe that the OGC is planning to create a new Pub/Sub solution, AsyncAPI is an approach which describes the Pub/Sub mechanism(s) an API supports.
@remygiraud Hi Remy, OGC do not plan to create another PubSub standard - they have already published one in 2013 several years ago. Though it only supports SOAP!
W3C PubSub is dated 2018.
Google PubSub documents are not dated.
What are the ISO pub/sub standards? I only know of ISO23000-16 for MPEGs
@tomkralidis I like this. It sounds eminently sensible. I also like that you propose to demo AMQP/MQTT even though OGC API standards are being developed using OpenAPI Version 3 (aka Swagger) which is only defined over HTTP(S).
Of course, the OGC Sensor Things API is defined using OData rather than OpenAPI, so this spectrum of technologies will be appropriate to WMO/OMM