Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2006-06-14 07:25:26
Size: 1556
Editor: lilin
Comment:
Revision 10 as of 2006-06-14 08:14:21
Size: 1564
Editor: lilin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
[[TableOfContents]]
Line 4: Line 5:
{{{
#! /usr/bin/env python
{{{#! /usr/bin/env python
Line 8: Line 7:
Line 10: Line 8:
Line 12: Line 9:
Line 14: Line 10:
Line 16: Line 11:
Line 18: Line 12:

. ,'福二中' #2001
 . ,'福师大')#2005
    ,'福二中' #2001
    ,'福师大')#2005
Line 22: Line 15:

. ,'C++' #2002
 . ,'Linux','Python')#2004
    ,'C++' #2002
    ,'Linux','Python')#2004
Line 26: Line 18:
Line 28: Line 19:

me.Email( [[MailTo(linux_23 AT 163 DOT com)]] )
Line 33: Line 21:
Email( [[MailTo(linux_23 AT 163 DOT com)]] )

Line 37: Line 28:
 . [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写的。
----
 *[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写的。

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) )

与GIS有关的python库和程序

有关库的链接

因为我玩的是GIS,所以提供几个GIS有关的python程序以及库吧(和GIS有关的python绑定实在太多了!去[http://opensourcegis.org/ 这里]还有[http://freegis.org/ 这里]搜索一下一大把,下面推荐几个吧,这里是几个最近我正在玩的)。


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