Skip to content

slora/netcdf_extended_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCDF extended utils

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.

Install the NetCDF extended utils:

python setup.py install

How to

The tests folder has some examples to test some features.

About

Extended netcdf utils to modify NetCDF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • nesC 96.0%
  • Python 4.0%