Changes between Version 9 and Version 10 of ISO19119impl
- Timestamp:
- 12/06/07 08:09:25 (17 years ago)
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 = 2 2 * add metadata of services based on ISO19119 in GeoNetwork. 3 3 * add import XML document functionnality using XSLT stylesheet 4 4 * add harwest WxS !GetCapabilities 5 5 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 == 15 7 * 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) 16 8 * UC2 : Harvest metadata from a WxS service (i.e. Create a full ISO19119 MD based on a GetCapabilities request) 17 9 * UC3 : Update Bbox section of a dataset metadata based on WMS GetCapabilities info (i.e. Update part of MD based on a Request) 18 10 19 ==== Import GetCapabilities document ==== 11 === Import GetCapabilities document === 12 [[Image(GeoNetworkImportUC.png)]] 20 13 21 22 ==== Harvest GetCapabilities document ==== 14 === Harvest GetCapabilities document === 15 [[Image(GeoNetworkHarvestUC.png)]] 23 16 24 17 25 18 26 19 27 28 === Parameters === 20 == Parameters == 29 21 * Input parameter : URL of the service for which to create metadata 30 22 * Ouput parameter : … … 33 25 * (optional) thumbnails 34 26 35 == = GUI ===36 === = Import ====37 {{GeoNetworkImport.png}} 27 == GUI == 28 === Import === 29 [[Image(GeoNetworkImport.png)]] 38 30 39 === = Harvesting ====40 {{GeoNetworkHarvest.png}} 31 === Harvesting === 32 [[Image(GeoNetworkHarvest.png)]] 41 33 42 34 43 35 44 36 45 == = Mapping ===46 === = Service ====37 == Mapping == 38 === Service === 47 39 Root element: 48 40 * WMS = WMT_MS_Capabilities … … 83 75 Link between data and service: 84 76 {{{ 85 #! xml77 #!html 86 78 <srv:operatesOn> 87 79 <gmd:MD_DataIdentification uuid='identifier'/> … … 89 81 }}} 90 82 91 === = Data ====83 === Data === 92 84 93 85 Root element: … … 129 121 || Topic || /gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode || || « dataset », « featureType » Coverage ? || 130 122 131 === = Contact ====123 === Contact === 132 124 || '''Element''' || '''ISO19115 equivalent''' || '''GetCapabilities element''' || '''Note''' || 133 125 || Name || /gmd:individualName/gco:CharacterString || WMT_MS_Capabilities/Service/contactInformation/ContactPersonPrimary/ContactPerson || || … … 147 139 148 140 149 === = Operation ====141 === Operation === 150 142 * Identification = /MD_Metadata/srv:SV_ServiceIdentification 151 143 * Operation = /MD_Metadata/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/ … … 163 155 164 156 165 == = Contact ===157 == Contact == 166 158 167 159 More info : contact [http://wiki.osgeo.org/index.php/User:Fxp François Prunayre]