Opened 13 years ago

Last modified 11 years ago

#595 assigned enhancement

Harvester / W*S / harvest INSPIRE fields from the GetCapabilities document

Reported by: fxp Owned by: fxp
Priority: major Milestone: v2.10.0 RC0
Component: General Version: v2.6.3
Keywords: Cc:

Description

INSPIRE GetCapabilities document could returned :

  • a link to an XML document for the service metadata record which could be harvested
  • or extra field with more information which could be transformed into the iso19119 record (eg. languages)

Those informations could be used by the harvester for the service metadata record.

Change History (3)

comment:1 by fxp, 11 years ago

Milestone: Future releasev2.9.0
Owner: changed from geonetwork-devel@… to fxp
Status: newassigned
  • use gmd:LanguageCode for language
  • Add thesaurus information:
    <KeywordList>
    <Keyword vocabulary="GEMET - Concepts version 3.0">administrative boundary</Keyword>
    <Keyword vocabulary="ISO 19115:2003">boundaries</Keyword>
    <Keyword vocabulary="ISO">infoMapAccessService</Keyword> same as inspire_vs:ExtendedCapabilities/inspire_common:MandatoryKeyword[@xsi:type='inspire_common:classificationOfSpatialDataService]
    
  • Add metadata point of contact based on !Service/OnlineResource
  • Add AccessConstraints to a resource constraints (otherContraints)
  • Fix duplicated URL in connectPoint
  • Add INSPIRE specific service metadata
    • inspire_vs:ExtendedCapabilities/inspire_common:TemporalReference/inspire_common:DateOfLastRevision = Citation date
    • inspire_vs:ExtendedCapabilities/inspire_common:Conformity = DQ report
    • inspire_vs:ExtendedCapabilities/inspire_common:MetadataDate = metadata date
    • inspire_vs:ExtendedCapabilities/inspire_common:SpatialDataServiceType = service type (only one available - so OGC:WMS is replaced by "view" for INSPIRE enabled services)
    • inspire_vs:ExtendedCapabilities/inspire_common:MandatoryKeyword[@xsi:type='inspire_common:classificationOfSpatialDataService] = keyword in identification section
    • inspire_vs:ExtendedCapabilities/inspire_common:SupportedLanguages = no language in identification section like for dataset - skipped
    • inspire_vs:ExtendedCapabilities/inspire_common:ResponseLanguage/inspire_common:Language = metadata language
  • and improve harvester admin : click harvester name check the box.

comment:2 by fxp, 11 years ago

master commit d07c77d8f8a1b77ff2456485e0c161ac6717d74a

comment:3 by fxp, 11 years ago

master commit d968eca67e9c98d4364b310784e8cd6a6ae3f2ab (conformity)

Note: See TracTickets for help on using tickets.