[GRASS-dev] limits of r.patch

Markus Neteler neteler at osgeo.org
Mon Jul 16 02:08:34 PDT 2012


On Mon, Jul 16, 2012 at 10:53 AM, Margherita Di Leo
<dileomargherita at gmail.com> wrote:
>> On Sun, Jul 15, 2012 at 10:11 PM, Markus Neteler <neteler at osgeo.org> wrote:
> Markus, in my case resolution is  RES=0:00:01, should I use decimal degrees
> (RES=0.000278 , not sure it is correct) ?

Likely GDAL only accepts decimal degrees, so yes.

...
> # Select from the complete ASTER coverage, the limits for Europe, and put it
> in a LIST:
> LIST="ogr2ogr -f index_dem.shp -spat -11.0001389 33.9998611 43.0001389
> 72.0001389 "

.. this I don't understand. $LIST should contain a list of GeoTIFF names.

> gdalwarp $CACHE $BIGTIFF -srcnodata * -dstnodata * -r bilinear -tr $RES $RES
> $LIST mosaik_$RES.tif

... I am also not sure about the stars there: they will be expanded by
the shell. What did you want to set?

ciao
Markus


More information about the grass-dev mailing list