Re: [gdal-dev] Enabling GEOS with GDAL on Windows

2010-09-24 Thread Alex Hagen-Zanker
>>would love to be able to access geos without any work arounds Jay, I am not an expert and struggled to get it working as well. I took the following steps using nmake. If you don't have nmake, you can find instructions for getting it by Googling. It is also an option to get Visual Studio Exp

Re: [gdal-dev] Enabling GEOS with GDAL on Windows

2010-09-22 Thread Jay L.
Chris, Shapely is my backup plan. I have, essentially, wrapped shapely in gdal using the load and dump wkt options before, but would love to be able to access geos without any work arounds. Thanks! Jay On Wed, Sep 22, 2010 at 2:02 PM, Christopher Barker wrote: > Jay L. wrote: > >> If not, wha

Re: [gdal-dev] Enabling GEOS with GDAL on Windows

2010-09-22 Thread Christopher Barker
Jay L. wrote: If not, what is the best place to look for information on enabling GEOS in GDAL? I don't know about that, but another way to use geos in Python is to use Shapely: http://pypi.python.org/pypi/Shapely -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Divisi

[gdal-dev] Enabling GEOS with GDAL on Windows

2010-09-22 Thread Jay L.
Afternoon all, I have both FWTools and GDAL 1.6 (with the python bindings) installed (windows7). I have a pair of scripts that I would like to use the GEOS functionality with (intersection and buffer). I believe that FWTools installed GEOS. Is there a way to use the GEOS installed FWTools from