I wanted to use v.trim but the command wasn´t found. But the manual exists, so why can´t I use this modul?
I am using GRASS 5.0.2 Binaries from April 2003
Any idea? What can I use instead?
lg michaela
--
Institut fuer Geographie und Regionalforschung
Universitaet Wien
Kartografie und Geoinformation
Departement of Geography and Regional Research
University of Vienna
Cartography and GIS
Universitaetstr. 7, A-1010 Wien, AUSTRIA
Tel: (+43 1) 4277 48658
Fax: (+43 1) 4277 48649
E-mail: kinb@atlas.gis.univie.ac.at
FTP: ftp://ftp.gis.univie.ac.at
WWW: http://www.gis.univie.ac.at/karto
Hello Michaela
On Mon, 16 Feb 2004, Kinberger Michaela wrote:
I wanted to use v.trim but the command wasn´t found. But the manual
exists, so why can´t I use this modul?
Manual pages are stored separately from the source code in the GRASS
source code repository and they are always installed even if the module is
not compiled...
I am using GRASS 5.0.2 Binaries from April 2003
Any idea? What can I use instead?
It would seem to be disabled because it has too many bugs:
http://freegis.org/cgi-bin/viewcvs.cgi/*checkout*/grass/src/mapdev/v.trim/BUGS
You would need to get the GRASS source code and compile it yourself if you
wanted it.
Maybe use v.support with the option to remove dangles (set an appropriate
threshold)? I'm not sure if that is roughly the same thing or not.
Paul
On Mon, Feb 16, 2004 at 11:45:40AM +0000, Paul Kelly wrote:
Hello Michaela
On Mon, 16 Feb 2004, Kinberger Michaela wrote:
> I wanted to use v.trim but the command wasn´t found. But the manual
> exists, so why can´t I use this modul?
Manual pages are stored separately from the source code in the GRASS
source code repository and they are always installed even if the module is
not compiled...
Just a remark:
From GRASS 5.7 onwards the manual pages are stored along with
the source code. In GRASS 5.7 version only the 'active' modules are
visible.
Markus