如何在 Windows 上为 GeoDjango 安装 GEOS

发布于 2024-10-20 05:15:05 字数 137 浏览 8 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

︶葆Ⅱㄣ 2024-10-27 05:15:05

中的说明进行操作

我按照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/

苦妄 2024-10-27 05:15:05

我所做的是从这个答案安装GDAL, 无法安装Python和GDAL(DLL加载失败),然后将这一行添加到settings.py中,

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

然后使用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,

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

then it is fine to use postgis.

北方。的韩爷 2024-10-27 05:15:05

按照本教程,它将安装包括 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

忆悲凉 2024-10-27 05:15:05

就我而言,我必须与我的 Ubuntu 一起使用:

 sudo apt-get install gdal-bin

In my case, I had to use with my Ubuntu:

 sudo apt-get install gdal-bin
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文