GRASS Metadata Management: Difference between revisions
Jump to navigation
Jump to search
⚠️Hajhouse (talk | contribs) (→Vector: how to edit comments on vect map) |
|||
Line 12: | Line 12: | ||
== Metadata management ideas for future versions of GRASS == | == 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 == | == Links == |
Revision as of 18:21, 19 April 2008
Metadata support
Raster
- r.support (r.support history="long text" now functional, it does line wrapping)
- Metadata support in GRASS raster library notes
Vector
- 'head' file format
- TODO: tool to edit this head file needed. In the future this may be provided by
v.support
(which has not yet been written). (Reference: http://grass.itc.it/pipermail/grassuser/2007-February/038323.html)
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...)