如何在 Windows 上为 GeoDjango 安装 GEOS
我正在使用 Python 2.5、Django 1.2、MySQL 和 Apache 启动一个 GeoDjango 项目。该项目将上传到 Linux 服务器,但开发将在 Windows 上进行。
问题是我无法通过安装 GEOS,这是怎么完成的?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
中的说明进行操作
我按照http://docs.djangoproject.com/en/dev/ ref/contrib/gis/install/#windows
对于在Windows中安装GEOS库,我使用这个:
http://trac .osgeo.org/osgeo4w/
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/
我所做的是从这个答案安装GDAL, 无法安装Python和GDAL(DLL加载失败),然后将这一行添加到
settings.py
中,然后使用postgis就可以了。
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
,then it is fine to use postgis.
按照本教程,它将安装包括 GEOS 在内的 GDAL 完整库。
昨天刚做的,效果很好
http://www.gis。 usu.edu/~chrisg/python/2009/docs/gdal_win.pdf
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
就我而言,我必须与我的 Ubuntu 一起使用:
In my case, I had to use with my Ubuntu: