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

Scenario name as foreign key #177

Closed
EvaWie opened this issue Mar 23, 2021 · 4 comments
Closed

Scenario name as foreign key #177

EvaWie opened this issue Mar 23, 2021 · 4 comments
Assignees
Labels
❔ question Further information is requested

Comments

@EvaWie
Copy link
Contributor

EvaWie commented Mar 23, 2021

We liked the idea of defining the scenario name, so that it can be used as foreign key.

Which columns should/could the scenario table have?

  • scenario name
  • scenario description (ca. 3 sentences)
  • scenario year
  • weather year
  • maybe heat sector assumptions: heat demand reduction factors and district heating share (for Germany)
  • ...

Who will implement this table?

@EvaWie EvaWie added the ❔ question Further information is requested label Mar 23, 2021
@gplssm
Copy link
Contributor

gplssm commented Mar 24, 2021

Right now, assumptions are stored decentrally (i.e. district heating share, parameters for NEP). For scenario variations it might be helpful to have some assumptions and parameters stored centrally. This might be relevant for demand data of newly introduced sectors in particular. So please, if you already know that you're data has assumptions that might be interesting for a scenario variation, please add it here. By doing this we get a better overview about this scenario table should look like.

@nesnoj for example the number of BEVs might be a valuable scenario variation, right?

@nesnoj
Copy link
Member

nesnoj commented Apr 7, 2021

@nesnoj for example the number of BEVs might be a valuable scenario variation, right?

Yes, and other params too.
To avoid bloating the columns it may be a good option to store it as json.

@ClaraBuettner
Copy link
Contributor

I added a first draft of the scenario-table on this branch.
I wasn't sure in which schema I should add it (it is a combination of society, demand, supply... data) and preliminary added it to the grid schema (because it will contain information about all datasets and sectors).

The parameters of each sector and scenario should be written in the corresponding dict of parameters.py. If the list of parameters will be too long, we can think of creating separate files for each sector.
I added some example parameters and tested them in the demandregio import 4600423.

@ClaraBuettner
Copy link
Contributor

There is a table to store scenario parameters, so I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ question Further information is requested
Projects
None yet
Development

No branches or pull requests

7 participants