How To Install GEOS for GeoDjango on Windows

南笙酒味 提交于 2019-12-08 15:40:47

问题


I'm starting a GeoDjango project using Python 2.5, Django 1.2, MySQL and Apache. The project will be uploaded to a Linux server but the development will be on a Windows.

The problem is I just can't get passed installing GEOS, how is it done?


回答1:


I follow the instructions in

http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#windows

For the instalation of GEOS library in windows i use this:

http://trac.osgeo.org/osgeo4w/




回答2:


what I did is to install GDAL from this answer, Unable to install Python and GDAL (DLL load failed), and then add this line to settings.py,

GEOS_LIBRARY_PATH = 'C:/Program Files/GDAL/geos_c.dll'

then it is fine to use postgis.




回答3:


Follow this tutorial it will Install GDAL complete library including GEOS. Just did it yesterday worked fine

http://www.gis.usu.edu/~chrisg/python/2009/docs/gdal_win.pdf



来源:https://stackoverflow.com/questions/5177498/how-to-install-geos-for-geodjango-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!