Changes between Version 9 and Version 10 of ISO19119impl


Ignore:
Timestamp:
Dec 6, 2007, 8:09:25 AM (16 years ago)
Author:
Fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISO19119impl

    v9 v10  
    1 = Aim =
     1= Aim : use OGC:GetCapabilities document to produce metadata for services and layers in ISO19119/139  =
    22 * add metadata of services based on ISO19119 in GeoNetwork.
    33 * add import XML document functionnality using XSLT stylesheet
    44 * add harwest WxS !GetCapabilities
    55
    6 == Mapping OGC:GetCapabilities to ISO19119 ==
    7 
    8 = New schema and interface =
    9 TODO
    10 
    11 = Webcrawler =
    12 Define a webcrawler which is able to grab information from webservices (e.g. WxS) available on the Internet and produce a draft metadata to be able to simplify metadata editing for webservices.
    13 
    14 === Uses cases ===
     6== Uses cases ==
    157 * UC1 : Create metadata using copy/paste the GetCapabilities document of a WxS service (i.e. Create a full ISO19119 MD based on a GetCapabilities request)
    168 * UC2 : Harvest metadata from a WxS service (i.e. Create a full ISO19119 MD based on a GetCapabilities request)
    179 * UC3 : Update Bbox section of a dataset metadata based on WMS GetCapabilities info (i.e. Update part of MD based on a Request)
    1810
    19 ==== Import GetCapabilities document ====
     11=== Import GetCapabilities document ===
     12[[Image(GeoNetworkImportUC.png)]]
    2013
    21 
    22 ==== Harvest GetCapabilities document ====
     14=== Harvest GetCapabilities document ===
     15[[Image(GeoNetworkHarvestUC.png)]]
    2316
    2417
    2518
    2619
    27 
    28 === Parameters ===
     20== Parameters ==
    2921 * Input parameter : URL of the service for which to create metadata
    3022 * Ouput parameter :
     
    3325   * (optional) thumbnails
    3426
    35 === GUI ===
    36 ==== Import ====
    37 {{GeoNetworkImport.png}}
     27== GUI ==
     28=== Import ===
     29[[Image(GeoNetworkImport.png)]]
    3830
    39 ==== Harvesting ====
    40 {{GeoNetworkHarvest.png}}
     31=== Harvesting ===
     32[[Image(GeoNetworkHarvest.png)]]
    4133
    4234
    4335
    4436
    45 === Mapping ===
    46 ==== Service ====
     37== Mapping ==
     38=== Service ===
    4739Root element:
    4840 * WMS = WMT_MS_Capabilities
     
    8375Link between data and service:
    8476{{{
    85 #!xml
     77#!html
    8678<srv:operatesOn>
    8779        <gmd:MD_DataIdentification uuid='identifier'/>
     
    8981}}}
    9082
    91 ==== Data ====
     83=== Data ===
    9284
    9385Root element:
     
    129121|| Topic || /gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode ||  || « dataset », « featureType » Coverage ?  ||
    130122
    131 ==== Contact ====
     123=== Contact ===
    132124|| '''Element''' || '''ISO19115 equivalent''' || '''GetCapabilities element''' || '''Note''' ||
    133125|| Name || /gmd:individualName/gco:CharacterString || WMT_MS_Capabilities/Service/contactInformation/ContactPersonPrimary/ContactPerson ||  ||
     
    147139
    148140
    149 ==== Operation ====
     141=== Operation ===
    150142 * Identification = /MD_Metadata/srv:SV_ServiceIdentification
    151143 * Operation = /MD_Metadata/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/
     
    163155
    164156
    165 === Contact ===
     157== Contact ==
    166158
    167159More info : contact [http://wiki.osgeo.org/index.php/User:Fxp François Prunayre]