Community/ogc
From Omar Wiki
This page is for activities related to extensions to the Registry to support requirements for the OGC Spatial community.
Contents |
[edit]
Background
The Open Geospatial Consortium (OGC) defines a OpenGIS® Catalogue Service Implementation Specification, including the ebRIM profile of CSW (ebRIM)
[edit]
Document Links
- Instructions for adjusting this document for omar (and making it validate!) are available at OGCebRIM
- Discussion of how Omar is used to meet Geodata Metadata Requirements
[edit]
Doing spatial Adhoc Query in Omar
We have to perform the following tasks
- Load OGC CSW ebRIM catalog profile
- WCSCapabilities to ebXML
- Spatial index for gml:EnvelopeType slot types
- Configure Adhoc Query
- Perform Spatial Query
[edit]
Mapping a Web Coverage Service Capabilities Document
(from the spec)
| CSW:Record | ebRim |
|---|---|
| dc:identifier | rim:RegistryObject/@id, rim:RegistryObject/rim:ExternalDriver/@Value |
| dc:type | rim:RegistryObject/@ObjectType |
| dc:title | rim:RegistryObject/@Name |
| dc:description | rim:RegistryObject/rim:Description |
| dc:subject | rim:RegistryObject/rim:Slot/rim:ValueList/rim:Value |
| dc:format | rim:ExtrinsicObject/@mimeType |
| ows:BoundingBox | rim:RegistryObject/rim:Slot |
[edit]
Example WCS capabilities
The example WCS capabilities documents we are going to use are from MapServer
