Differences between revisions 16 and 18 (spanning 2 versions)
Revision 16 as of 2008-04-11 15:10:07
Size: 850
Editor: anonymous
Comment:
Revision 18 as of 2008-04-13 10:12:53
Size: 1107
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
SiaProgrammingPythonIntroduction Why Python? The Python Environment. Documentation SiaProgrammingPythonIntroduction
Line 15: Line 15:

SiaExercisesLesson1

== Documentation ==

 * http://www.python.org/doc/
 *[[http://37mm.no/mpy/idl-numpy.html|NumPy for IDL users]]
 *[[http://www.scipy.org/NumPy_for_Matlab_Users|NumPy for Matlab users]]
Line 20: Line 29:
 *[[http://37mm.no/mpy/idl-numpy.html|NumPy for IDL users]]
 *[[http://www.scipy.org/NumPy_for_Matlab_Users|NumPy for Matlab users]]
Line 24: Line 31:
 * http://matplotlib.sourceforge.net/
 * http://matplotlib.sourceforge.net/ Plotting functions with a high degree of Matlab compatibility
Line 27: Line 33:
 * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]]  * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]] for various satellite data formats
Line 30: Line 36:
 * http://www.pyngl.ucar.edu/  * [[http://www.pyngl.ucar.edu/|PyNGL/PyNIO]] Python interface to [[http://www.ncl.ucar.edu/ | NCAR Command Language]]
 * Scientific visualization and data formats (netCDF, HDF, GRIB etc.)
Line 32: Line 39:
To enable PyNGL (on Linux ia32/x64 and solaris10) you have to type To enable PyNGL (on ZMAW Linux ia32/x64 and solaris10) you have to type
Line 36: Line 43:
All variables are set as needed.

SatelliteImageAnalysis

Programming Python

Lesson 1 - Introduction

SiaProgrammingPythonIntroduction

SiaProgrammingPythonBasicPython

SiaExercisesLesson1

Documentation

Modules

SciPy/NumPy

pylab

GDAL

PyNGL

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

module load PyNGL/1.2.0

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