etheleon / dengue

For everything related to NEA dengue
0 stars 0 forks source link

Introduction

This is the reprository for running the analysis for the dengue forecasting.


Folder Structure

.
├── data
│   └── release_site
│       ├── hdb.xlsx
│       ├── landed.xlsx
│       └── rct.xlsx
├── README.md
├── scripts
│   ├── inla_model
│   │   └── predict.R
│   └── insert_data.ipynb
└── tables
    └── create_release_sites.sql

Initialisation

The repo contains a submodule from EmilieFinch/dengue-singapore. After initial git clone also initialise the submodule

  1. Initialise submodule

    git submodule update --init