Install
openclaw skills install @fccoelho/epigrass-creatorCreate Epigrass epidemiological models through step-by-step guided specification. Build metapopulation models (SIR, SEIR, SEIS, SIS, SI) with geographic networks. Supports GeoPackage import for real-world spatial data.
openclaw skills install @fccoelho/epigrass-creatorCreate epidemiological metapopulation models using Epigrass through an interactive, step-by-step wizard.
Epigrass (Epidemiological Geo-referenced Analysis and Simulation System) is a Python library for simulating disease spread across geographic networks.
| Model | Compartments | Use Case |
|---|---|---|
| SIR | S, I, R | Diseases with lifelong immunity |
| SEIR | S, E, I, R | Diseases with latent period |
| SEIS | S, E, I | Diseases with temporary immunity |
| SIS | S, I | Diseases with no immunity |
| SI | S, I | Fatal diseases |
| Custom | User-defined | Specialized scenarios |
Import sites directly from GeoPackage (.gpkg) files:
Requirements: pip install geopandas (or fiona as fallback)
User: Create a dengue model for Brazilian cities
→ Wizard guides through SEIR selection, city list, parameters
User: Build SIR model with 10x10 grid
→ Wizard creates synthetic network
User: Custom model with hospitalization
→ Wizard collects compartments and transitions
model.epg - Epigrass scriptsites.csv - Site/node dataedges.csv - Edge/connection datamodel_spec.json - Full specificationpip install epigrass)