Changes between Version 9 and Version 10 of proposals/SOSHarvester


Ignore:
Timestamp:
May 19, 2011, 11:55:37 PM (13 years ago)
Author:
craigj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • proposals/SOSHarvester

    v9 v10  
    3434
    3535== Proposal ==
    36 This proposal adds to the existing OGC WxS harvester.  For more details on what this harvester currently does and how it works refer to the existing documentation on this harvester or the original proposal to add this harvester to geonetwork.
     36This proposal adds to the existing OGC WxS harvester.  For more details on what this harvester currently does and how it works refer to the existing documentation on this harvester or the original proposal to add this harvester to geonetwork [wiki:ISO19119impl].
    3737
    3838=== Schema Specific Harvesting ===
     
    119119|| Temporal extent || srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent || //sos:ObservationOffering/sos:time || min begin time and max end time of TimePeriods/TimeInstants on ObOffering times ||
    120120
     121Link between data and service:
     122
     123{{{
     124<srv:operatesOn>
     125        <gmd:MD_DataIdentification uuid='identifier' xlink:href="link to xml document" xlink:title="Observation offering description"/>
     126</srv:operatesOn>
     127}}}
     128
     129Root element:
     130
     131 * SOS = sos:Capabilities/sos:Contents/sos:ObservationOfferingList/sos:ObservationOffering
     132
     133 * Data metadata root node = /gmd:MD_Metadata
     134 * Service identification node = gmd:identificationInfo/srv:SV_ServiceIdentification
     135
    121136''' Observation Offering Metadata '''
    122137
    123138|| '''Element''' || '''ISO19115 equivalent''' || '''!GetCapabilities element''' || '''Notes''' ||
    124 || Dataset metadata ||  ||  ||  ||
    125 || Identifier || gmd:fileIdentifier/gco:CharacterString || //ows:Operation[@name='GetObservation']/ows:DCP/ows:HTTP/(ows:Get|ows:Post)[1]/@xlink:href + @version + gml:name[1] || Uuid generated from GetObservation url + version + offering name ||
     139|| '''Dataset metadata''' ||  ||  ||  ||
     140|| Identifier || gmd:fileIdentifier/gco:CharacterString || « uuid » || Random uuid ||
    126141|| Language || gmd:language/gco:characterString || « eng » || User Input.  Default value « eng » ||
    127142|| !CharacterSet || gmd:CharacterSet/gmd:MD_CharacterSetCode || « utf8 » ||  ||
     
    133148|| CRS || gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/referenceSystemIdentifier/RS_Identifier/code || gml:srsName ||  ||
    134149|| dataQualityInfo || leave blank || none ||  ||
    135 || Data Identification ||  ||  ||  ||
     150|| '''Data Identification''' ||  ||  ||  ||
    136151|| Title || gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString || gml:name[1] ||  ||
    137152|| Identifier || gmd:citation/gmd:CI_Citation/gmd:identifier/gmd:MD_identifier/gmd:code/(gmx:Anchor|gco:CharacterString) || gml:name || if gml:name has a codeSpace attribute use gmx:Anchor with href set to the codeSpace URI  otherwise use gco:CharacterString ||
     
    147162|| Temporal extent || gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent || sos:time ||  ||
    148163|| Sensor || mcp:sensor/xlink:href || sos:procedure ||  ||
    149 || Distribution ||  ||  ||  ||
     164|| '''Distribution''' ||  ||  ||  ||
    150165|| HTTP Get endpoint || gmd:linkage/gmd:URL || //ows:Operation[@name='GetObservation']/ows:DCP/ows:HTTP/ows:Post/@xlink:href ||  ||
    151166||  || gmd:protocol/gco:CharacterString || «  OGC:SOS-1.0.0-http-post-observation » ||  ||
     
    156171||  || gmd:name/gco:CharacterString || gml:name[1] || Name of the observation offering ||
    157172||  || gmd:description:gcoCharacterString || gml:description ||  ||
    158 || !GetObservation requests for each response format || gmd:linkage/gmd:URL || //ows:Operation[@name='GetObservation']/ows:DCP/ows:HTTP/ows:Get/@xlink:href/ + sos:observedProperty/@xlink:href  + sos:responseFormat || One online resource section for each possible response format ||
     173|| '''!GetObservation requests for each response format''' || gmd:linkage/gmd:URL || //ows:Operation[@name='GetObservation']/ows:DCP/ows:HTTP/ows:Get/@xlink:href/ + sos:observedProperty/@xlink:href  + sos:responseFormat || One online resource section for each possible response format ||
    159174||  || gmd:protocol/gco:CharacterString || «  OGC:SOS-1.0.0-http-get-observation » ||  ||
    160 ||  || gmd:name/gco:CharacterString || gml:name[1] || Name of the observation offering ||
     175||  || gmd:name/gco:CharacterString || gml:name[1] + ' (' + sos:responseFormat + ')' || Name of the observation offering + response format||
    161176||  || gmd:description:gcoCharacterString || gml:description ||  ||
     177
     178Root element:
     179
     180 * SOS = sos:Capabilities/sos:Contents/sos:ObservationOfferingList/sos:ObservationOffering
     181
     182 * Data metadata root node = /gmd:MD_Metadata
     183 * Identification node = gmd:identificationInfo/gmd:MD_DataIdentification
     184 * Distribution node = gmd:distributionInfo/gmd:MD_Distribution/gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine/gmd:CI_OnlineResource
    162185
    163186