Some useful tools for dealing with objects in Large Eddy Simulation data. See https://paraconuk.github.io/cohobj/ for documentation.
See the changelog for a summary of changes.
Users should pip install to a suitable environment using
$> pip install git+https://github.com/ParaConUK/cohobj.gitThis will install into the standard library.
Developers should fork then clone the repository (please create a branch before making any changes!), open a terminal window and activate the python environment required, cd to the cohobj directory and
$> pip install -e .This will install as if into the standard library but using the cloned code which can be edited. Please commit code improvements and discuss merging with the master branch with Peter Clark and other users.