This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Metadata Formats
Matthias Mohr edited this page Jan 5, 2015
·
17 revisions
All services are implemented without transactional or other extensions, like WFS-T or WCPS.
- 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.
- Status: ToDo
-
Code:
wmts - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
- Status: ToDo
-
Code:
wfs - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
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
- Status: ToDo
-
Code:
wcs - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
- Status: ToDo
-
Code:
gml - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
- Status: ToDo
-
Code:
iso19119 - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
- Status: ToDo
-
Code:
iso19115 - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
- Status: ToDo
-
Code:
owc - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None
- Status: ToDo
-
Code:
sos - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: PHP SOS Parser
- Known Issues: None
- Status: ToDo
-
Code:
kml - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: GeoPHP
- Known Issues: None
- Status: ToDo
-
Code:
rdf - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: EasyRDF
- Known Issues: None
- 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
- Status: ToDo
-
Code:
dc - Supported versions: -
- Supported data: -
- Detection by Data: -
- Parser: -
- Known Issues: None