netCDF Plugin

This plugin allows pydap to serve data from netCDF 3 files, and works with any module compatible with Scientific.IO.NetCDF. The plugin comes with pupynere, an experimental and very fast pure Python netCDF reader I wrote specially for pydap. Optionally, you may want to install pynetcdf, a standalone version of Scientific.IO.NetCDF built for numpy by Travis Oliphant that takes precedence over pupynere.

Both pupynere and pynetcdf depend on Numpy, which should be installed manually since it doesn't play well with EasyInstall (or vice–versa, I'm not sure). After installing Numpy (and optionally installing pynetcdf), you can install the netCDF plugin using easy_install:

$ easy_install dap.plugins.netcdf

Simply restart your pydap server after this and it should be able to serve netCDF 3 files.