[gdal-dev] Can't initialise my gdal16.dll because of a C runtime error - Can somebody help?

2009-12-01 Thread Rosenkranz, Brigitte Christine
> Hi, > > I am fighting with a problem that I can't initialise my gdal16.dll. I made > all my installation and my bindings and I also have the PATH correct. But > still it is impossible to run my gdal-dll. There is no problem in finding it > but it just can't be initialised. I get the following

Re: [gdal-dev] gdalbuildvrt save relative paths

2009-12-01 Thread Greg Coats
On Oct 14, 2009, at 12:40 PM, Greg Coats wrote: How does one specify that gdalbuildvrt save relative paths, rather than absolute paths? On Oct 14, 2009, at 12:59 PM, Jürgen E. Fischer wrote: Looks like that isn't supported directly yet. Since Qgis supports saving relative paths, it would

Re: [gdal-dev] OGR random read optimization?

2009-12-01 Thread Ray Gardener
Hmmm... okay. Fwiw, I did the optimization in a wrapper layer class to help simplify the interface, i.e., folding sequential and random access into a single get_feature(int index) call. The optimization allows efficient access if the indices are sequential and best-effort if random, and the con

Re: [gdal-dev] OGR random read optimization?

2009-12-01 Thread Even Rouault
Ray, The idea is interesting but unfortunately, I don't see how this can be implemented in a generic way in current OGRLayer. The root of the problem is that OGRLayer doesn't track the current index because GetNextFeature() is a virtual method overriden by each driver. The nicest way your ide

Re: [gdal-dev] GDAL 1.7 release candidate expected on December 15th

2009-12-01 Thread Frank Warmerdam
oward Butler wrote: All (developers and testers), Consider this your notice of our desire to complete our annual Frank's-birthday-is-GDAL-major-release-day task on December 20th (21st). All developers should expect that RC1 will happen on December 15th to give us enough time to fix up any show s

[gdal-dev] GDAL 1.7 release candidate expected on December 15th

2009-12-01 Thread Howard Butler
All (developers and testers), Consider this your notice of our desire to complete our annual Frank's-birthday-is-GDAL-major-release-day task on December 20th (21st). All developers should expect that RC1 will happen on December 15th to give us enough time to fix up any show stoppers before Fra

Re: [gdal-dev] mdb to shape conversion: no geometry exported

2009-12-01 Thread Chaitanya kumar CH
Boris, I fixed the pgeo driver in the ticket #3100 http://trac.osgeo.org/gdal/ticket/3100 This allows the following esri shapetypes to be handled as the usual case. Additional attributes including non-linear segments and vertex identifier attributes are ignored. esriShapeGeneralPolyline as esriSh