[GRASS-dev] [GRASS GIS] #2055: r.in.gdal lacks flag "-r Limit import to the current region"
GRASS GIS
trac at osgeo.org
Sat Aug 3 13:46:54 PDT 2013
#2055: r.in.gdal lacks flag "-r Limit import to the current region"
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: r.in.gdal | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
While v.in.ogr offers "-r Limit import to the current region"
the module r.in.gdal does not.
The code for such a -r flag will be like
{{{
gdal_translate
-projwin ulx uly lrx lry:
Selects a subwindow from the source image for
copying (like -srcwin) but with the corners given
in georeferenced coordinates.
}}}
as found in
http://svn.osgeo.org/gdal/trunk/gdal/apps/gdal_translate.cpp
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2055>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list