[GRASS-dev] [GRASS GIS] #1848: r.in.poly from stdin
GRASS GIS
trac at osgeo.org
Mon Jan 7 02:58:21 PST 2013
#1848: r.in.poly from stdin
--------------------+-------------------------------------------------------
Reporter: zarch | Owner: grass-dev@…
Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: | Platform: Linux
Cpu: x86-64 |
--------------------+-------------------------------------------------------
I'm trying to use r.in.poly with the bash pipe, below is reported the code
for the North Carolina mapset.
{{{
echo """A
633599.00 225397.00
641147.00 223978.00
640818.00 219318.00
631750.00 222965.00
= 42 stadium""" | r.in.poly input=- output=rtest
}}}
but it return:
{{{
ERROR: Unable to seek
}}}
What is it not able to seek?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1848>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list