powerplantmatching icon indicating copy to clipboard operation
powerplantmatching copied to clipboard

Set of tools to combine multiple power plant databases

Results 26 powerplantmatching issues
Sort by recently updated
recently updated
newest added

My version (0.5.11) fills `StorageCapacity_MWh` with 0.0 instead of `NaN`. This does not really make a lot of sense for storage facilities. I propose to replace these zeroes with `NaN`...

/REDACTED/python3.11/site-packages/powerplantmatching/export.py:76: FutureWarning: The behavior of array concatenation with empty entries is deprecated. In a future version, this will no longer exclude empty items when determining the result dtype. To retain...

Given that PyPSA-Earth now uses powerplantmatching extensively, would it make sense to extend the configuration to global scope?

## Change proposed in this Pull Request There appear to be some inconsistencies between the data underlying `ppl` and other datasets of powerplants in GB. This datasheet gives an interesting...

When calling powerplantmatching.powerplants the column projectID is of type dict, while the column EIC, immediately next to it, is a string of dict. It might be more straightforward if the...

PPM uses `logging.basicConfig(...)` here: https://github.com/PyPSA/powerplantmatching/blob/afe45608439b4b8ba2f731d23051b6f90627b733/powerplantmatching/core.py#L59 Since `basicConfig(...)` should only be called by the main thread/application and is idempotent, any script/module importing `powerplantmatching` cannot use `basicConfig(...)` to configure its logger, unless...

bug
enhancement

closes #125 - [ ] restrict that it only runs with new release tags (since it takes a while). - [ ] check if artifacts get persistent links or if...

Closes # 122. ## Change proposed in this Pull Request Have updated the JRC database to point to the latest version, not version 10 which was built in 2021. Have...

@FabianHofmann : Using **Anaconda - Python** for running the program, just installed the powerplantatching tool, I m in the Initial phase it self, not even modified the code yet. **from...

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`. In...