Trevor Barnes
Trevor Barnes
We will break off into our own `solve.py` module and hopefully push chages back to pypsa-eur. Relates to #205, #181, #166. @ktehranchi
Superseded by issue #400
@ktehranchi has already set up archiving new releases to zenodo! Just need that to trigger when a new push to main, I guess.
Data for this is based on Amy2018, note ERA5
Once this is done, dont forget to remove this code block from `build_demand.py` ```python ################################################################## ## REMOVE THIS ONCE 2018 CUTOUTS ARE CREATED ################################################################## df = df.reset_index() df["snapshot"] = df.snapshot.map(lambda...
Was added to `v17` of [Zenodo deposit](https://zenodo.org/records/14611937)
Another advantage of packaging is it allows us to group our modules a little better. For example, we can group all `plot_*.py` modules into a `plotting/` directory
When sorting through this, would be good to figure out how to update the automatic pre-commit PRs so both the master and develop branch update at the same time
@ktehranchi Agreed! Maybe a silly question, but whats the goal of the action? (I do realize I was the author of the original issue ticket, but I can't quite remember...
closing as this is outdated