Skip to content

socib/netcdf_extended_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.