Changes between Version 4 and Version 5 of proposals/SOSHarvester
- Timestamp:
- 05/18/11 19:39:17 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
proposals/SOSHarvester
v4 v5 13 13 This proposal is to add the option to harvest service and observation offering metadata from the GetCapabilities document returned from an SOS server to the OGC WxS Harvester. 14 14 15 This proposal also adds the ability to specify schema specific mappings for OGC WxS harvesters including plugin profiles (this harvester was originally designed for the iso19139.mcp profile).15 This proposal also adds the ability to specify schema specific mappings for OGC WxS harvesters including plugin schemas (this harvester was originally designed for the iso19139.mcp profile). 16 16 17 17 === Proposal Type === … … 31 31 32 32 == Motivations == 33 The marine community in Australia is increasingly looking to make use of OGC Sensor Observation services to publish marine data with many services already being made available. The addition of an SOS harvesting option to geonetwork will facilitate the discovery and access of these services via the Australian Oceans Data Network (AODN) by making it a simple process to publish service details to the AODN's service/dataset catalog (the ANZ-MEST/geonetwork) .33 The marine community in Australia is increasingly looking to make use of OGC Sensor Observation services to publish marine data with many services already being made available. The addition of an SOS harvesting option to geonetwork will facilitate the discovery and access of these services via the Australian Oceans Data Network (AODN) by making it a simple process to publish service details to the AODN's service/dataset catalog (the ANZ-MEST/geonetwork) or to contributing catalogs. 34 34 35 35 == Proposal == … … 70 70 When a particular OGC Service type is selected in the OGC WxS harvester, all registered schema directories will be scanned to determine which schemas support harvesting metadata for that particular type and the user will be able to select the target schema to use in the harvester: 71 71 72 [[Image(target-schema.png)] 72 [[Image(target-schema.png)]] 73 74 === SOS GetCapabilities Harvester === 75 76 This proposal also adds the option to harvest metadata from an OGC Sensor Observation Service GetCapabilities response to the OGC WxS Harvester, in particular an OGC Sensor Observation Service compliant with version 1.0.0 of the specification. 77 78 Under this proposal "OGC Sensor Observation service (1.0.0)" will be added to list of possible OGC WxS service types that can be harvested using this harvester: 79 80 When this option is selected, the harvester will harvest service metadata from the GetCapabilities statement returned from the specified SOS endpoint using the service metadata stylesheet for the selected target schema. 81 82 Additionally, if the "Create metadata for layer elements using GetCapabilities information" option is selected, the harvester will harvest resource metadata for each Observation Offering listed in the GetCapabilities response using the resource metadata stylesheet for the selected target schema. 83 84 An iso19119/iso19139 service metadata stylsesheet and a sample iso19115/iso19139 resource metadata stylesheet is included with this proposal (we will be using the iso19139.mcp mapping to be made available in the schema plugin for this profile). 85 86 The mappings for these transformations are as follows: 87 88 89 90 91 73 92 74 93 === Backwards Compatibility Issues ===