Size: 171
Comment:
|
Size: 801
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 7: | Line 12: |
SiaProgrammingPythonIntroduction | SiaProgrammingPythonIntroduction Why Python? The Python Environment. Documentation |
Line 9: | Line 14: |
* Why Python? * The Python Environment * Documentation |
== Modules == === SciPy/NumPy === * http://www.scipy.org/ *[[http://37mm.no/mpy/idl-numpy.html|NumPy for IDL users]] *[[http://www.scipy.org/NumPy_for_Matlab_Users|NumPy for Matlab users]] === pylab === * http://matplotlib.sourceforge.net/ === GDAL === * [[http://www.gdal.org/|GDAL - Geospatial Data Abstraction Library]] === PyNGL === http://www.pyngl.ucar.edu/ To enable PyNGL (on Linux ia32/x64 and solaris10) you have to type {{{ module load PyNGL/1.2.0 }}} All variables are set as needed. |
Programming Python
Introduction
SiaProgrammingPythonIntroduction Why Python? The Python Environment. Documentation
Modules
SciPy/NumPy
pylab
GDAL
PyNGL
To enable PyNGL (on Linux ia32/x64 and solaris10) you have to type
module load PyNGL/1.2.0
All variables are set as needed.