Changes between Version 1 and Version 2 of proposals/InspireDownloadServiceAsAtom
- Timestamp:
- 09/18/12 07:14:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
proposals/InspireDownloadServiceAsAtom
v1 v2 15 15 == Proposal == 16 16 17 ''''Generate Atom''' 17 '''Generate Atom''' 18 18 19 Inspire requires either WFS service or Atom xml for downloading datasets. These days governments are uploading xml-files as Atom-files and link to that document from the Geonetwork data download link. The Atom document contains roughly the same information as an Inspire iso19115/9 record in GN. So seems quite usefull to generate this feed document as an output format for Geonetwork. 19 20 … … 55 56 }}} 56 57 58 '''Validate Atom''' 59 60 Before being able to harvest metadata from Atom Feeds i guess we'll need Atom XSD in GN 61 62 '''Harvest ATOM''' 63 64 Similar to a WMS-capabilities harvest. An Atom harvest would be able to harvest iso19115 and iso19119 metadata records from an Atom feed. 57 65 58 66 '''Display Atom Contents''' 67 59 68 The atom link can be referred to from the Inspire iso19115 and Inspire iso19119 records in the catalogue 60 69 … … 65 74 If GN finds such an atom feed url in the gmd:url field, the metadata record-view should get the feed contents and return the (metadata and the) hyperlinked documents inside the Atom document and present them as hyperlinks 66 75 76 '''Inspire validation of the introduced tooling''' 67 77 68 TODO: 78 Geonovum (dutch government) has used SoapUi to build a complience test framework for view & download services, http://www.geonovum.nl/dossiers/inspire/implementatie/conformiteit. This framework can be used to check whether the 79 introduced tooling complies with the inspire directives. Goal is to minimize manual duplication of metadata elements. 80 81 '''TODO:''' 82 69 83 * create Atom output format (new metadata.show endpoint using custom xslt) 70 84 * Add option to iso19115 'online resource' section to auto generate a hyperlink to an Atom feed referring to the uploaded dataset 71 * Add option to harvest iso1911 9 metadata from an Atom Feed72 * If online resource section 73 * Alter Geonetwork to comply with ETF Inspire Validation framework (http://www.geonovum.nl/dossiers/inspire/implementatie/conformiteit) for download services, without the need of editing xml-documents manually85 * Add option to harvest iso19115/iso19119 metadata from an Atom Feed 86 * If online resource section contains atom link, present as human readable in metadata record view 87 * Complience testing 74 88 75 89 === Proposal Type ===