Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion WIS2-Development/Readme.md

This file was deleted.

1 change: 0 additions & 1 deletion WIS2-Development/Sensor-Centre.adoc

This file was deleted.

2 changes: 2 additions & 0 deletions guide/sections/part1/data-publisher.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Upon receipt of a new discovery metadata record, a Global Discovery Catalogue (s

Discovery metadata must be published in the Global Discovery Catalogues before the data are published.

Discovery metadata should be re-published on a daily basis.

==== 1.3.3 How to provide data to WIS2

WIS2 is based on the web architecture.footnote:[See Architecture of the World Wide Web, Volume One: https://www.w3.org/TR/webarch/.] As such it is _resource oriented_. Datasets are resources; the "granules" of data grouped in a dataset are resources; and the discovery metadata records that describe datasets are resources. In web architecture, every resource has a unique identifier (such as a URIfootnote:[See RFC 3986 - Uniform Resource Identifier (URI) - Generic Syntax: https://datatracker.ietf.org/doc/html/rfc3986.]), which can be used to resolve the identified resource and interact with it (for example, to download a representation of the resource over an open-standard protocol such as HTTP).
Expand Down