Hi all

I set up 2 pixel functions to be used with VRT images and derived bands. This works fine with the GDAL utilities and also with MapServer and Python MapScript.

If I try however to load the pixel functions in GDAL-Python as drivers, I run into problems. The following code

  from osgeo import gdal
  import os

  os.putenv("GDAL_DRIVER_PATH", "/usr/local/share/gdal/gdalplugins")
  gdal.AllRegister()

produces the error:

python: symbol lookup error: /usr/local/share/gdal/gdalplugins /gdal_SpotBlue.so: undefined symbol: GDALAddDerivedBandPixelFunc


So is this sort of a bug or is this functionality not available via the GDAL Python bindings? Environment is Linux, GDAL 1.9, Python 2.6.

Thanks for any help
Armin
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to