GRASS Metadata Management: Difference between revisions
Jump to navigation
Jump to search
(r.support history="long text" now functional) |
⚠️Hajhouse (talk | contribs) (→Vector: how to edit comments on vect map) |
||
Line 7: | Line 7: | ||
=== Vector === | === Vector === | ||
* [http://mpa.itc.it/markus/grass63progman/Vector_Library.html#head_file_format 'head' file format] | * [http://mpa.itc.it/markus/grass63progman/Vector_Library.html#head_file_format 'head' file format] | ||
* TODO: tool to edit this head file needed | * TODO: tool to edit this head file needed. In the future this may be provided by <code>v.support</code> (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 <code>$MAPSET/vector/$MAPNAME/hist</code>. | |||
== Metadata management ideas for future versions of GRASS == | == Metadata management ideas for future versions of GRASS == |
Revision as of 20:06, 26 May 2007
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
.