fix(BE): remove space in multi-source string for Elia link - #8803
Open
sankalpsthakur wants to merge 2 commits into
Open
fix(BE): remove space in multi-source string for Elia link#8803sankalpsthakur wants to merge 2 commits into
sankalpsthakur wants to merge 2 commits into
Conversation
The merged production source was "entsoe.eu, opendata.elia.be" for hours with storage data. When the app splits source attribution on "," without trimming, the second name becomes " opendata.elia.be", which is turned into a broken href with a %20 prefix. Use a comma without a following space so both source names stay clean. Same class of bug as electricitymaps#8779 / electricitymaps#8800 (GB) / electricitymaps#8801 (SG); the comma-space was introduced here in electricitymaps#8787 (b47c731), which started reporting a combined ENTSO-E/Elia source for hours with storage data. Updates the BE production snapshot accordingly.
sankalpsthakur
force-pushed
the
fix/be-source-link-comma
branch
from
August 12, 2026 16:42
ca27e97 to
6703d37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
"entsoe.eu, opendata.elia.be". The app splits multi-source attribution on","without trimming, so the second name becomes" opendata.elia.be", producing a brokenhttps://%20opendata.elia.behref.Validation
uv run pytest electricitymap/contrib/parsers/tests/test_BE.py -v— 5 passeduv run ruff check/ruff format --checkon changed files — cleanNo filed issue for this specific regression, so referencing the introducing commit (#8787 / b47c731) and the prior matching fixes (#8800, #8801) instead of
Fixes #N.AI/LLM disclosure