Python: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
 
Brian Wilson (talk | contribs)
Line 13: Line 13:


=== Geoprocessing ===
=== Geoprocessing ===
==== ESRI ====


Geoprocessing with ESRI COM dispatch is so slow on the machine I have here that I am thinking it's useless to me. Anyway here are some very useful comments
Geoprocessing with ESRI COM dispatch is so slow on the machine I have here that I am thinking it's useless to me. Anyway here are some very useful comments
Line 18: Line 20:
http://www.ollivier.co.nz/support/python.shtm
http://www.ollivier.co.nz/support/python.shtm


How about geoprocessing with GDAL? Will that do it for me?
==== Open source ====
 
How about geoprocessing with [http://www.gdal.org OGR/GDAL]? Will that do it for me?
 
Getting Python 2.4 and GDAL without disrupting the ESRI installation...
trying [http://fwtools.maptools.org/ FWtools] again. See also [http://hobu.biz/ Howard Butler's site].

Revision as of 17:56, 23 August 2006

Brian's random notes on Python

Links

Quick links into the official docs

TUTORIAL http://docs.python.org/tut/tut.html

GENERAL http://docs.python.org/

STRINGS http://docs.python.org/lib/string-methods.html

http://diveintopython.org/

Geoprocessing

ESRI

Geoprocessing with ESRI COM dispatch is so slow on the machine I have here that I am thinking it's useless to me. Anyway here are some very useful comments

http://www.ollivier.co.nz/support/python.shtm

Open source

How about geoprocessing with OGR/GDAL? Will that do it for me?

Getting Python 2.4 and GDAL without disrupting the ESRI installation... trying FWtools again. See also Howard Butler's site.