openego / eGon-data

GNU Affero General Public License v3.0
10 stars 4 forks source link

Non-deterministic weight for HPC points #1162

Open khelfen opened 4 months ago

khelfen commented 4 months ago

Currently, the HPC points are given a random weight for assigning charge events. The input data would allow a deterministic approach as a potential is given within the dowloaded GPKG data from zenodo. The HPC function, unlike all other use cases, does not allocate the energy_sum to the charging points and therefore the information from the potential column is not used later. This should be changed by either distributing the energy_sum according to the potential column or using the weight of the potential column directly.