barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
76 stars 35 forks source link

Adding intermediate netcdf file action #55

Closed barronh closed 6 years ago

barronh commented 6 years ago

This helps when a file is too big to work in memory. Any operations will create a file on disk rather than in memory.

Originally designed for new mask function that is also included.