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
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
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
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
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