netCDF+ package
Overview
Cool format.
Allows independent frame storage positions, velocities, including lots of additional objects necessary.
Easy export to
mdtraj
native objects possible so export to all sorts of file formats possible.Most objects are stored using human readable JSON String of Python objects.
- Base Functions
- Caching Functions
- openpathsampling.netcdfplus.cache.WeakKeyCache
- openpathsampling.netcdfplus.cache.WeakLRUCache
- openpathsampling.netcdfplus.cache.WeakValueCache
- openpathsampling.netcdfplus.cache.MaxCache
- openpathsampling.netcdfplus.cache.NoCache
- openpathsampling.netcdfplus.cache.Cache
- openpathsampling.netcdfplus.cache.LRUCache
- JSON Serialization Functions
- netCDFplus Base Class
- Loader Proxy Class
- Proxy Descriptor
- Loader Decorators
- Store Functions
- openpathsampling.netcdfplus.stores.ObjectStore
- openpathsampling.netcdfplus.stores.VariableStore
- openpathsampling.netcdfplus.stores.DictStore
- openpathsampling.netcdfplus.stores.NamedObjectStore
- openpathsampling.netcdfplus.stores.UniqueNamedObjectStore
- openpathsampling.netcdfplus.stores.ImmutableDictStore
- Utility Functions