William Kyngesburye wrote:

If you need to use GDAL with some other python module that uses
numpy, in the same script, or in the same session, this could still
be a problem.

yup -- that simply won't work

maybe importing the other module before gdal would
work.

I don't think that will work either, unless you are right, and GDAL only uses the Python API -- I don't think that's the case, though --don't you need numpy to compile the GDAL bindings?

You could probably figure out a way to import both numpys separately, and then pass arrays back and forth using array.view(), but that would get ugly really fast!

-Chris



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[email protected]
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to