SOS support - geonetwork/core-geonetwork GitHub Wiki
Idea is to add better SOS support in geonetwork
the following use case is the most important:
- if a metadata record has a link to an sos service, add a button “add-service-to-map”, the main (or last) location of the sensors are then added to the map as dots,
- when a user clicks on a dot, a dialog opens on which a user can select a measured variable
- after selection a graph is displayed with latest measurements
- in Openlayers 2 a lot of the parsers for wfs/sos were part of openlayers, in openlayers 3 a choice has been made to delegate the parsing to other components.
- In GeoNetwork we’ve chosen to use jsonix as parser for wfs. We could also use this parser for sos