Skip to content

Inlcude region mapping (low prio) #22

@henhuy

Description

@henhuy

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions