Changes between Version 8 and Version 9 of proposals/SOSHarvester


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

--

Legend:

Unmodified
Added
Removed
Modified
  • proposals/SOSHarvester

    v8 v9  
    8888The mappings for the included transformations are as follows:
    8989
     90'''Service Metadata'''
    9091
     92|| '''Element''' || '''ISO19119 equivalent''' || '''!GetCapabilities element''' || '''Note''' ||
     93|| '''Service metadata''' ||  ||  ||  ||
     94|| Identifier || gmd:fileIdentifier/gco:CharacterString || //ows:Operation[@name='GetCapabilities']/ows:DCP/ows:HTTP/ows:Get/@xlink:href + @version || Uuid generated from Service url + version ||
     95|| Language || gmd:language/gco:characterString || « eng » || User Input.  Default value « eng » ||
     96|| !CharacterSet || gmd:CharacterSet/gmd:MD_CharacterSetCode || « utf8 » ||  ||
     97|| !HierarchyLevelCode || gmd:hierarchyLevel/gmd:MD_ScopeCode || codeListValue="service" ||  ||
     98|| Contact || gmd:contact || cf contact mapping (refer [wiki:ISO19119impl]) ||  ||
     99|| Date stamp || gmd:dateStamp/gco:DateTime ||  || !Harvesting/Import date ||
     100|| Standard name || gmd:metadataStandardName/gco:CharacterString || « ISO 19119/2005 » ||  ||
     101|| Standard version || gmd:metadataStandardVertsion/gco:CharacterString || « 1.0 » ||  ||
     102|| CRS || gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/referenceSystemIdentifier/RS_Identifier/code || //sos:ObservationOffering/gml:srsName || 4326 if available if not the first one ||
     103|| transferOptions || gmd:distributionInfo/gmd:MD_Distribution/gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine || //ows:OperationsMetadata/ows:Operation[@name='GetCapabilities']/ows:DCP/ows:HTTP/ows:Get/@xlink:href ||  ||
     104|| dataQualityInfo || leave blank || none ||  ||
     105|| '''Service Identfication''' ||  ||  ||  ||
     106|| Title || gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString || //ows:ServiceIdentification/ows:Title ||  ||
     107|| Date || gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:dateTime codeListValue=”revision” ||  || !Harvesting/Import date ||
     108|| Abstract || gmd:abstract/gco:CharacterString || ows:ServiceIdentification/ows:Abstract ||  ||
     109|| Status || gmd:status/gmd:MD_ProgressCode || « onGoing »   or « completed » || if any gml:endPosition/@indeterminatePosition='now' assign <<onGoing>>, otherwise, use <<completed>> ||
     110|| Contact || gmd:pointOfContact || cf contact mapping (refer [wiki:ISO19119impl]) ||  ||
     111|| Keyword || gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString || //ows:keywords/ows:Keyword || « theme » for type ||
     112|| Service type || srv:serviceType/gco:LocalName codeSpace="www.w3c.org" || « OGC:SOS » ||  ||
     113|| Service version || srv:serviceTypeVersion/gco:CharacterString || /ROOT/@version || eg. « 1.0.0 » ||
     114|| Fees || srv:accessProperties/gmd:MD_StandardOrderProcess/gmd:fees/gco:CharacterString || //ows:Fees ||  ||
     115|| !AccessConstraint || gmd:resourceConstraints/gmd:MD_Constraints/gmd:useLimitation || //ows:AccessConstraints ||  ||
     116|| Operations || srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString || //ows:OperationsMetadata/* || cf mapping on operation (refer [wiki:ISO19119impl]) ||
     117|| !OperatesOn || srv:operatesOn/gmd:MD_DataIdentification/@uuidref || metadata uuid for generated MD for ObservationOffering ||  ||
     118|| Bounding box || srv:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox || //sos:ObservationOffering/gml:boundedBy/gml:Envelope || max upper(nw) and lower (se) of lat/lon values on ObOffering envelopes re-projected to WGS84 ||
     119|| 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 ||
    91120
     121''' Observation Offering Metadata '''
    92122
     123|| '''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 ||
     126|| Language || gmd:language/gco:characterString || « eng » || User Input.  Default value « eng » ||
     127|| !CharacterSet || gmd:CharacterSet/gmd:MD_CharacterSetCode || « utf8 » ||  ||
     128|| !HierarchyLevelCode || gmd:hierarchyLevel/gmd:MD_ScopeCode || codeListValue="dataset" ||  ||
     129|| Contact || gmd:contact || cf contact mapping ||  ||
     130|| Date stamp || gmd:dateStamp/gco:DateTime ||  || !Harvesting/Import date ||
     131|| Standard name || gmd:metadataStandardName/gco:CharacterString || « ISO 19115:2003/19139 » ||  ||
     132|| Standard version || gmd:metadataStandardVertsion/gco:CharacterString || « 1.0 » ||  ||
     133|| CRS || gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/referenceSystemIdentifier/RS_Identifier/code || gml:srsName ||  ||
     134|| dataQualityInfo || leave blank || none ||  ||
     135|| Data Identification ||  ||  ||  ||
     136|| Title || gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString || gml:name[1] ||  ||
     137|| 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 ||
     138|| Date || gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:dateTime codeListValue=”revision” ||  || !Harvesting/Import date ||
     139|| Abstract || gmd:abstract/gco:CharacterString || gml:description ||  ||
     140|| Purpose || gmd:purpose/gco:CharacterString || sos:intendedApplication || Concatenate multiple intended applications into one string separated by ',' ||
     141|| Status || gmd:status/gmd:MD_ProgressCode || « onGoing »   or « completed » || if gml:endPosition/@indeterminatePosition='now'  assign <<onGoing>>, otherwise, use <<completed>> ||
     142|| Contact || gmd:pointOfContact || cf contact mapping ||  ||
     143|| Keywords (theme) || gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString || sos:observedProperty || gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" ||
     144|| Keywords (place) || gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString || sos:featureOfInterest || gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" ||
     145|| Topic Category || gmd:topicCategory/gmd:MD_TopicCategoryCode ||  || User Input ||
     146|| Bounding box || gmd:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox || gml:boundedBy/gml:Envelope || upper(nw) and lower (se) of lat/lon values on Observation Offering envelopes re-projected to WGS84 ||
     147|| Temporal extent || gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent || sos:time ||  ||
     148|| Sensor || mcp:sensor/xlink:href || sos:procedure ||  ||
     149|| Distribution ||  ||  ||  ||
     150|| HTTP Get endpoint || gmd:linkage/gmd:URL || //ows:Operation[@name='GetObservation']/ows:DCP/ows:HTTP/ows:Post/@xlink:href ||  ||
     151||  || gmd:protocol/gco:CharacterString || «  OGC:SOS-1.0.0-http-post-observation » ||  ||
     152||  || gmd:name/gco:CharacterString || gml:name[1] || Name of the observation offering ||
     153||  || gmd:description:gcoCharacterString || gml:description ||  ||
     154|| HTTP Post endpoint || gmd:linkage/gmd:URL || //ows:Operation[@name='GetObservation']/ows:DCP/ows:HTTP/ows:Post/@xlink:href ||  ||
     155||  || gmd:protocol/gco:CharacterString || «  OGC:SOS-1.0.0-http-post-observation » ||  ||
     156||  || gmd:name/gco:CharacterString || gml:name[1] || Name of the observation offering ||
     157||  || 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 ||
     159||  || 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 ||
     161||  || gmd:description:gcoCharacterString || gml:description ||  ||
    93162
    94163