[GRASS-dev] [GRASS GIS] #2544: v.surf.bspline fails when the difference between ew_step and ns_step increases .
GRASS GIS
trac at osgeo.org
Mon Jan 12 05:18:36 PST 2015
#2544: v.surf.bspline fails when the difference between ew_step and ns_step
increases .
----------------------------+-----------------------------------------------
Reporter: martinyt | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: unspecified
Keywords: v.surf.bspline | Platform: Linux
Cpu: OSX/Intel |
----------------------------+-----------------------------------------------
First I run:
GRASS 7.0.0 (nc_basic_spm_grass7):~/> v.surf.bspline input=elev_points
raster_output=test_int ew_step=100 ns_step=1000 column=value --o
Reading values from attribute table...
Initializing output...
100%
Processing subregion 1 of 6...
100%
Processing subregion 2 of 6...
100%
v.surf.bspline complete.
No problem, but when running:
GRASS 7.0.0 (nc_basic_spm_grass7):> v.surf.bspline input=elev_points
raster_output=test_int ew_step=90 ns_step=1000 column=value --o
Reading values from attribute table...
Initializing output...
100%
100%
100%
100%
100%
100%
100%
.....
.....
An does not seem to finish. It happen when working on my own data, but I
have no used the North Carolina dataset to reproduce the effect.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2544>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list