The Travel Modelling Group's modules for XTMF2.
Functionality for XTMF2 has been broken up into several repositories:
- XTMF2 repository contains the core functionality for developing and running model systems.
- TMG.Tasha2 contains modules specific to GTAModel V4+.
- TMG.EMME contains the modules for interacting with INRO's EMME software. Additionally it contains TMG's TMGToolbox2 for EMME.
- XTMF2.Web provides a web user experience for operating XTMF2.
- DotNet Core 3.1+ SDK
git clone https://github.com/TravelModellingGroup/TMG-Framework.git
dotnet build -c Debug
or
dotnet build -c Release
and then test with,
dotnet test
There are two main branches for TMG-Framework: