[gdal-dev] Help with first GDAL program

2009-04-26 Thread Leith Bade
Hi, I am new to GDAL and would like some guidance on a simple task that I am writing a Python script for. Given a set of GeoTIFFs I would like to find the max/min lat/long extent of the set. This will be for calculating pixel dimensions of a theoretical gdal_merge.py type output, but for tiling

Re: [Gdal-dev] help in adjusting extend (bounding box) of 2 rasters

2009-04-26 Thread Chaitanya kumar CH
Timmie, On Sun, Apr 26, 2009 at 8:42 PM, Timmie wrote: > > I tried with: > gdalwarp -te '-35.186165 -11.052296 -37.269419 -9.142462' source.tif > test2.tif > Please check the xmin and xmax values Regards, -- Chaitanya kumar CH. ___ gdal-dev mailing

[Gdal-dev] help in adjusting extend (bounding box) of 2 rasters

2009-04-26 Thread Timmie
Hello, I have a problem overlaying 2 landsat files (GeoTIFF): Both are registered in UTM 24S with SAD69 ( EPSG::29194). The data provider attached different extends or bounding box to the two files although they are containg / picturing the same area. How can I spatically adjust the extends in ord