GSoC Buffer Implementation: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:


* '''v.buffer'''
* '''v.buffer'''
** A bug from [http://intevation.de/rt/webrt?serial_num=2765 old RT tracker]. Both of the output maps are bad.
** A bug from [http://intevation.de/rt/webrt?serial_num=2765 old RT tracker]. Both of the output maps are bad. See pictures on the first row [http://kufaya.googlepages.com/v.bufferbug%232765 here]


''ditch_1205.txt''
''ditch_1205.txt''

Revision as of 23:11, 29 April 2008

This page will show my progress on my GSoC project (Abstract)

Bugs in current implementation

  • v.parallel
    • This generates copy of railroads (at least it looks like one). When I try dist=501, things seem alright. See Ticket #90
v.parallel dist=500 input=railroads output=rail_par500
  • v.buffer
    • A bug from old RT tracker. Both of the output maps are bad. See pictures on the first row here

ditch_1205.txt

B  4
 600727.68682251 5677973.32091602
 600739.16582305 5678137.49568095
 600736.32863997 5678140.4618269
 600730.63832718 5678056.67823368
B  2
 600730.63832718 5678056.67823368
 600725.02385533 5677974.01131491
C  1 1
 600730.04890192 5678035.56666655
 1     1205
B  2
 600727.68682251 5677973.32091602
 600725.02385533 5677974.01131491
v.in.ascii -n format=standard output=ditch_1205 input=ditch_1205.txt
v.buffer ditch_1205 out=ditch_1205_b1 type=area buffer=1
v.buffer ditch_1205 out=ditch_1205_b4 type=area buffer=4

TODO List