Opened 9 years ago

Closed 5 years ago

#2544 closed defect (invalid)

v.surf.bspline fails when the difference between ew_step and ns_step increases .

Reported by: martinyt Owned by: grass-dev@…
Priority: normal Milestone: 7.0.7
Component: Vector Version: unspecified
Keywords: v.surf.bspline Cc:
CPU: OSX/Intel Platform: Linux

Description

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.

Change History (4)

comment:1 by martinl, 8 years ago

Milestone: 7.0.07.0.5

comment:2 by neteler, 8 years ago

Milestone: 7.0.57.0.6

comment:3 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:4 by martinl, 5 years ago

Resolution: invalid
Status: newclosed

No reproducable example. Closing.

Note: See TracTickets for help on using tickets.