Differences between revisions 6 and 10 (spanning 4 versions)
Revision 6 as of 2006-06-14 06:11:01
Size: 1547
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
# -*- 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 23:
# -*- 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')

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

#将来.............
Line 36: 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)