GRASS Metadata Management: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Metadata support ==
== Metadata support ==
See [[ISO/INSPIRE Metadata Support]] and related [http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS GSoC project] (g.gui.metadata)


=== Raster ===
=== Raster ===
Line 32: Line 34:
The GRASS module could call the [http://inspire-geoportal.ec.europa.eu/validator2/ validator]'s API and return the check result.
The GRASS module could call the [http://inspire-geoportal.ec.europa.eu/validator2/ validator]'s API and return the check result.


== Links ==
== INSPIRE Metadata structure ==
* [http://www.eurogeographics.org/eng/documents/draftINSPIREMetadataIRv2_20070202.pdf DT Metadata – Draft Implementing Rules for Metadata]
* http://wiki.osgeo.org/wiki/Metadata and http://wiki.osgeo.org/wiki/Metadata_software (software list)
* http://www.gsdi.org/gsdicookbookindex.php
* http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/metadata/MD_IR_and_ISO_20090218.pdf
* https://www.ngdc.noaa.gov/wiki/index.php?title=ISO_Metadata_Standard
* [http://inspire-geoportal.ec.europa.eu/validator2/ INSPIRE Geoportal's metadata validator]


== Metadata structure ==
In order to be INSPIRE compliant, a metadata for spatial data sets or spatial data set series should include at least the information provided in the table reported in the [http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32008R1205&from=EN INSPIRE metadata regulation] (those are intended as required fields; the user should be able to add more fields).


In order to be INSPIRE compliant, a metadata should include at least the following information (required fields; the user should be able to add more fields):


{|class="wikitable sortable"  border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#edf9c7; font-size:95%; empty-cells:show;"  
{|class="wikitable sortable"  border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAA; border-collapse:collapse; background-color:#edf9c7; font-size:95%; empty-cells:show;"  
!width=50px|''' Reference '''
!width=50px|''' Reference '''
!width=100px|''' Metadata elements '''
!width=100px|''' Metadata elements '''
!width=50px|''' Multiplicity '''
!width=50px|''' Multiplicity '''
!''' Condition '''
!''' Condition '''
!width=100px|''' Variable '''
!''' Notes '''
!''' Notes '''
|-
|-
Line 56: Line 50:
|1
|1
|  
|  
|  
| title
|  
|  
|-
|-
Line 63: Line 57:
|1
|1
|  
|  
|  
| (+ optional: abstract_URL)
|
|-
|-
|1.3
|1.3
Line 70: Line 63:
|1
|1
|  
|  
|  
| Spatial data set series (series) | Spatial data set (dataset) | Spatial data services (services)
|  
|-
|-
|1.4
|1.4
Line 77: Line 69:
|0..*
|0..*
|Mandatory if a URL is available to obtain more information on the resource, and/or access related services
|Mandatory if a URL is available to obtain more information on the resource, and/or access related services
|
|  
|  
|-
|-
Line 83: Line 74:
|Unique resource identifier
|Unique resource identifier
|1..*
|1..*
|
|  
|  
|  
|  
Line 91: Line 81:
|0..*
|0..*
|Mandatory if the resource include textual information
|Mandatory if the resource include textual information
|
|-
|2.1
|Topic category
|1..*
|
| Topic categories in accordance with ISO 19115
|-
|3
|Keyword
|1..*
|
|
|-
|4.1
|Geographic bounding box
|1..*
|
|
|-
|5
|Temporal reference
|1..*
|
|
|-
|6.1
|Lineage
|1
|
|
|-
|6.2
|Spatial resolution
|0..*
|Mandatory for data sets and data set series if an equivalent scale or a resolution distance can be specified
|
|-
|7
|Conformity
|1..*
|
|
|-
|8.1
|Conditions for access and use
|1..*
|  
|  
|  
|  
|-
|-
|8.2
|Limitations on public access
|1..*
|
|
|-
|9
|Responsible organisation
|1..*
|
|
|-
|10.1
|Metadata point of contact
|1..*
|
|
|-
|10.2
|Metadata date
|1
|
|
|-
|10.3
|Metadata language
|1
|
|
|-
|}
== Links ==
* [http://www.eurogeographics.org/eng/documents/draftINSPIREMetadataIRv2_20070202.pdf DT Metadata – Draft Implementing Rules for Metadata]
* http://wiki.osgeo.org/wiki/Metadata and http://wiki.osgeo.org/wiki/Metadata_software (software list)
* http://www.gsdi.org/gsdicookbookindex.php
* http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/metadata/MD_IR_and_ISO_20090218.pdf
* https://www.ngdc.noaa.gov/wiki/index.php?title=ISO_Metadata_Standard
* [http://inspire-geoportal.ec.europa.eu/validator2/ INSPIRE Geoportal's metadata validator]




[[Category:Development]]
[[Category:Development]]
[[Category:Metadata]]
[[Category:Metadata]]
[[Category:INSPIRE]]

Latest revision as of 14:03, 11 January 2018

Metadata support

See ISO/INSPIRE Metadata Support and related GSoC project (g.gui.metadata)

Raster

Vector

Comments on a vector map can be added manually by editing $MAPSET/vector/$MAPNAME/hist.

Metadata management ideas for future versions of GRASS

Unified XML-based approach for raster/vector/imagery

  • store relevant metadata in an XML-based format, along with creation/modification history
  • a new directory '$maspset/metadata/' could house this information
  • would probably require major re-write of the raster/vector history mechanism
  • generic reading/writing of XML data (don't we already have this functionality somewhere...)

Creating an INSPIRE compliant version of {v,r}.support

One idea would be to develop an INSPIRE compliant version of {v,r}.support. The module would ensure that all fields required for INSPIRE would be completed. It should be possible to write the Metadata out as XML (see above section). The European Union Open Source Metadata Editor (EUOSME) is a Web-based INSPIRE module that is published under the European Union Public Licence [1,2].

[1] EUOSME

[2] Required Fields

Validation

The GRASS module could call the validator's API and return the check result.

INSPIRE Metadata structure

In order to be INSPIRE compliant, a metadata for spatial data sets or spatial data set series should include at least the information provided in the table reported in the INSPIRE metadata regulation (those are intended as required fields; the user should be able to add more fields).


Reference Metadata elements Multiplicity Condition Notes
1.1 Resource title 1 title
1.2 Resource abstract 1 (+ optional: abstract_URL)
1.3 Resource type 1 Spatial data set (dataset) | Spatial data services (services)
1.4 Resource locator 0..* Mandatory if a URL is available to obtain more information on the resource, and/or access related services
1.5 Unique resource identifier 1..*
1.7 Resource language 0..* Mandatory if the resource include textual information
2.1 Topic category 1..* Topic categories in accordance with ISO 19115
3 Keyword 1..*
4.1 Geographic bounding box 1..*
5 Temporal reference 1..*
6.1 Lineage 1
6.2 Spatial resolution 0..* Mandatory for data sets and data set series if an equivalent scale or a resolution distance can be specified
7 Conformity 1..*
8.1 Conditions for access and use 1..*
8.2 Limitations on public access 1..*
9 Responsible organisation 1..*
10.1 Metadata point of contact 1..*
10.2 Metadata date 1
10.3 Metadata language 1

Links