Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2006-06-14 07:30:03
Size: 1533
Editor: lilin
Comment:
Revision 11 as of 2006-06-18 05:32:56
Size: 1650
Editor: lilin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
[[TableOfContents]]
Line 4: Line 6:
{{{#! /usr/bin/env python {{{
#! /usr/bin/env python (-)
Line 11: Line 14:
 . ,'福二中' #2001
 . ,'福师大')#2005
    ,'福二中' #2001
    ,'福师大')#2005
Line 14: Line 17:
 . ,'C++' #2002
 . ,'Linux','Python')#2004
    ,'C++' #2002
    ,'Linux','Python')#2004
Line 22: Line 25:
Line 27: Line 29:
 . [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写的。
== 学习笔记 ==
 . [http://wiki.woodpecker.org.cn/moin/lilin/gdal
-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) )

与GIS有关的python库和程序

有关库的链接

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

学习笔记


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