GRASS Metadata Management: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (→‎Links: typo)
Line 24: Line 24:
* http://www.gsdi.org/gsdicookbookindex.php
* http://www.gsdi.org/gsdicookbookindex.php
* http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/metadata/MD_IR_and_ISO_20090218.pdf
* 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


[[Category:Development]]
[[Category:Development]]

Revision as of 19:16, 24 June 2009

Metadata support

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...)

Links