52North / GEO-label-java

A Java implementation of the GEO label, including client and server module and a standalone generator for GEO labels.
http://geolabel.info/
Apache License 2.0
4 stars 7 forks source link

URL and regex/XPath based facets #64

Open nuest opened 9 years ago

nuest commented 9 years ago

Instead of (or in addition to) XPaths for validating label availability, extend transformer files to support a URL and regex or URL and XPath based mechanism. This could be used for example to determine the last available observation from a Sensor Observation Service. The URL is a GetObservation request, the regex picks up (or an XPath) picks up the latest value.

These options make the transformation file more complex so #18 becomes more relevant.