[GRASS-dev] [GRASS GIS] #3945: [PATCH] simple self contained pure ASCII example for v.segment
GRASS GIS
trac at osgeo.org
Sat Nov 16 20:37:02 PST 2019
#3945: [PATCH] simple self contained pure ASCII example for v.segment
-------------------------+-------------------------
Reporter: jidanni | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: Docs | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
Please add this 100% self contained pure ASCII example to v.segment man
page. Thanks! In fact it perhaps should be example 1.
{{{
Example: Make points at 10, 20 meters:
v.in.lines -z input=- output=abc <<EOF
0|0|0
100|100|100
EOF
v.segment input=abc out=abc1 <<EOF
P 10 1 10
P 20 1 20
EOF
v.out.ascii input=abc1 precision=1
5.8|5.8|5.8|10
11.5|11.5|11.5|20
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3945>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list