Opened 10 years ago
Closed 6 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: | |
---|---|---|---|
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 , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:2 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:3 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:4 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
No reproducable example. Closing.