Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1010 Bytes

README.rst

File metadata and controls

40 lines (24 loc) · 1010 Bytes

NetCDF extended utils documentation

Description

Extended netcdf utils to modify NetCDF files. Features:
  • Modify and add new variable values
  • Modify and add new global attributes
  • Modify and add new variable attributes
  • Delete global attributes, variables and dimensions
Limitations:
  • Only tested with NetCDF3 classic format
  • No support for groups.

Installation

Install the requeriments:

pip install numpy>=1.8.1 && pip install -r requirements.txt

Note: Install numpy first because of the issue #4116.

Download the NetCDF extended utils source code through the git repository:

Git repository.

Install the NetCDF extended utils:

python setup.py install

How to

The tests folder has some examples to test some features.