Emilio, You can create a new GeoTIFF with just the three bands you need using gdal_translate utility with the -b option. http://www.gdal.org/gdal_translate.html
2011/3/29 Emilio de Torres Fernández <[email protected]> > Hello, > > I have a GeoTIFF image with 5 bands and I need to transform it to a > GeoTIFF with these values: > - Red = band 3. > - Green = band 2. > - Blue = band 1. > > How can I do that? Would I need to delete bands 4 and 5? > > Best regards. > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- Best regards, Chaitanya kumar CH. /tʃaɪθənjə/ /kʊmɑr/ +91-9494447584 17.2416N 80.1426E
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
