Size: 1318
Comment:
|
Size: 1324
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 22: | Line 22: |
*[http://37mm.no/mpy/idl-numpy.html NumPy for IDL users] *[http://www.scipy.org/NumPy_for_Matlab_Users NumPy for Matlab users] |
*[[http://37mm.no/mpy/idl-numpy.html|NumPy for IDL users]] *[[http://www.scipy.org/NumPy_for_Matlab_Users|NumPy for Matlab users]] |
Line 29: | Line 29: |
* [http://www.gdal.org/ GDAL - Geospatial Data Abstraction Library] | * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]] |
Programming Python
Introduction
SiaProgrammingPythonIntroduction
- Why Python?
- The Python Environment
- Documentation
Modules
SciPy/NumPy
pylab
GDAL
PyNGL
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/