Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UDST/urbansim_templates
Building blocks for simulation models
https://github.com/UDST/urbansim_templates
Last synced: about 1 month ago
JSON representation
Building blocks for simulation models
- Host: GitHub
- URL: https://github.com/UDST/urbansim_templates
- Owner: UDST
- License: bsd-3-clause
- Created: 2018-02-14T23:07:51.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-05T00:07:56.000Z (over 1 year ago)
- Last Synced: 2024-07-10T23:59:44.388Z (6 months ago)
- Language: Python
- Homepage: https://udst.github.io/urbansim_templates
- Size: 6.52 MB
- Stars: 20
- Watchers: 11
- Forks: 13
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/UDST/urbansim_templates.svg?branch=master)](https://travis-ci.org/UDST/urbansim_templates)
[![Coverage Status](https://coveralls.io/repos/github/UDST/urbansim_templates/badge.svg?branch=master)](https://coveralls.io/github/UDST/urbansim_templates?branch=master)# UrbanSim Templates
UrbanSim Templates is a Python library that provides building blocks for Orca-based simulation models. It's part of the [Urban Data Science Toolkit](https://docs.udst.org) (UDST).
The library contains templates for common types of model steps, plus a tool called ModelManager that runs as an extension to the [Orca](https://udst.github.io/orca) task orchestrator. ModelManager can register template-based model steps with the orchestrator, save them to disk, and automatically reload them for future sessions. The package was developed to make it easier to set up new simulation models — model step templates reduce the need for custom code and make settings more portable between models.
### Installation
UrbanSim Templates can be installed using the Pip or Conda package managers.```
pip install urbansim_templates
``````
conda install urbansim_templates --channel conda-forge
```### Documentation
See the online documentation for much more: https://udst.github.io/urbansim_templates
Some additional documentation is available within the repo in `CHANGELOG.md`, `CONTRIBUTING.md`, `/docs/README.md`, and `/tests/README.md`.
There's discussion of current and planned features in the [pull requests](https://github.com/udst/urbansim_templates/pulls?utf8=✓&q=is%3Apr) and [issues](https://github.com/udst/urbansim_templates/issues?utf8=✓&q=is%3Aissue), both open and closed.