Differences between revisions 4 and 19 (spanning 15 versions)
Revision 4 as of 2008-04-05 15:35:04
Size: 171
Editor: anonymous
Comment:
Revision 19 as of 2008-04-13 10:14:16
Size: 1128
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl AdminGroup:read,write EditorGroup:read All:read
#format wiki
#language en
#pragma section-numbers off
Line 5: Line 10:
== Introduction == == Lesson 1 - Introduction ==
Line 7: Line 12:
SiaProgrammingPythonIntroduction SiaProgrammingPythonIntroduction 
Line 9: Line 14:
 * Why Python?
 * The Python Environment
 * Documentation
SiaProgrammingPythonBasicPython

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]]


== Modules ==

=== SciPy/NumPy ===
 * http://www.scipy.org/

=== pylab ===
 * [[http://matplotlib.sourceforge.net/|Matplotlib/pylab]] Plotting functions with a high degree of Matlab compatibility
=== GDAL ===
 * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]] for various satellite data formats

=== PyNGL ===
 * [[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.)

To enable PyNGL (on ZMAW Linux ia32/x64 and solaris10) you have to type
{{{
module load PyNGL/1.2.0
}}}

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)