Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inlcude region mapping (low prio) #22

Open
henhuy opened this issue May 24, 2023 · 0 comments
Open

Inlcude region mapping (low prio) #22

henhuy opened this issue May 24, 2023 · 0 comments
Assignees

Comments

@henhuy
Copy link
Collaborator

henhuy commented May 24, 2023

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)

@henhuy henhuy self-assigned this May 24, 2023
@henhuy henhuy changed the title Inlcude region mapping Inlcude region mapping (low prio) May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant