Re: [gdal-dev] Help with GDAL/OGR Python API and OCI

2019-03-25 Thread Alejandro Saucedo
Yes, it was that. I replaced the library it was linked to with the one from my GDAL I built. Thank you very much! Regards. On Mon, Mar 25, 2019 at 5:56 PM Even Rouault wrote: > On lundi 25 mars 2019 17:26:17 CET Alejandro Saucedo wrote: > > Hello, > > Please, your help with the following probl

Re: [gdal-dev] Help with GDAL/OGR Python API and OCI

2019-03-25 Thread Even Rouault
On lundi 25 mars 2019 17:26:17 CET Alejandro Saucedo wrote: > Hello, > Please, your help with the following problem. > I am not able to see the Oracle OCI driver from python using the GDAL/OGR > bindings. > The following code prints always None: > from osgeo import ogr > print(ogr.GetDriver

[gdal-dev] Help with GDAL/OGR Python API and OCI

2019-03-25 Thread Alejandro Saucedo
Hello, Please, your help with the following problem. I am not able to see the Oracle OCI driver from python using the GDAL/OGR bindings. The following code prints always None: from osgeo import ogr print(ogr.GetDriverByName( 'OCI' )) Also, the driver is never listed here: drivers = [og

Re: [gdal-dev] Check of sibling files when opening an image file

2019-03-25 Thread Armin Burger
Just in case someone is interested in a solution for this issue: The most efficient setting was to set the gdal option GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR This can reduce the file stat/open calls noticeably, depending on the raster format. The worst format I found was JP2, which is now unfo

Re: [gdal-dev] GDAL_GRID Linear: Segmentation Fault

2019-03-25 Thread paolino86
Hi Ian, did you finally solved your problem upgrading to the newer version ? I am interested because I have a similar bug. Thanks, Paolo -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists