Differences between revisions 4 and 5
Revision 4 as of 2008-04-05 15:35:04
Size: 171
Editor: anonymous
Comment:
Revision 5 as of 2008-04-07 08:58:22
Size: 894
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

== Modules ==


=== PyNGL ===

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):
{{{
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/
}}}

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/
}}}

SatelliteImageAnalysis

Programming Python

Introduction

SiaProgrammingPythonIntroduction

  • Why Python?
  • The Python Environment
  • Documentation

Modules

PyNGL

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

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/

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/

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