From 013461d005f832dc66a36d65cc44d96eaa235588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20J=2E=20K=C3=BChn?= <62713180+mknaranja@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:46:39 +0100 Subject: [PATCH] Revise README for data directory clarification Updated README to clarify the purpose and structure of the data directory. --- data/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/data/README.md b/data/README.md index 5e5331e6b3..00c244a7f0 100644 --- a/data/README.md +++ b/data/README.md @@ -1,10 +1,3 @@ # MEmilio Data # -This directory contains data used for real-world epidemiological simulations. Additional datasets (e.g., daily reported COVID‑19 data for Germany) can be added using the MEmilio Epidata Package [MEmilio Python library](../pycode/memilio-epidata/README.rst). - -## Directory Structure -The data is organized by region. Within a region folder (e.g., Germany), you will find the following subdirectories: - -- **contacts**: Contact matrices, i.e., the number of daily contacts between persons of different age groups. -- **mobility**: Number of daily commuters and other travelers moving between regional entities. -- **pydata**: Data generated using the `Epidata` package from the MEmilio library. +This directory contains a minimal set of data used for real-world epidemiological simulations. To separate model code from data, data has been removed on purpose. Additional datasets (e.g., daily reported COVID‑19 data or mobility matrices for Germany) can be added using the MEmilio Epidata Package [MEmilio Python library](../pycode/memilio-epidata/README.rst).