[Gdal-dev] tiff to jp2ecw
Mark Overmeer
mark at overmeer.net
Tue Jun 6 07:48:26 EDT 2006
>> * Mark Overmeer (mark at overmeer.net) [060529 17:18]:
>> This seems to me as quite a common request: I have 9 seperate GTiff bands
>> of a LandSat scene and need to repack them into three jpeg2000 files
>> where equally sized bands are packed into one jpeg2000 (to be accessed
>> with ERmapper)
* Frank Warmerdam (warmerdam at pobox.com) [060602 14:25]:
> gdal_merge -separate -o stack.tif band1.tif band2.tif band3.tif
> The -separate tells the script to put each file into it's own band.
This works well, thank you.
The next step is to add/change color-interpretation and band-names. After
studying for over two hours, I could not find-out how to get those in.
It should be automatic. Hints?
I will make my script publicly available at the end.
--
CU,
MarkOv
More information about the Gdal-dev
mailing list