Differences between revisions 1 and 2
Revision 1 as of 2010-06-22 16:03:06
Size: 139
Comment:
Revision 2 as of 2010-06-22 16:03:59
Size: 396
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:

== PyNGL ==

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

ZMAW specific Python environments

GDAL

To enable GDAL use

module load gdal

from osgeo import gdal

PyNGL

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

IfmWiki: FrontPage/Python/ZMAW (last edited 2011-02-01 10:31:06 by LarsKaleschke)