[GRASS-dev] Re: testing on XP/Vista/7 (v.surf.rst)

Helena Mitasova hmitaso at unity.ncsu.edu
Sun May 2 11:34:30 EDT 2010


Helmut,

can you please put this in the bug tracker
http://trac.osgeo.org/grass/ticket/1038

although I just noticed that this happens when v.surf.rst is launched from wxGUI - have you tried that too?

Helena 

On May 2, 2010, at 7:53 AM, Helmut Kudrnovsky wrote:

>>> 
>>> 
>>> [*] ... can someone test if 6.4's v.surf.rst works on XP/Vista/7?
>> 
>> we have been running it all semester on XP/Vista/7 without any complaints, 
>> but I would have to specifically
>> check who actually ran it with GRASS installed under Program Files. 
> 
> tested with the nightly-build  WinGRASS-6.4.SVN-r42075-1-Setup.exe 
> (installed in c:\Program Files\ in WinVista32) and the example from the manual:
> 
> Spearfish example (we simulate randomly distributed elevation measures):
> 
> g.region rast=elevation.10m -p
> # random elevation extraction
> r.random elevation.10m vector_output=elevrand n=200
> v.info -c elevrand
> v.db.select elevrand
> 
> # interpolation based on all points
> v.surf.rst elevrand zcol=value elev=elev_full
> r.colors elev_full rast=elevation.10m
> d.rast elev_full
> d.vect elevrand
> 
> # interpolation based on subset of points (only those over 1300m/asl)
> v.surf.rst elevrand zcol=value elev=elev_partial where="value > 1300"
> r.colors elev_partial rast=elevation.10m
> d.rast elev_partial
> d.vect elevrand where="value > 1300"
> 
> v.surf.rst is working.
> 
> best regards
> Helmut
> ___________________________________________________________
> GRATIS: Movie-Flat mit über 300 Top-Videos. Für WEB.DE Nutzer
> dauerhaft kostenlos! Jetzt freischalten unter http://movieflat.web.de



More information about the grass-dev mailing list