nctoolkit.options

nctoolkit.options(\*\*kwargs)

Define session options. Set the options in the session. Available options are thread_safe and lazy. Set thread_safe = True if hdf5 was built to be thread safe. Set lazy = True if you want methods to evaluate lazy by default.

Parameters

**kwargs – Define options using key, value pairs.