Chaitanya,
Yes, this method would certainly work! My private suggestion
to Greg was that he use the gdal_merge.py script with the -separate
switch which stacks input files as bands in a merged file.
But the VRT method would also work well.
Best regards,
Chaitanya kumar CH wrote:
Dear Greg,
Dear Greg,
I am new here. So correct me if I am wrong.
Try using Virtual Format files. More info at
http://www.gdal.org/gdal_vrttut.html
You should be able to create a VRTRasterBand for each band with the
corresponding source.
gtif_RGB.vrt would look something like this...
gtif_R.tif
gene wrote:
Good day everyone :)
I am a new OGR user, using S57 driver to read ENC chart data. It
appears that I am having a serious issue with memory not being freed as
expected. I.e. - I create and initialize an S57Reader (pretty much
following the example from the source tree), read features
godofredo contreras wrote:
Hi:
I´m trying to open e00 files using ogr but it fails with the
message "unable to open datasource file.e00 with the following
drivers" and the list of driver in ogrinfo --formats show
AVCE00 driver.
I`m using the ogr files bundled with fwtools, the version of
ogrin
Nope, I got it! Thank you again!
carlj88 wrote:
>
> You're right, thank you!
>
> Again, I have exhausted every other possibility and got stuck after
> building the sources for mgrs etc.
>
> In the dt_cc/redhat_linux (I run ubuntu) directory I successfully build
> the sources. I then try to cr