[GRASS-dev] [GRASS GIS] #1933: v.overlay ends with sigsegv in cut lines by polygon
GRASS GIS
trac at osgeo.org
Thu Apr 18 10:01:08 PDT 2013
#1933: v.overlay ends with sigsegv in cut lines by polygon
----------------------+-----------------------------------------------------
Reporter: mapycz | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: blocker | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.overlay
Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Comment(by mapycz):
can u try reproduce error ? if yes i will create ticket
our input dataset
http://work.talasek.sk:2222/download/grass_error1.tar.bz2
our commands
{{{
v.in.ogr ./polygon.shp output=cut_poly --overwrite
r.in.gdal ./terrain.tif output=dem --overwrite
g.region rast=dem.1
r.contour dem.1 output=cnt cut=200 step=10 --overwrite
v.generalize cnt output=cnt_sm method=sliding_averaging look_ahead=7
slide=1 threshold=1 --overwrite
v.overlay ainput=cnt_sm atype=line binput=cut_poly operator=and
output=cnt_cut1 --overwrite
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1933#comment:14>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list