diff --git a/PROJECTS.md b/PROJECTS.md index 3001b89..22b17a8 100644 --- a/PROJECTS.md +++ b/PROJECTS.md @@ -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