Skip to content

Quick Start Guide

Nick Ferguson edited this page Apr 10, 2024 · 18 revisions

Requires Anaconda, git, and R (with all necessary R packages) to be installed on the machine.

  1. With Anaconda Prompt in the target directory on a modeling server's local drive:
    a. clone this repo and move to the development branch.
    git clone https://github.com/CMAP-REPOS/cmap_trip-based_model.git
    cd cmap_trip-based_model
    git checkout develop
    b. copy data from a previous model run. (arguments for recent_conformity and scenario should match the previous model run)
    powershell -file copy_scenario_data.ps1 -recent_conformity c23q4 -scenario 100
Clone this wiki locally