UT-Covid / episimlab

Framework for development of epidemiological models
https://ut-covid.github.io/episimlab/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Implement higher level API #16

Open ethho opened 3 years ago

ethho commented 3 years ago

xsimlab exposes underlying DataArrays nicely, but we need a higher level API to ease the egress from YAML configuration file to xs.variable. This API would be able to dynamically load input variables from YAML configuration files and/or its own attributes.

ethho commented 3 years ago

Include a click CLI that allows one to select and run one of the packaged models.