Differences between revisions 15 and 25 (spanning 10 versions)
Revision 15 as of 2008-04-10 15:08:51
Size: 899
Editor: anonymous
Comment:
Revision 25 as of 2008-04-16 17:33:21
Size: 1649
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_old old page
SiaProgrammingPythonIntroduction
Line 17: Line 15:

SiaExercisesLesson1

== Lesson 2 - Data types, structures and functions ==

SiaProgrammingPythonDatatypes

SiaProgrammingPythonFunctions

SiaExercisesLesson2

== Lesson 3 - System, I/O ==

SiaProgrammingPythonSystem

SiaProgrammingPythonIo

== 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 22: Line 42:
 *[[http://37mm.no/mpy/idl-numpy.html|NumPy for IDL users]]
 *[[http://www.scipy.org/NumPy_for_Matlab_Users|NumPy for Matlab users]]
Line 26: Line 44:
 * http://matplotlib.sourceforge.net/
 * [[http://matplotlib.sourceforge.net/|Matplotlib/pylab]] Plotting functions with a high degree of Matlab compatibility
Line 29: Line 46:
 * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]]  * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]] for various satellite data formats
Line 32: Line 49:
 * 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 34: Line 52:
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 38: Line 56:
All variables are set as needed.
== Download ==

 * [[http://python.org/download/|Python interpreter]]
 * [[http://ipython.scipy.org/moin/Download|IPython shell]]
 * [[http://www.scipy.org/Download| SciPy]]
 * [[http://sourceforge.net/projects/matplotlib|Matplotlib]]
 * [[http://www.crimsoneditor.com/| Editor]]

SatelliteImageAnalysis

Programming Python

Lesson 1 - Introduction

SiaProgrammingPythonIntroduction

SiaProgrammingPythonBasicPython

SiaExercisesLesson1

Lesson 2 - Data types, structures and functions

SiaProgrammingPythonDatatypes

SiaProgrammingPythonFunctions

SiaExercisesLesson2

Lesson 3 - System, I/O

SiaProgrammingPythonSystem

SiaProgrammingPythonIo

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

Download

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