This is the reprository for running the analysis for the dengue forecasting.
data
: Where data files are storedscripts
: various scriptstables
: Where schema,table DDLs are kept.
├── data
│ └── release_site
│ ├── hdb.xlsx
│ ├── landed.xlsx
│ └── rct.xlsx
├── README.md
├── scripts
│ ├── inla_model
│ │ └── predict.R
│ └── insert_data.ipynb
└── tables
└── create_release_sites.sql
The repo contains a submodule from EmilieFinch/dengue-singapore. After initial git clone also initialise the submodule
Initialise submodule
git submodule update --init