17 | | As of version 2.7.3.1 (April 2013) {{{python xy}}} seems to be missing {{{netCDF4}}}. Well so for the time being we will need to install another package to cover this loss. For this we can use the precompiled scientific python binaries from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython]. I suggest you choose {{{ScientificPython-2.9.2.win32-py2.7.exe}}} to install. |
| 17 | Check that netcdf is available. From a command line, try |
| 18 | |
| 19 | {{{ |
| 20 | python -c "import netCDF4" |
| 21 | }}} |
| 22 | |
| 23 | If no error occurs then netCDF4 is available and you can disregard the rest of this note. |
| 24 | |
| 25 | |
| 26 | But unfortunately version 2.7.3.1 (April 2013) {{{python xy}}} seems to be missing {{{netCDF4}}}. |
| 27 | |
| 28 | Please let us know if later versions are ok. |
| 29 | |
| 30 | If it is missing then you need to install another package to cover this loss. For this we can use the precompiled scientific python binaries from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython]. I suggest you choose {{{ScientificPython-2.9.2.win32-py2.7.exe}}} to install. To test this install try: |
| 31 | |
| 32 | {{{ |
| 33 | python -c "import Scientific.IO.NetCDF" |
| 34 | }}} |
| 35 | |