RE: [gdal-dev] gdal_translate alters NITF's metadata

2012-04-20 Thread Shawn Gong
Thank you, Even. Good to know that. Shawn From: Even Rouault [even.roua...@mines-paris.org] Sent: April 20, 2012 5:36 PM To: gdal-dev@lists.osgeo.org Cc: Shawn Gong; Frank Warmerdam Subject: Re: [gdal-dev] gdal_translate alters NITF's metadata Le vendredi

Re: [gdal-dev] gdal_translate alters NITF's metadata

2012-04-20 Thread Even Rouault
Le vendredi 20 avril 2012 23:28:05, Shawn Gong a écrit : > Thanks Frank. > > We also find that NITFCreateCopy() doesn't copy the 4 corner GCPs, only the > geotransform. We'll take a look at your suggestion and report back. Support for copying GCPs has been added recently in trunk. See http://tra

RE: [gdal-dev] gdal_translate alters NITF's metadata

2012-04-20 Thread Shawn Gong
Thanks Frank. We also find that NITFCreateCopy() doesn't copy the 4 corner GCPs, only the geotransform. We'll take a look at your suggestion and report back. Shawn From: fwarmer...@gmail.com [fwarmer...@gmail.com] On Behalf Of Frank Warmerdam [warmer...@

Re: [gdal-dev] Enabling DAP appears to disable several other formats

2012-04-20 Thread Etienne Tourigny
can you please update the relevant wiki page? All you need is an osgeo id http://trac.osgeo.org/gdal/wiki/BuildingOnMac Etienne On Fri, Apr 20, 2012 at 1:51 PM, Charlie Sharpsteen wrote: > On Thu, Apr 19, 2012 at 6:48 PM, Charlie Sharpsteen > wrote: >> >> On Thu, Apr 19, 2012 at 6:40 PM, Fran

Re: [gdal-dev] Libgeotiff 1.4.0 Released

2012-04-20 Thread Etienne Tourigny
Frank - i believe that this version is also in gdal trunk right? Etienne On Fri, Apr 20, 2012 at 1:53 PM, Frank Warmerdam wrote: > Folks, > > I am pleased to announce the release of libgeotiff 1.4.0.  There > are no changes since 1.4.0RC2.  This release includes: > >  * An upgrade of EPSG suppor

[gdal-dev] Libgeotiff 1.4.0 Released

2012-04-20 Thread Frank Warmerdam
Folks, I am pleased to announce the release of libgeotiff 1.4.0. There are no changes since 1.4.0RC2. This release includes: * An upgrade of EPSG support files to EPSG 7.9. * Support for Cylindrical Equal Area. * Fix for serious issues with false easting/northing units handling. * Added Geo

Re: [gdal-dev] Enabling DAP appears to disable several other formats

2012-04-20 Thread Charlie Sharpsteen
On Thu, Apr 19, 2012 at 6:48 PM, Charlie Sharpsteen wrote: > On Thu, Apr 19, 2012 at 6:40 PM, Frank Warmerdam wrote: > >> Charlie, >> >> The typical reason would be that adding opendap adds stuff into the >> libraries list that results in other "test links" failing. It would >> be helpful if you

Re: [gdal-dev] gdal_translate alters NITF's metadata

2012-04-20 Thread Frank Warmerdam
Shawn, I see the values you get for NITF_ISORCE and NITF_IDATIM are the default ones in the NITF Create code. Looking through the NITFCreateCopy() code in nitfdataset.cpp, it only seems to copy a few selective metadata items from the source dataset to be creation options when creating the header

[gdal-dev] gdal_translate alters NITF's metadata

2012-04-20 Thread Shawn Gong
Hi list, I use gdal 1.9.0 I have a NITF image that has 12 bands. The first 8 are I and Q of a quad-pol complex. I ran "gdal_translate -of NITF -b 9 -b 12 -b 10 -b 11 pp1.NTF test" to get rid of them and keep the last 4 magnitude bands. However the NITF tags are altered, e.g. the NITF_ISORCE a

Re: [gdal-dev] available opensource geoprocessing code based on GDAL

2012-04-20 Thread Pirmin Kalberer
Hi, Am Donnerstag, 19. April 2012, 03.57:45 schrieb chenliang wang: > Hi,all: > I am going to write a platform to process some geospatial data based on > GDAL. But I noticed I need to write so many geoprocessing code by > myself. Is there any availabe GDAL geoprocessing codes that is similar > wit