Size: 139
Comment:
|
Size: 456
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Available modules and versions {{{ module av }}} == Python == SNOW, SQUALL: {{{ module load python }}} Etch32 (Desktop): {{{ module load Python }}} |
|
Line 13: | Line 30: |
== PyNGL == 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
Available modules and versions
module av
Python
SNOW, SQUALL:
module load python
Etch32 (Desktop):
module load Python
GDAL
To enable GDAL use
module load gdal
from osgeo import gdal
PyNGL
Please note, that Nio should be on the top of the list, e.g.
import Nio from osgeo import gdal import pylab as pl