From 07af58eb8550838c3de02fd497d22e673eac6e61 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 8 Aug 2023 15:17:30 +0100 Subject: [PATCH] added data glossary in comments: | --- model_data/simulation_system/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model_data/simulation_system/app.py b/model_data/simulation_system/app.py index ab687d74..545fae16 100644 --- a/model_data/simulation_system/app.py +++ b/model_data/simulation_system/app.py @@ -170,6 +170,9 @@ BUILT_FORM_REMAP = { def app(): # Get all the files in the directory + # Data glossary: + # https://epc.opendatacommunities.org/docs/guidance#glossary + directories = list_subdirectories(DATA_DIRECTORY) dataset = []