rockdoc / cdlparser

A python module for parsing files encoded in netCDF's common data form language (CDL)
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Implement diskless (in-memory) operation mode #11

Open rockdoc opened 12 years ago

rockdoc commented 12 years ago

Use netCDF4 module's experimental diskless mode to enable instantiation of the resulting netCDF dataset in memory only, without persisting to file on disk. Requires netcdf 4.2.