generated from rl-institut/rli_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Idea is to add parameter regions to Adapter class which holds hierarchical structure of regions, which can be used to extract process parameters from parent regions.
Example regions mapping could look like:
{
"DE": {
"NW": [
"district_01",
"district_02",
...
],
"HB": [...],
...
}
}
For example, a process holding data for "district_01" could then grab related WACC which is set for "DE".
(Not needed in SEDOS - thus low prio for now)
Metadata
Metadata
Assignees
Labels
No labels