Re: [gdal-dev] Is it possible to test if GDAL has been built with GEOS in a python script

2011-03-08 Thread Even Rouault
Le mardi 08 mars 2011 22:03:41, Dan Putler a écrit : > Hi all, > > As the message heading indicates, I am hoping to run a check within a > python script to determine if GDAL on a machine has been built with GEOS > support, and exit if it hasn't. Looking at inspect.getmembers( gdal ) > suggests tha

[gdal-dev] Is it possible to test if GDAL has been built with GEOS in a python script

2011-03-08 Thread Dan Putler
Hi all, As the message heading indicates, I am hoping to run a check within a python script to determine if GDAL on a machine has been built with GEOS support, and exit if it hasn't. Looking at inspect.getmembers( gdal ) suggests that I'm out of luck, but I wanted to confirm this. Dan __