[Numpy-discussion] what python module to modify NetCDF data?

Chris Barker Chris.Barker at noaa.gov
Sun Oct 9 02:20:11 EDT 2011


On 10/8/11 7:45 AM, Chao YUE wrote:
> I want to change some variable values in a series of NetCDF file. Did
> anybody else did this before using python?

I like the netcdf4 package -- very powerful and a pretty nice
numpy-compatible API:

http://code.google.com/p/netcdf4-python/

Check out the "examples" and "utils" directories for some code to take a 
look at.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the NumPy-Discussion mailing list