Hi list,
what's the easiest way to edit the comments section of vector map (the field that shows up with v.info)?
thanks
Wouter
Hi list,
what's the easiest way to edit the comments section of vector map (the field that shows up with v.info)?
thanks
Wouter
On Fri, Feb 09, 2007 at 09:34:51AM -0500, Wouter wrote:
Hi list,
what's the easiest way to edit the comments section of vector map (the
field that shows up with v.info)?
I am also interested... I fear that we need a new command
for this to edit the "head" file of a vector map.
Markus
Hi,
AFAIK, there is no raster/vector module which allows user to edit
metadata available via [r|v].info. BTW the metadata model in GRASS
should be updated according to the given standards in this field (ISO
19115 GRASS profile, etc).
I have created a wiki page for this purpose [1]
Martin
[1] http://grass.gdf-hannover.de/wiki/GRASS_Metadata_Management
2007/2/10, Markus Neteler <neteler@itc.it>:
On Fri, Feb 09, 2007 at 09:34:51AM -0500, Wouter wrote:
>
> Hi list,
>
> what's the easiest way to edit the comments section of vector map (the
> field that shows up with v.info)?I am also interested... I fear that we need a new command
for this to edit the "head" file of a vector map.Markus
_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser
--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *
Hi,
I would like to code v.support soon. But as I see, v.support should be
able to work with whole metadata system (which is still in discussion
phase).
BTW, this could be nice task for Python...
Jachym
2007/2/10, Markus Neteler <neteler@itc.it>:
On Fri, Feb 09, 2007 at 09:34:51AM -0500, Wouter wrote:
>
> Hi list,
>
> what's the easiest way to edit the comments section of vector map (the
> field that shows up with v.info)?I am also interested... I fear that we need a new command
for this to edit the "head" file of a vector map.Markus
_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser
--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub
Wouter wrote:
what's the easiest way to edit the comments section of vector map (the
field that shows up with v.info)?
brute force method: edit the text file $MAPSET/vector/$MAPNAME/hist
AFAIK you can put anything there. The raster version of the same
($MAPSET/hist/$MAPNAME) is limited to 80x24 chars however.
Hamish