Marc Pfister wrote: > Sean Gillies wrote: >> Shapely requires libgeos 2.2.3 or 3.0+. Previous versions have >> incomplete C APIs and bugs that warrant an upgrade. The upcoming 3.0.3 >> release looks promising, though I don't know when it will start >> appearing in distros. > > Sean, > > Thanks for getting back to me. Does libgeos 2.2.3 refer to libgeos_c.so > or libgeos.so? Or both? My laptop has libgeos.so.2.2.3 and > libgeos_c.so.1.3.3. This is what was installed by running "apt-get > install libgeos-c1". > > Thanks, > > Marc
2.2.3 is the GEOS product version number (which I think corresponds to the C++ API version) and 1.3.3 is the C API version. I think you may have also found a bug. If Shapely 1.0.9 doesn't work for you, will you try commenting out lines 233-281 in shapely/ctypes_declarations.py. All the GEOSWK*Writer stuff. This was introduced in 1.0.8 and we didn't test it adequately with GEOS 2.2.3. Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
