[GRASS-dev] [GRASS GIS] #2505: v.build.polylines options aren't working
GRASS GIS
trac at osgeo.org
Fri Jun 12 14:51:37 PDT 2015
#2505: v.build.polylines options aren't working
--------------------------+---------------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.5
Component: Vector | Version: svn-releasebranch64
Resolution: | Keywords: v.build.polylines
CPU: Unspecified | Platform: All
--------------------------+---------------------------------
Comment (by hellik):
Replying to [comment:7 mlennert]:
> Replying to [comment:6 neteler]:
> > Replying to [comment:2 neteler]:
> > > Replying to [comment:1 mmetz]:
> > > > Replying to [ticket:2505 hellik]:
> > > >
> > > > `cats=no` was indeed not working, fixed in r63321,r63322 (trunk,
relbr70).
> > >
> > > Should this go also into GRASS 6?
> >
> > Still unclear.
>
> What is actually unclear for me is what the problem was.
>
as mentioned above:
''cats=no was indeed not working, fixed in r63321,2 (trunk, relbr70).''
some tests (testvector ''testlinetopolyline'' for nc sample dataset
attached later):
{{{
v.report map=testlinetopolyline at testvpolylines option=length
cat|length
1|3687.50148595
2|2416.07670918
3|3679.17100439
}}}
{{{
v.build.polylines --verbose input=testlinetopolyline at testvpolylines
output=catsmulti cats=multi
v.report map=catsmulti at testvpolylines option=length
cat|length
1|9782.74919952
2|9782.74919952
3|9782.74919952
}}}
{{{
v.build.polylines --verbose input=testlinetopolyline at testvpolylines
output=catsfirst cats=first
v.report map=catsfirst at testvpolylines option=length
cat|length
1|9782.74919952
}}}
{{{
v.build.polylines --verbose input=testlinetopolyline at testvpolylines
output=catsno
v.report map=catsno at testvpolylines option=length
cat|length
Lese Objekte...
}}}
cats=no is now working (not tested in grass6.x).
the second issue:
''some notes added to manual: r63781 (trunk), r63782 (relbranch7)''
tested with
{{{
GRASS Version: 7.0.0
GRASS SVN Revision: 64706
Erstellungsdatum: 2015-01-20
Build Platform: i686-pc-mingw32
GDAL/OGR: 1.11.2
PROJ.4: 4.8.0
GEOS: 3.4.2
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2505#comment:10>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list