Skip to content
Jesse Eichar edited this page Nov 22, 2013 · 10 revisions

Due to a multitude of reasons metadata can get invalid over time or links in the metadata can get lost (404). Last summer it was suggested to implement a background process that constantly checks metadata records. Tasks performed on a record are based on plug-ins. So an administrator should be able to select which plug-ins he would like to activate and how he wants to be notified of a potential error along with links that will assist in fixing the issue.

Following plug-ins/tasks are suggested:

  • Validation of the record against xsd and schematron
  • Check metadata links (service operateson dataset, parent-child, feature catalog)
  • Check link to WMS/WFS server. Check if server is available. Check if layer mentioned is available in capabilities. Or even check if other layers are available in capabilities that are not described in the catalog.
  • If metadata is marked as Inspire, an attached WMS/WFS capabilities document could be checked on certain Inspire extensions (required keywords, service metadata link)

Much of the serverside code is already written (Bolsena) but testing needs to be completed and a UI is required. A couple of example plugins are also need to be developed in order to validate the API.

  • Allow manual running of a process on a selection and from viewer.
  • Configure which processes run on which metadata automatically
  • Merge schedules into this framework (1 framework for both)

Proposed Processes:

  • Report on all labels changed
  • Report all non-validated metadata
  • Check for broken links
  • Check that contacts are available by sending email and waiting 24 hours
  • Quality Check report
  • Validation reports
  • Check relationship links
  • Check that wms links have the correct layer in it.
  • Check submission date vs review data
  • Check all metadata that have not been updated in the last X days/months/years

Future Work;

  • Keep history of report IE the link has been broken for 3 weeks.

Interested Parties:

  • Ine
Clone this wiki locally