Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2008-04-08 12:53:34
Size: 1320
Editor: anonymous
Comment:
Revision 14 as of 2008-04-09 15:02:19
Size: 864
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
== Introduction == == Lesson 1 - Introduction ==
Line 13: Line 13:

SiaProgrammingPythonIntroduction_old old page
Line 28: Line 30:
 * http://www.pyngl.ucar.edu/
Line 29: Line 32:
http://www.pyngl.ucar.edu/

==== ZMAW Setup ====
For Debian Etch IA32 machines the following variables have to be set
(beware, I'm using the bash syntax here):
To enable PyNGL (on Linux ia32/x64 and solaris10) you have to type
Line 35: Line 34:
export PATH=/sw/etch-ia32/python-2.4.4/bin/:$PATH
export PYTHONPATH=/sw/etch-ia32/python-2.4.4/lib/python2.4/site-packages/
export PYNGL_NCARG=/sw/etch-ia32/python-2.4.4/lib/python2.4/site-packages/PyNGL/ncarg/
module load PyNGL/1.2.0
Line 39: Line 36:

For Debian Etch x64 (e.g. fastice, seaice) the values have to be set to
{{{
export PATH=/sw/etch-x64/python-2.4.4/bin/:$PATH
export PYTHONPATH=/sw/etch-x64/python-2.4.4/lib/python2.4/site-packages/
export PYNGL_NCARG=/sw/etch-x64/python-2.4.4/lib/python2.4/site-packages/PyNGL/ncarg/
}}}
All variables are set as needed.

SatelliteImageAnalysis

Programming Python

Lesson 1 - Introduction

SiaProgrammingPythonIntroduction Why Python? The Python Environment. Documentation

SiaProgrammingPythonIntroduction_old old page

Modules

SciPy/NumPy

pylab

GDAL

PyNGL

To enable PyNGL (on Linux ia32/x64 and solaris10) you have to type

module load PyNGL/1.2.0

All variables are set as needed.

LehreWiki: SiaProgrammingPython (last edited 2009-01-16 14:14:58 by anonymous)