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