[GRASS-dev] [GRASS GIS] #3061: "Export vector data as multi-features" leads to crash
GRASS GIS
trac at osgeo.org
Sat Jun 11 14:06:13 PDT 2016
#3061: "Export vector data as multi-features" leads to crash
-------------------------+-------------------------
Reporter: neo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.5
Component: Default | Version: unspecified
Keywords: | CPU: x86-64
Platform: MSWindows 7 |
-------------------------+-------------------------
I run the following commands which lead to a crash of GRASS on the
shapefile that I attached:
{{{
v.in.ogr input=/input/Clusters_Borders.shp layer=Clusters_Borders
output=Clusters_Borders
v.clean input=Clusters_Borders output=tempA --o tool=rmarea thresh=0.001
v.clean input=tempA output=tempB --o tool=snap thresh=0.001
v.clean input=tempB output=tempA --o tool=break thresh=0.001
v.clean input=tempA output=tempB --o tool=rmdupl thresh=0.001
v.out.ogr -s -m input=tempB at cluster_borders output=/output
format=ESRI_Shapefile
}}}
The crash does not happen if I leave out the -m parameter on the last
command.
The clean commands above are from here:
http://gis.stackexchange.com/a/71729
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3061>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list