Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2006-06-14 08:14:21
Size: 1564
Editor: lilin
Comment:
Revision 12 as of 2006-08-31 03:32:38
Size: 569
Editor: lilin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##master-page:HomepageTemplate ##master-page:ZhPythonicerTemplate
Line 4: Line 4:
Line 5: Line 6:
{{{#! /usr/bin/env python {{{
#! /usr/bin/env python (-)
Line 23: Line 25:
----
Line 24: Line 27:
= 与GIS有关的python库和程序 =
== 有关库的链接 ==
因为我玩的是GIS,所以提供几个GIS有关的python程序以及库吧(和GIS有关的python绑定实在太多了!去[http://opensourcegis.org/ 这里]还有[http://freegis.org/ 这里]搜索一下一大把,下面推荐几个吧,这里是几个最近我正在玩的)。

 *[http://ogr.maptools.org/ ogr] (OGR Simple Feature Library )
    *一个对GIS矢量数据进行读取和操作的库,用C/C++写的,有python接口

 *[http://www.gdal.org/index.html gdal] (Geospatial Data Abstraction Library)
    *一个对栅格空间数据进行读取的库,用C/C++写的,有python接口

 *[http://geos.refractions.net/ro/doxygen_docs/html/ geos] (Geometry Engine Open Source)
    *一个对矢量图形进行叠加分析的操作库,有python接口

 *[http://fwtools.maptools.org/ FWTools] (Open Source GIS Binary Kit for Windows and Linux)
    *一个GIS的整套工具(程序,非库),用python写的。
[[Include(gispython)]]

TableOfContents

关于我

# -*- 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( MailTo(linux_23 AT 163 DOT com) )


Include(gispython)


lilin (last edited 2009-12-25 07:09:23 by localhost)