J,

The example I provided is for some other raster with three bands and
resolution 500x500. Please go through the GDAL Virtual Format Tutorial[1] to
get acquainted with what you are doing.

You can dispose off the rasterXSize, rasterYSize, ScaleOffset, ScaleRatio,
SrcRect and DstRect elements.
If all your raster images are similar, you only have to change the value of
the SourceFilename element for each file. So, you can create vrt files with
these differences and then run gdal_translate on them to create Tiff files.

There is a command line program, gdalbuildvrt [2], that can build a single
VRT of multiple rasters. However it doesn't support complex sources like the
example I gave.

[1]: http://www.gdal.org/gdal_vrttut.html
[2]: http://www.gdal.org/gdalbuildvrt.html


On Thu, Oct 27, 2011 at 3:55 PM, joolek <joole...@gmail.com> wrote:

> Thank you for that, really really thank you.
>
> I'll definitelly give a go.
> If u don't mind me asking two questions:
> - what do you mean by appropriate parts?
> - I have around 3000 files... can I batch it somehow? If so... would you be
> able to give me a hint how to do it?
>
> J
>
> --
> View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/254-into-255-tp6931988p6935758.html
> Sent from the GDAL - Dev mailing list archive at Nabble.com.
> _______________________________________________
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>



-- 
Best regards,
Chaitanya kumar CH.

+91-9494447584
17.2416N 80.1426E
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to