Wed, Dec 21 2005
12:52:35
|
|
Request created by guest
|
|
Subject: v.buffer - creating buffer areas does not work
Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: 6.1.cvs
Hi,
I tried to create a new area boundary around a line theme (where the lines describe
a closed ring). Thought it would be easy to do it like this:
v.buffer in=ausschnitt out=buff_ausschnitt bufcol=gesamtbr type=boundary
But GRASS won't create a new theme (there is result theme "buff_ausschnitt",
but it is not possible to open it: QGIS "The layer is no valid layer and cannot
be added to the map").
After that, I tried to first create a line buffer theme (works fine) and then
convert it to a area boundary theme using v.type. However, the new area boundary
theme does not have the shape of the line buffer theme. The new created polygon
fills out the space inside the ring.
Regards,
Wolfgang
|
|
Thu, Dec 22 2005
02:45:11
|
|
Mail sent by hamish_nospam@yahoo.com
|
|
Return-Path |
<hamish_nospam@yahoo.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Thu, 22 Dec 2005 14:44:56 +1300
|
From |
Hamish <hamish_nospam@yahoo.com>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #3910] (grass) v.buffer - creating buffer areas does not work
|
Message-Id |
<20051222144456.75154772.hamish_nospam@yahoo.com>
|
In-Reply-To |
<20051221115235.321F610015B@lists.intevation.de>
|
References |
<20051221115235.321F610015B@lists.intevation.de>
|
X-Mailer |
Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu)
|
X-Face |
M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=US-ASCII
|
Content-Transfer-Encoding |
7bit
|
X-Spam-Status |
No, hits=-4.0 tagged_above=-999.0 required=3.0 tests=BAYES_00, FORGED_YAHOO_RCVD
|
X-Spam-Level |
|
> this bug's URL: http://intevation.de/rt/webrt?serial_num=3910
> ---------------------------------------------------------------------
>
> Subject: v.buffer - creating buffer areas does not work
..
> GRASS Version: 6.1.cvs
..
> I tried to create a new area boundary around a line theme (where the
> lines describe a closed ring). Thought it would be easy to do it like
> this:
>
> v.buffer in=ausschnitt out=buff_ausschnitt bufcol=gesamtbr
> type=boundary
>
> But GRASS won't create a new theme (there is result theme
> "buff_ausschnitt", but it is not possible to open it: QGIS "The layer
> is no valid layer and cannot be added to the map").
If there are no boundary features in the input map, the buffering around
boundaries will be empty. Use v.type to convert.
Remember that lines will be buffered both sides, areas (boundaries) only
outside themseleves.
> After that, I tried to first create a line buffer theme (works fine)
> and then convert it to a area boundary theme using v.type. However,
> the new area boundary theme does not have the shape of the line buffer
> theme. The new created polygon fills out the space inside the ring.
d.vect cat=1-999999
will draw only real features (not fill holes).
I think you need to run v.type before v.buffer.
Hamish
|
|
Thu, Dec 22 2005
02:58:02
|
|
Comments added by hbowman
|
|
> bufcol=
I don't guarantee that option is free of bugs yet. Actually I can
guarantee it has bugs, and is currently only ok for points.
Need to add a temporary warning I guess. Search for the thread on
the devel list for more info.
Currently a combo of multiple 'v.extract where=' + v.buffer, then
v.overlay will probably do to get your job done.
Hamish
|
|
Wed, Aug 2 2006
22:00:09
|
|
Mail sent by msieczka
|
|
Wolfgang,
Could you try to reproduce your bug with current CVS? Or send me (tutey at
o2.pl) the problematic data in a shapefile or whatever, with information how
to proceed so I can try it myself? I'm asking this because I realy can't
reproduce this error with my data, maybe I'm missing something.
Any feedback will be appreciated.
Best,
Maciek
|
|
Wed, Aug 16 2006
17:40:29
|
|
Status changed to resolved by msieczka
|
|
Wed, Aug 16 2006
17:40:29
|
|
Mail sent by msieczka
|
|
When you decide to check this bug and it shows it is still there please reply
to this email CCing me tutey at o2.pl.
For now I'm closing it as "can't reproduce".
Maciek
|
|