Pupynere

Pure Python NetCDF Reader
Download

Pupynere Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Roberto De Almeida
  • Publisher web site:
  • http://pydap.org/

Pupynere Tags


Pupynere Description

Pure Python NetCDF Reader Pupynere is an implementation of a NetCDF library in pure Python. It’s not really pure Python, since it uses the mmap module from Python, but Pupynere itself is written in only a few hundred lines of code.The name, Pupynere, is short for Pure Python NetCDF Reader came to me while showing the module usage to a friend, and I grew fond of it.Pupynere implements the widely used Scientific.IO.NetCDF API, used also in pynetcdf and PyNIO. A quick example:>>> from pupynere import NetCDFFile>>> f = nc('example.nc', 'w')>>> f.createDimension('time', 12)>>> time = f.createVariable('time', 'i', ('time',))>>> time = arange(12)>>> f.close() Requirements: · Python What's New in This Release: · Fixed bug when reading character variables without mmap.


Pupynere Related Software