-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Regression: RangeXY now provides incorrect longitude x_range #753
Comments
Do you know if it is HoloViews or Geoviews release which broke it? Maybe #722 is the culprit. |
Thanks for the quick response. I happened to update both at the same time but will investigate. |
Easier to downgrade holoviews first. |
Can you comment out these lines: geoviews/geoviews/plotting/bokeh/callbacks.py Lines 99 to 102 in 256394b
|
I won't have the opportunity to try before Monday, but looks promising |
Removing these lines does solve the problem! As an aside, I tried with holoviews 1.18.3 and geoviews 1.13.0 but by default it installed panel 1.5.2 which is not compatible with 1.18.3 it seems:
|
I don't know how to move forward on this one. I guess the solution is not to remove the lines mentioned above, since the changes brought by #722 had a purpose of their own. Currently everything relying on |
@TheoMathurin can you try #756 and see if that fixes your issues? |
ALL software version info
I think only hv and gv versions are relevant
Description of expected behavior and the observed behavior
Potentially a serious regression that breaks a lot of things in my apps.
Assuming a Plate Carree crs, longitudes returned by
hv.streams.RangeXY
were always given between -180 et 180.They are now given in the (0, 360) interval when they are both in the western hemisphere.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
No errors
Screenshots or screencasts of the bug in action
Capture.video.du.2024-10-04.16-29-54.mp4
The text was updated successfully, but these errors were encountered: