-
Notifications
You must be signed in to change notification settings - Fork 23
Rework Data Structure #1202
Copy link
Copy link
Closed
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::data handlingThis issue concerns any kind of data handling.This issue concerns any kind of data handling.model::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.status::in progressThis issue is in progess.This issue is in progess.
Metadata
Metadata
Assignees
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::data handlingThis issue concerns any kind of data handling.This issue concerns any kind of data handling.model::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.status::in progressThis issue is in progess.This issue is in progess.
Type
Projects
Status
Done (Total)
Motivation / Current Behaviour
Currently, we have the following structure:
data
However, the existing data in mobility/contacts is also regional dependent (right now only valid for Germany) and also created partially (Commuter_mobility) created with the pycode.
Therefore, a better structure would be
data
--- mobility
--- contacts
--- pydata
.....
Enhancement description
see description
Additional context
No response
Checklist