Opened 14 years ago
Closed 10 years ago
#1343 closed defect (fixed)
v.buffer2: difference between Linux 32bit and 64bit
Reported by: | mmetz | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 6.4.5 |
Component: | Default | Version: | svn-develbranch6 |
Keywords: | v.buffer | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
v.buffer2 (not original v.buffer) produces warning messages on Linux 64bit that are not apparent on Linux 32bit. The initial results differ slightly, the final result seems to be ok after lots of cleaning.
Reproducible with roadsmajor in nc_spm:
GRASS> v.buffer2 input=roadsmajor@PERMANENT output=roadsmajor_buf1_2000 distance=1000 WARNING: Next edge was visited but it is not the first one !!! breaking loop WARNING: Next edge was visited but it is not the first one !!! breaking loop WARNING: Next edge was visited but it is not the first one !!! breaking loop
No such warnings, but topological errors with distance=500, warnings like these but no topological errors with distance=1000 or larger.
Change History (6)
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reopening because v.buffer works only in GRASS7 and only if it uses the GEOS algorithm. A backport to GRASS6 is possible.
comment:3 by , 11 years ago
Keywords: | v.buffer2 removed |
---|---|
Priority: | normal → critical |
comment:4 by , 11 years ago
v.buffer has been rebased on GEOS in r59970 which you now need to compile the module.
Please test the updated version of v.buffer in 6.4.svn.
comment:5 by , 10 years ago
Milestone: | 7.0.0 → 6.4.5 |
---|
Done in G7, downgrading to G6 where GEOS support was added in r59970.
# G6: v.buffer input=roadsmajor@PERMANENT output=roadsmajor_buf1_2000 distance=1000
Appears to work, closing (reopen if not).
Some fun performance comparison:
- G6.4.svn: 43.19 sec
- G7.0.svn: 7.59 sec
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
The current v.buffer is working well, closing.