Skip to content

Releases: Transport-for-the-North/caf.mat

Release list

v0.1.0

Choose a tag to compare

@MattBuckley-TfN MattBuckley-TfN released this 25 Jun 15:48
Immutable release. Only release title and notes can be modified.
e087b07

Initial version of the caf.mat package with functionality for:

  • Matrices Classes - custom Python classes to handle groups of matrices, builds on top of caf.base's Segmentation and ZoningSystem functionality and provides access to individual matrices as pandas DataFrames.
  • Various File Formats - read, write and convert between various matrix file formats from
    different transport modelling software.
    • OpenMatrix (OMX)
    • SATURN's UFM
    • CUBE's (MAT)
  • Any Matrix Data - can handle any type of matrix data e.g. travel demand and transport costs.
  • Tour Modelling Conversions - functions to convert between OD and PA based matrices, as used
    in tour based transport demand modelling.

What's Changed

New Contributors

Full Changelog: https://github.com/Transport-for-the-North/caf.mat/commits/v0.1.0