Radim, Michael
About http://intevation.de/rt/webrt?serial_num=3017.
Maciek Sieczka wrote:
I encounter a segfault with one particular dataset with the following
options:
GRASS 6.0.cvs:~ > v.clean input=i output=j type=area err=j_err
tool=break,rmdupl,rmdac,bpol,rmarea
Radim Blazek wrote:
I fixed that
Thanks!
, however:
1) bpol should be used as first cleaning tool, it does the same as
break, but it is faster on clean (identical boundaries) polygons
I can't change the order of cleaning tools using v.clean in GUI. The order
is hardcoded. Could that be fixed Michael? Options order issue also refers
to v.type in GUI http://intevation.de/rt/webrt?serial_num=2969.
2) bpol works only with type=boundary, the same break,rmdupl etc.
Radim, do you mean that "rmdupl" and "break" should not be used with
type=line?
Maciek
Maciek,
I don't have any expertise as a c-programmer. I only work on the TclTk
scripts that create the GIS Manager and on shell scripts that I've written
(e.g. D.vect.thematic) or updated. Sorry, but you'll have to ask someone
else this.
Michael
On 5/23/05 1:37 AM, "Maciek Sieczka" <werchowyna@epf.pl> wrote:
Radim, Michael
About http://intevation.de/rt/webrt?serial_num=3017.
Maciek Sieczka wrote:
I encounter a segfault with one particular dataset with the following
options:
GRASS 6.0.cvs:~ > v.clean input=i output=j type=area err=j_err
tool=break,rmdupl,rmdac,bpol,rmarea
Radim Blazek wrote:
I fixed that
Thanks!
, however:
1) bpol should be used as first cleaning tool, it does the same as
break, but it is faster on clean (identical boundaries) polygons
I can't change the order of cleaning tools using v.clean in GUI. The order
is hardcoded. Could that be fixed Michael? Options order issue also refers
to v.type in GUI http://intevation.de/rt/webrt?serial_num=2969.
2) bpol works only with type=boundary, the same break,rmdupl etc.
Radim, do you mean that "rmdupl" and "break" should not be used with
type=line?
Maciek
____________________
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA
Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>
Maciek Sieczka wrote:
Radim, Michael
About http://intevation.de/rt/webrt?serial_num=3017.
Maciek Sieczka wrote:
I encounter a segfault with one particular dataset with the following
options:
GRASS 6.0.cvs:~ > v.clean input=i output=j type=area err=j_err
tool=break,rmdupl,rmdac,bpol,rmarea
Radim Blazek wrote:
I fixed that
Thanks!
, however:
1) bpol should be used as first cleaning tool, it does the same as
break, but it is faster on clean (identical boundaries) polygons
I can't change the order of cleaning tools using v.clean in GUI. The order
is hardcoded. Could that be fixed Michael? Options order issue also refers
to v.type in GUI http://intevation.de/rt/webrt?serial_num=2969.
2) bpol works only with type=boundary, the same break,rmdupl etc.
Radim, do you mean that "rmdupl" and "break" should not be used with
type=line?
No, it works with lines and boundaries but it does not with type area.
Radim