Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 580 Bytes

Python/numpy interface to the netCDF version 4 library.

Quick Start

  • make sure numpy (required) and Cython (recommended) are installed.

  • make sure HDF5 and netcdf-4 are installed.

  • copy setup.cfg.template to setup.cfg, open with a text editor and follow the instructions in the comments for editing.

  • run 'python setup.py build, then 'python setup.py install' (with sudo if necessary).

  • To run all the tests, execute 'cd test; python run_all.py'.

More detailed documentation is available at docs/index.html, or http://unidata.github.io/netcdf4-python.