Jan. 13, 2009
5:31 a.m.
2009/1/12 Ryan May <rmay31@gmail.com>: Anyone know if pupynere (a version of which is in scipy.io.netcdf) supports writing files with 64-bit offsets? This allows writing files larger than 2GB.
You might try asking on the Matplotlib mailing list. Jeff Whitaker includes pupynere as part of the Basemap toolkit, he may have an answer.. http://matplotlib.sourceforge.net/basemap/doc/html/api/basemap_api.html#mpl_... Alternatively take a look at the Python NetCDF4 interface, which should support this functionality http://code.google.com/p/netcdf4-python/ Cheers, Scott