Skip to content

wsp-sag/lighthouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lighthouse

This is a light-weight, simplified ABM.

Usage

This project uses uv as Python manager. To install uv, please visit https://docs.astral.sh/uv/getting-started/installation/

Once uv is installed on the machine, create a new Python environment for lighthouse and install dependencies.

uv sync --lock

To run the model with test data, use the following command:

uv run activitysim run -c model/configs_mp -c model/configs -d model/data -o model/output

Contents

  • model: ActivitySim inputs (configs, data) for the lighthouse model. Currently model/data contains test-scale data from CTPS.
  • notebooks: Demo notebooks to test if the model still works.
  • src/lighthouse: Python code used to implement this model. This may grow to include extensions to ActivitySim for things we want the lighthouse model to do.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 80.4%
  • Jupyter Notebook 19.6%