[GRASS-user] Re: setting up GRASS svn

2012-01-20 Thread Shane Litherland
Hi Markus and mailing list; I tackled the svn setup today. after several hrs of web browsing, uninstalling old versions, and trying a few approaches to svn commands, I think I have succeeded. the 'info' under GRASS "HELP>ABOUT GRASS GIS" now shows I have 'GRASS GIS 6.4.2svn50340 (2012) A couple o

Re: [GRASS-user] Building 6.5svn on 64-bit architecture

2012-01-20 Thread Rich Shepard
On Sat, 21 Jan 2012, Glynn Clements wrote: It's impossible to say without more information (e.g. exact errors messages). I'll do a screenshot tomorrow and send that. The main issue is that everything has to use the same architecture: you can't link a 32-bit executable against 64-bit librar

Re: [GRASS-user] Building 6.5svn on 64-bit architecture

2012-01-20 Thread Glynn Clements
Rich Shepard wrote: >I ran 'svn up' on the grass-6.5 directory on my laptop running > Slackware-13.37/x64, then configured and tried building. The make fails > because the main.o is 32-bit not 64-bit. > >Is there another configuration option I need for this? Or, is the issue > something

Re: [GRASS-user] Building 6.5svn on 64-bit architecture [UPDATE]

2012-01-20 Thread Rich Shepard
On Fri, 20 Jan 2012, Rich Shepard wrote: Is there another configuration option I need for this? Or, is the issue something else? I added '--enable-64bit' to the configuration but that made no difference. Rich ___ grass-user mailing list grass-use

[GRASS-user] Building 6.5svn on 64-bit architecture

2012-01-20 Thread Rich Shepard
I ran 'svn up' on the grass-6.5 directory on my laptop running Slackware-13.37/x64, then configured and tried building. The make fails because the main.o is 32-bit not 64-bit. Is there another configuration option I need for this? Or, is the issue something else? Rich ___

Re: [GRASS-user] r.profile Syntax [SOLVED]

2012-01-20 Thread Marco Alicera
2012/1/18 Rich Shepard : > On Wed, 18 Jan 2012, Micha Silver wrote: > >> To display the ups and downs of a hiking or biking route? > > >  Oh. Rather specialized, but that is rasonable. The expample may be specialized, but the application is not, because is quite an important tool to study any kind

Re: [GRASS-user] Measuring Distance Along a Line

2012-01-20 Thread Rich Shepard
On Fri, 20 Jan 2012, Maris Nartiss wrote: if You are interested to get similar functionality like r.profile does for raster, there's a GRASS add-on v.profile, that allows to profile vector point and line maps. Area support is not implemented. Maris, This is good to know. Thank you, Rich _

[GRASS-user] r.topmodel

2012-01-20 Thread Eduardo Klein
Hi, Is there any good and recent detailed reference and examples on how to run r.topmodel? I've found only several old dicussions on the topic. Thanks, EKS -- Eduardo Klein Lab Sensores Remotos e Instituto de Tecnología y Ciencias Marinas Universidad Simón Bolívar Caracas, Venezuela ph (58) (

Re: [GRASS-user] weird results from v.distance's to_angle

2012-01-20 Thread Moritz Lennert
On Mon, January 16, 2012 06:08, Hamish wrote: > Moritz wrote: >> "to_along;distance to the nearest point on 'from' feature >> along linear feature, measured from 'start' point of that >> linear feature;" > > sounds fine. (it really is from the start node of that line not the > start of that line se

Re: [GRASS-user] v.edit tool=delete

2012-01-20 Thread Markus Metz
On Wed, Jan 18, 2012 at 8:32 PM, Martin Landa wrote: > Hi, > > currently `v.edit` does not modify linked attribute tables when > deleting features, eg. > > $ v.edit map=a tool=delete cat=1 > $ v.db.select a where="cat=1" -c | wc -l > 1 > > I am not sure if this behaviour is preferred from user POV