Differences between revisions 6 and 13 (spanning 7 versions)
Revision 6 as of 2006-06-14 06:11:01
Size: 1547
Editor: lilin
Comment:
Revision 13 as of 2006-10-11 03:30:10
Size: 610
Editor: lilin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##master-page:HomepageTemplate ##master-page:ZhPythonicerTemplate
Line 3: Line 3:
[[TableOfContents]]
Line 4: Line 6:
#! /usr/bin/env python {{{
#! /usr/bin/env python (-)
# -*- 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)]] )
Line 6: Line 25:
# -*- coding: gb2312 -*- ----
Line 8: Line 27:
"""Init in 01.20.1983""" [[Include(gispython)]]
Line 10: Line 29:
from human import Boy ----
Line 12: Line 31:
me=Boy('李林','福建','福州')

#过去...

me.Graduate( '鼓三小' #1995

 . ,'福二中' #2001
 . ,'福师大')#2005
me.Love( 'GIS','ArcInfo' #2001

 . ,'C++' #2002
 . ,'Linux','Python')#2004
#现在...

me.Doing('GIS')

me.Email( [[MailTo(linux_23 AT 163 DOT com)]] )

#将来.............

= 与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(lilin/swig-index)]]

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)


Include(lilin/swig-index)


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