Re: [gdal-dev] gdal_translate syntax input separate R, G, B output combined RGB

2009-01-10 Thread Frank Warmerdam
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,

Re: [gdal-dev] gdal_translate syntax input separate R, G, B output combined RGB

2009-01-10 Thread Chaitanya kumar CH
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

Re: [gdal-dev] Memory issues when using OGR S57 driver

2009-01-10 Thread Frank Warmerdam
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

Re: [gdal-dev] ogrinfo and ogr2ogr are unable to open AVCE00 files

2009-01-10 Thread Frank Warmerdam
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

Re: [Gdal-dev] Using mgrs.h in NITF

2009-01-10 Thread carlj88
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