[Gdal-dev] (Frustrated)Errors when mosaicking geotiff files

2009-09-26 Thread orbiter_postmuch
NOTE-Revised message I am trying to mosaick 318 tiffs in WGS84 projection, but have not succeeded. Here is what I want to do: 1.Mosaick files together using a batch file that uses delayed expansion to accept wildcards (*.tif) 2.Save as file where <-format-> allows sizes larger than 4GB. When I

Re: [gdal-dev] Motion: Commit Acc ess for Jorge Arévalo

2009-09-26 Thread Frank Warmerdam
Dear PSC, I would like to nominate Jorge Arévalo for SVN commit access provided he agrees with RFC 3. Jorge has already done a great work in implementing the GDAL WKT Raster driver and has already demonstrated his expertise in coding GDAL within the scope of the Google Summer of Code. The code

[gdal-dev] Why cannot I get all fields from s57 files with method GetFieldAsString?

2009-09-26 Thread Randy
Hi list, Under Mr Frank and Mr Chaitanya’s guidance, I try to get every feature’s field(including its name and value). But I find that I cannot get all fields. The following is my code snippet(in MFC): CString strEnd=”\r\n”; int nFieldCount=0; for(nF

Re: [gdal-dev] Why cannot I get all fields from s57 files with method GetFieldAsString?

2009-09-26 Thread Chaitanya kumar CH
Randy, You need to set the environment variable OGR_S57_OPTIONS = "RETURN_LINKAGES=ON" for the driver to return the FSPT group attributes. It is described in http://www.gdal.org/ogr/drv_s57.html 2009/9/26 Randy : > Hi list, > > Under Mr Frank and Mr Chaitanya’s guidance, I try to get every featur

Re: [gdal-dev] Motion: Commit Access for Jorge Arévalo

2009-09-26 Thread Even Rouault
Selon Tamas Szekeres : +1 Best regards Even > Dear PSC, > > I would like to nominate Jorge Arévalo for SVN commit access provided he > agrees with RFC 3. > > Jorge has already done a great work in implementing the GDAL WKT Raster > driver and has already demonstrated his expertise in coding GDA