Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions PROJECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ Its portable Python reference implementations target conventional CPU-based
execution. Estimator interfaces allow other execution engines to interoperate
with the library.

### UrbanSim Templates

**Status:** Active
**Repository:** [UDST/urbansim_templates](https://github.com/UDST/urbansim_templates)

UrbanSim Templates provides reusable, configurable model-step templates and the
ModelManager registry for building Orca-based simulation models from
declarative settings rather than custom code.

Its reference implementation is a portable Python layer over Orca, UrbanSim,
and ChoiceModels. Templates persist their settings in portable configuration
files, and the project's direction is for those files to carry all estimated
model state so that model steps can be reloaded, shared, and executed by other
compatible engines.

### Pandana

**Status:** LTS / Compatibility
Expand Down