Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Metadata Formats

Matthias Mohr edited this page Jan 6, 2015 · 17 revisions

All services are implemented without transactional or other extensions, like WFS-T or WCPS.

OGC WMS

  • Status: Implemented
  • Code: wms
  • Supported versions: 1.0 - 1.3
  • Supported data: Bounding Box, Title, Description, Keywords, Author, License, Layer (Name, Title, Bounding Box)
  • Detection by Data: Supported by regular expression matching for WMS_Capabilities or WMT_MS_Capabilities root node.
  • Parser: SimpleXML, XPath
  • Known Issues: BBox can't be read from EX_GeographicBoundingBox, only LatLonBoundingBox and BoundingBox supported.

OGC WMTS

  • Status: ToDo
  • Code: wmts
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

OGC WFS

  • Status: ToDo
  • Code: wfs
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

OGC Catalogue Service (for the Web)

Implementation reads only single queries and their repective responses for individual data sets.

  • Status: ToDo
  • Code: csw
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: IMP
  • Known Issues: None

OGC WCS

  • Status: ToDo
  • Code: wcs
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

GML

  • Status: ToDo
  • Code: gml
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

ISO 19119

  • Status: ToDo
  • Code: iso19119
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

ISO 19115

  • Status: ToDo
  • Code: iso19115
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

OWS Common (as base for Context, SOS, ...)

  • Status: ToDo
  • Code: owc
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

OWS Context

  • Status: ToDo
  • Code: owc
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

OGC SOS (Sensor Observation Service)

  • Status: ToDo
  • Code: sos
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: PHP SOS Parser
  • Known Issues: None

KML

  • Status: ToDo
  • Code: kml
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: GeoPHP
  • Known Issues: None

RDF

  • Status: ToDo
  • Code: rdf
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: EasyRDF
  • Known Issues: None

microformats

  • Status: Implemented
  • Code: mf2
  • Supported versions: 2.0 (h-geo)
  • Supported data: h/p-geo, p-latitude, p-longitude (Bounding Box, one or more points are merged to the final BBox); rel=copyright (Copyright), rel=tag (Tags), rel=contents (Description), rel=license (License), rel=author (Author)
  • Detection by Data: Supported by preparsing the data
  • Parser: php-mf2
  • Known Issues: None

Dublin Core

  • Status: ToDo
  • Code: dc
  • Supported versions: -
  • Supported data: -
  • Detection by Data: -
  • Parser: -
  • Known Issues: None

Clone this wiki locally