-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect distance calculation between hydro stations and hydro basins #55
Milestone
Comments
timtroendle
added
bug
Something isn't working
hydro
Issues related to hydroelectricity
data
labels
Apr 8, 2021
The impact of this bug is likely small. |
In fact, we move stations by less than 1 arcminute (<1km) already (controlled by the parameter UPDATE: As pointed out by @brynpickering, the parameter should move to config. |
Merged
timtroendle
added a commit
to timtroendle/euro-calliope
that referenced
this issue
Jul 21, 2021
Fixes calliope-project#55. This was not exactly broken, but let to warnings by geopandas. Further, the buffer size is now the same for all stations that must be moved and the buffer size is easier to understand.
5 tasks
The fix moves the centroid of the continent from lat lon (53.94, -4.04) to (53.87, -3.99). |
jnnr
pushed a commit
to jnnr/euro-calliope
that referenced
this issue
Aug 27, 2024
Fixes calliope-project#55. This was not exactly broken, but let to warnings by geopandas. Further, the buffer size is now the same for all stations that must be moved and the buffer size is easier to understand.
jnnr
pushed a commit
to jnnr/euro-calliope
that referenced
this issue
Sep 3, 2024
Fixes calliope-project#55. This was not exactly broken, but let to warnings by geopandas. Further, the buffer size is now the same for all stations that must be moved and the buffer size is easier to understand.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a hydro station is not within any of the existing hydro basins we move it into the closest one. The rationale is that the station in fact is within the basin, but that the data is imprecise.
There are two issues with the current approach:
We should fix it the following way:
The text was updated successfully, but these errors were encountered: