Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 905 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 905 Bytes

Trajectories

Trajectory code for MONC data

For documentation see http://www.met.reading.ac.uk/~xm904103/code/trajectories/index.html.

  • Current version 0.5 Released 22/02/2022 Peter Clark
  • Current version 0.4 Released 28/08/2020 Peter Clark
  • Previous version 0.3 Released 19/02/2020 Peter Clark

Users should pip install to a suitable environment using

pip install  git+https://github.com/ReadingClouds/Trajectories.git

This will install into the standard library.

Developers should clone the repository (please create a branch before making any changes!), open a terminal window and activate the python environment required, cd to the Subfilter 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.