Size: 1335
Comment:
|
← Revision 40 as of 2009-01-16 14:14:58 ⇥
Size: 2831
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
See new page: http://wiki.zmaw.de/lehre/Python ---- Old page!!! |
|
Line 9: | Line 14: |
Why Python? * http://geosci.uchicago.edu/~rtp1/itr/Python.html * http://www.scipy.org/NumPyTestimony |
|
Line 26: | Line 36: |
== Lesson 3 - System, IO == | == Lesson 3 - System, I/O == |
Line 29: | Line 39: |
SiaProgrammingPythonIo SiaExercisesLesson3 == Lesson 4 - Image Processing == SiaProgrammingPythonImageProc SiaExercisesLesson4 == Lesson 5/6 - Image Processing == SiaProgrammingPythonImageProc SiaExercisesLesson5 == Lesson 7 - Image Processing: Bayes classification, segmentation by thresholding == SiaProgrammingPythonImageProc SiaExercisesLesson7 == Lesson 8 - Image Processing: Texture == SiaProgrammingPythonImageProc SiaExercisesLesson8 == Lesson 9/10 - Image Processing: Kmeans algorithm, Vector Quantization == SiaProgrammingPythonImageProc SiaExercisesLesson9 == Lesson 11 - Image Processing: Filter == SiaProgrammingPythonImageProc SiaExercisesLesson11 == Lesson 12 - Image Processing: Watershed segmentation == SiaProgrammingPythonImageProc SiaExercisesLesson12 |
|
Line 33: | Line 90: |
*[[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]] * [[http://www.tau.ac.il/~kineret/amit/scipy_tutorial/|SciPy tutorial]] |
Line 55: | Line 112: |
=== RPy === * [[http://rpy.sourceforge.net/| RPy (R from Python)]] Statistical computing and graphics == 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]] |
See new page: http://wiki.zmaw.de/lehre/Python
Old page!!!
Programming Python
Why Python?
Lesson 1 - Introduction
SiaProgrammingPythonIntroduction
SiaProgrammingPythonBasicPython
Lesson 2 - Data types, structures and functions
Lesson 3 - System, I/O
Lesson 4 - Image Processing
Lesson 5/6 - Image Processing
Lesson 7 - Image Processing: Bayes classification, segmentation by thresholding
Lesson 8 - Image Processing: Texture
Lesson 9/10 - Image Processing: Kmeans algorithm, Vector Quantization
Lesson 11 - Image Processing: Filter
Lesson 12 - Image Processing: Watershed segmentation
Documentation
Modules
SciPy/NumPy
pylab
Matplotlib/pylab Plotting functions with a high degree of Matlab compatibility
GDAL
GDAL - Geospatial Data Abstraction Library for various satellite data formats
PyNGL
PyNGL/PyNIO Python interface to 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
RPy
RPy (R from Python) Statistical computing and graphics