Handle updates to cost data automatically
@toniseibold is already working on this.
Since Sep 5, 2024.
- Dominant language
- Python
- Stars
- 50
- Forks
- 32
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 1
Description
Whenever there is a new release of https://github.com/pypsa/technology-data we should update the ariadne-data/costs/{mean,optimist,pessimist} files. Ideally that would happen automatically in the snakemake workflow, but creating the files requires executing the technology-data workflow with different configurations for the data uncertainty.
I just wasted an hour trying to find out why a new key was not present in the cost data, just to realize that retrieve_costs is disabled in pypsa-ariadne.
We should have at least a helpful error message that checks if the version in ariadne-data is up to date with the version specified in default-config.
To automate updating the ariadne-data/costs we could add a CI.
For each new release of technology-data, a runner is started, executes the technology data workflow with the required configs, and places the output in ariadne-data.
Maybe this is something @lkstrp could tackle?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.