Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2010-06-22 15:58:06
Size: 3871
Comment:
Revision 8 as of 2010-06-22 16:02:37
Size: 3822
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== KlimaCampus Lectures ==
Line 15: Line 14:
 * [[http://wiki.zmaw.de/lehre/OpenSource2010|Open Source Scripting for Geo-Scientific Data Processing and Analysis]] by LarsKaleschke

== ZMAW Setting ==
== ZMAW Settings ==
Line 25: Line 22:
[[/ZMAW|ZMAW specific environments]]
Line 33: Line 31:
 * [[http://wiki.zmaw.de/lehre/OpenSource2010|Open Source Scripting for Geo-Scientific Data Processing and Analysis]] by LarsKaleschke '''KlimaCampus Lecture'''
Line 54: Line 53:
To enable GDAL use
{{{
module load gdal
}}}

{{{
from osgeo import gdal
}}}

Python at KlimaCampus

This page shall be a central help for ZMAW/KlimaCampus users of Python. Contact LarsKaleschke for permission to edit this page. Please help to fill this page with useful information about Python for climate research and data analysis.

ZMAW Settings

Python2.6.2 requires

module load R/2.7.0
module load Python/2.6.2

ZMAW specific environments

Documentation and further reading

Modules for Scientific Computing and Visualization

SciPy/NumPy

pylab

Import the Basemap module

from mpl_toolkits.basemap import Basemap

GDAL

PyNGL PyNio

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

module load PyNGL/1.2.0

Please note, that Nio should be on the top of the list, e.g.

import Nio
from osgeo import gdal
import pylab as pl

Python Interface to GrADS

RPy

F2PY: Fortran to Python interface generator

Calling Fortran code from python is easy!

Fortran to Python

Topical Modules

More topical software can be found at http://scipy.org/Topical_Software

Python and Climate

Download (try this at home)

A basic system for scientific computing consists of Python, ipython, numpy/scipy, pylab, and an editor of your choice

The python(x,y) distribution contains all that above.

IfmWiki: FrontPage/Python (last edited 2010-10-25 08:44:17 by LarsKaleschke)