[GRASS-dev] Re: [GRASS GIS] #123: r.in.xyz: import bug when using
scanned extent
GRASS GIS
trac at osgeo.org
Sat Apr 12 01:44:59 EDT 2008
#123: r.in.xyz: import bug when using scanned extent
----------------------+-----------------------------------------------------
Reporter: neteler | Owner: hamish
Type: defect | Status: assigned
Priority: major | Milestone: 6.4.0
Component: default | Version: svn-trunk
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by hamish):
Your import_all.sh script should be using -a with res=:
{{{
- g.region $REGION res=1 -p
+ g.region $REGION -a res=1 -p
}}}
g.region -a should expand outwards, so no points will be lost.
I will work on a r.in.xyz.auto addon script to scan, set the region, and
import all in one step. The problem with that is that res= is unknowable
and requires supervision.
(I will say more about that in trac bug #37)
Hamish
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/123#comment:5>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list