[GRASS-dev] limits of r.patch

Margherita Di Leo dileomargherita at gmail.com
Mon Jul 16 02:32:16 PDT 2012


Ciao,

On Mon, Jul 16, 2012 at 11:08 AM, Markus Neteler <neteler at osgeo.org> wrote:

>
>
> ...
> > # 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.
>

My aim was to retrieve the names of tiles in the LIST variable instead of
storing them in the CSV file produced by:
ogr2ogr -f CSV list.csv index_dem.shp -spat -11.0001389 33.9998611
43.0001389 72.0001389
How should I do it?


> > 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?
>

I meant to set null value to *, now using -9999 instead.

Thanks,


-- 
Dr. Margherita Di Leo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20120716/2fb1a3af/attachment.html>


More information about the grass-dev mailing list