Size: 569
Comment:
|
← Revision 14 as of 2009-12-25 07:09:23 ⇥
Size: 610
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
[[TableOfContents]] | <<TableOfContents>> |
Line 23: | Line 23: |
Email( [[MailTo(linux_23 AT 163 DOT com)]] ) | Email( <<MailTo(linux_23 AT 163 DOT com)>> ) |
Line 27: | Line 27: |
[[Include(gispython)]] | <<Include(gispython)>> ---- <<Include(lilin/swig-index)>> |
关于我
# -*- coding: gb2312 -*- """Init in 01.20.1983""" from human import Boy me=Boy('李林','福建','福州') #过去... me.Graduate( '鼓三小' #1995 ,'福二中' #2001 ,'福师大')#2005 me.Love( 'GIS','!ArcInfo' #2001 ,'C++' #2002 ,'Linux','Python')#2004 #现在... me.Doing('GIS') #将来.............
Email( <linux_23 AT 163 DOT com> )
与GIS(地理信息系统)有关的python库和程序
有关库的链接
因为我玩的是GIS,所以提供几个GIS有关的python程序以及库吧(和GIS有关的python绑定实在太多了!去这里还有这里搜索一下一大把,下面推荐几个吧,这里是几个最近我正在玩的)。
ogr (OGR Simple Feature Library )
- 一个对GIS矢量数据进行读取和操作的库,用C/C++写的,有python接口
gdal (Geospatial Data Abstraction Library)
- 一个对栅格空间数据进行读取的库,用C/C++写的,有python接口
geos (Geometry Engine Open Source)
- 一个对矢量图形进行叠加分析的操作库,有python接口
FWTools (Open Source GIS Binary Kit for Windows and Linux)
- 一个GIS的整套工具(程序,非库),用python写的。
下面是python主页科学和数值计算版的关于GIS的记录
- Thuban
- 是一个GIS成品,不过太老了,只适合python2.3
- Python Cartographic Library, News from Import Cartographic,
- 是一个集成的GIS实用库,我没有玩过,不发表评论。
我的学习笔记