Re: [gdal-dev] GDAL_DATA

2015-10-23 Thread Mateusz Loskot
On 23 October 2015 at 11:04, Gane R wrote: > I have two applications (postgres with postgis) one running with gdal 1.10.1 > and other in gdal 2.0.1 but I see > gdal-data files are different in gdal 1.10.1 and gdal 2.0.1 > > So Will the GDAL_DATA point gdal 2.0.1 file or how to solve this ? I thin

[gdal-dev] GDAL_DATA

2015-10-23 Thread Gane R
I have two applications (postgres with postgis) one running with gdal 1.10.1 and other in gdal 2.0.1 but I see gdal-data files are different in gdal 1.10.1 and gdal 2.0.1 So Will the GDAL_DATA point gdal 2.0.1 file or how to solve this ? Gane ___ gdal-

Re: [gdal-dev] GDAL_DATA files from /vsimem?

2014-07-15 Thread Even Rouault
Hi Kurt, I've got an external to gdal wrapper that > has the gdal/data files compiled in. Not sure to understand what that means > Would it work to have a local patch > to cpl_findfile that would write the files into /vsimem/gdal_data/* and > then set GDAL_DATA to /vsimem/gdal_data? Why not

[gdal-dev] GDAL_DATA files from /vsimem?

2014-07-15 Thread Kurt Schwehr
Hi all, I'm working on a system where I might not have access (or very annoying access) to a local filesystem. I've got an external to gdal wrapper that has the gdal/data files compiled in. Would it work to have a local patch to cpl_findfile that would write the files into /vsimem/gdal_data/* an

Re: [gdal-dev] GDAL_DATA

2011-08-09 Thread Nikolaos Hatzopoulos
Because I was looking for java is this: gdal.SetConfigOption("GDAL_DATA", "/home/nikos/mygdal/data"); and it is working :) thanks, --Nikos On Tue, Aug 9, 2011 at 2:13 PM, Kyle Shannon wrote: > I believe you can use CPLSetConfigOptions() docs are here: > > http://trac.osgeo.org/gdal/wiki/Confi

Re: [gdal-dev] GDAL_DATA

2011-08-09 Thread Kyle Shannon
I believe you can use CPLSetConfigOptions() docs are here: http://trac.osgeo.org/gdal/wiki/ConfigOptions /** * * Kyle Shannon * ksshan...@gmail.com * */ On Tue, Aug 9, 2011 at 15:11, Nikolaos Hatzopoulos wrote: > Hi, > > Is there any way you can define GDAL_DATA using code and not envir

[gdal-dev] GDAL_DATA

2011-08-09 Thread Nikolaos Hatzopoulos
Hi, Is there any way you can define GDAL_DATA using code and not environmental variable? --Nikos Hatzopoulos ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev