EllieKallmier / ppa_analysis

Updates and additions to Nick Gorman's MSAT-PPA tool for 24/7 PPA project
MIT License
0 stars 2 forks source link

refactor function interfaces to not require regionid #16

Closed nick-gorman closed 4 months ago

nick-gorman commented 4 months ago

Wondering if we can refactor the way price data is handled such that there is just one price column called 'RRP' and then we do not need to pass the specific region id to many functions like run_battery_optimisation, create_hybrid_generation etc?

nick-gorman commented 4 months ago

This has been implemented in #15