Skip to content

DisSModel/dissmodel-sysdyn-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title DisSModel SysDyn Explorer
emoji 📈
colorFrom blue
colorTo indigo
sdk docker
pinned false

DisSModel System Dynamics Explorer

Interactive explorer for system dynamics models implemented with DisSModel, an open-source Python framework for spatially explicit dynamic modelling.

This application demonstrates the capabilities of the dissmodel-sysdyn library, allowing users to interactively configure and simulate various classic models such as SIR (Epidemiology), Predator-Prey (Ecology), and more.

Features

  • Dynamic Discovery: Automatically loads all models available in the dissmodel-sysdyn library.
  • Auto-UI: Generates sidebar widgets for model parameters using type hints.
  • Live Plotting: Visualizes simulation results in real-time as the model runs.

Running locally (with Docker)

docker build -t dissmodel-sysdyn-demo .
docker run -p 7860:7860 dissmodel-sysdyn-demo

About

System dynamics models for DisSModel — Python equivalents of the TerraME example suite (Coffee, SIR, Lorenz, Daisyworld, Mono Lake and more)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors