[GRASS-dev] Re: [GRASS GIS] #697: v.surf.rst memory problems
Helena Mitasova
hmitaso at unity.ncsu.edu
Sun Jul 26 20:30:08 EDT 2009
I have added some additional tests for invalid combination of parameters
to v.surf.rst (grass65) in response to #697
And as promised some time ago, I have also added the -z flag for
interpolating
z-coordinates (but it will still do the same if layer=0, so any
scripts that people
have should still work).
So to interpolate x,y,z data you can just run
v.surf.rst -z elev_lid792_bepts elev=test_elev3
or
v.surf.rst elev_lid792_bepts elev=test_elev3 layer=0
Please test, because I am sure there are cases that I did not think
about.
Helena
Helena Mitasova
Associate Professor
Department of Marine, Earth
and Atmospheric Sciences
1125 Jordan Hall, Campus Box 8208
North Carolina State University
Raleigh NC 27695-8208
http://skagit.meas.ncsu.edu/~helena/
On Jul 24, 2009, at 1:09 AM, GRASS GIS wrote:
> #697: v.surf.rst memory problems
> --------------------------
> +-------------------------------------------------
> Reporter: fpachecouy | Owner: grass-dev at lists.osgeo.org
> Type: defect | Status: new
> Priority: normal | Milestone: 6.4.0
> Component: default | Version: unspecified
> Resolution: | Keywords:
> Platform: Unspecified | Cpu: Unspecified
> --------------------------
> +-------------------------------------------------
> Changes (by helena):
>
> * priority: major => normal
>
> Comment:
>
> Fernando - you are missing zcolumn for the values to be
> interpolated but
> you are defining scolumn for the smoothing values.
> I will change the priority to normal - the code should recognize
> the user
> mistake and let him know that zcol is missing. If your data are 3D
> and the
> value to interpolate is the z-coordinate then you need to define
> layer=0.
> I have the code modification with -z flag instead of layer=0 for this
> case, I just did not have time to submit.
>
> --
> Ticket URL: <http://trac.osgeo.org/grass/ticket/697#comment:1>
> GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list