Opened 11 years ago

Closed 11 years ago

#1845 closed defect (fixed)

v.buffer: strange result for lines

Reported by: martinl Owned by: grass-dev@…
Priority: critical Milestone: 7.0.0
Component: Vector Version: svn-trunk
Keywords: v.buffer, lines, 3D input Cc:
CPU: x86-64 Platform: Linux

Description (last modified by martinl)

Sample data attached: attachment:silnice.txt

Buffer 1000m - OK (attachment:v_buffer_1000.png)

v.buffer input=silnice output=silnice1000 distance=1000

Buffer 100m (using GEOS) - surprisingly wrong (attachment:v_buffer_100_geos.png)

v.buffer input=silnice output=silnice100 distance=100

Buffer 100m (using GRASS) - wrong - not surprisingly (attachment:v_buffer_100_grass.png)

export GRASS_VECTOR_BUFFER=1
v.buffer input=silnice output=silnice100 distance=100

Attachments (5)

silnice.txt (79.1 KB ) - added by martinl 11 years ago.
sample data
v_buffer_1000.png (55.7 KB ) - added by martinl 11 years ago.
Buffer 1000m
v_buffer_100_grass.png (51.0 KB ) - added by martinl 11 years ago.
Buffer 100m (GRASS)
v_buffer_100_geos.png (46.7 KB ) - added by martinl 11 years ago.
Buffer 100m (GEOS)
silnice.pack (22.5 KB ) - added by martinl 11 years ago.
original binary map

Download all attachments as: .zip

Change History (12)

by martinl, 11 years ago

Attachment: silnice.txt added

sample data

by martinl, 11 years ago

Attachment: v_buffer_1000.png added

Buffer 1000m

by martinl, 11 years ago

Attachment: v_buffer_100_grass.png added

Buffer 100m (GRASS)

by martinl, 11 years ago

Attachment: v_buffer_100_geos.png added

Buffer 100m (GEOS)

comment:1 by martinl, 11 years ago

Description: modified (diff)
Priority: normalcritical

in reply to:  description ; comment:2 by mmetz, 11 years ago

Replying to martinl:

Sample data attached: attachment:silnice.txt

Buffer 100m (using GEOS) - surprisingly wrong (attachment:v_buffer_100_geos.png)

Works for me. Do you have any changes in your local copy?

v.buffer input=silnice output=silnice100 distance=100

Buffer 100m (using GRASS) - wrong - not surprisingly (attachment:v_buffer_100_grass.png)

export GRASS_VECTOR_BUFFER=1
v.buffer input=silnice output=silnice100 distance=100

Looks better for me, but still with errors.

I'm using GEOS-3.3.6.

Markus M

in reply to:  2 ; comment:3 by martinl, 11 years ago

Replying to mmetz:

Works for me. Do you have any changes in your local copy?

hm, it fails only with original binary map (attachment:silnice.pack), not with imported ascii map.

by martinl, 11 years ago

Attachment: silnice.pack added

original binary map

in reply to:  3 ; comment:4 by mmetz, 11 years ago

Replying to martinl:

Replying to mmetz:

Works for me. Do you have any changes in your local copy?

hm, it fails only with original binary map (attachment:silnice.pack), not with imported ascii map.

The original binary map is 3D, the imported ascii map is 2D. I guess one of the cleaning tools does not work with 3D output, even though v.buffer creates 2D output. Strange.

Markus M

in reply to:  4 comment:5 by martinl, 11 years ago

Keywords: 3D input added

Replying to mmetz:

The original binary map is 3D, the imported ascii map is 2D. I guess one of the cleaning tools does not work with 3D output, even though v.buffer creates 2D output. Strange.

I overlooked it, good point.

comment:6 by mmetz, 11 years ago

Should be fixed in r54529.

Markus M

in reply to:  6 comment:7 by martinl, 11 years ago

Resolution: fixed
Status: newclosed

Replying to mmetz:

Should be fixed in r54529.

Confirmed, thanks for super-quick fix.

Note: See TracTickets for help on using tickets.