You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid unnecessary work with updating the powerplants.csv, we should set up an automated pipeline via GH which takes over the whole matching process and the update of powerplants.csv.
and store that df as an GH artefact. For each git tag, the created artefact would be the data that is loaded when locally calling pm.powerplants(from_url=True) .
Besides that, another artefact should be created to monitor the quality of the current data. It should give stats on the data, like pointed out by @pz-max in #113 (however, I would actually prefer it to have it in the ppm package itself, and not outsourced). For a start, the workflow can be small. The script in https://github.com/PyPSA/powerplantmatching/blob/master/analysis/compare-with-entsoe-stats.py should give a good starting point.
If anyone is interested in starting that project, I'd be happy to support.
The text was updated successfully, but these errors were encountered:
To avoid unnecessary work with updating the
powerplants.csv
, we should set up an automated pipeline via GH which takes over the whole matching process and the update ofpowerplants.csv
.In principle, this would only require to run
and store that
df
as an GH artefact. For each git tag, the created artefact would be the data that is loaded when locally callingpm.powerplants(from_url=True)
.Besides that, another artefact should be created to monitor the quality of the current data. It should give stats on the data, like pointed out by @pz-max in #113 (however, I would actually prefer it to have it in the ppm package itself, and not outsourced). For a start, the workflow can be small. The script in https://github.com/PyPSA/powerplantmatching/blob/master/analysis/compare-with-entsoe-stats.py should give a good starting point.
If anyone is interested in starting that project, I'd be happy to support.
The text was updated successfully, but these errors were encountered: