-
Notifications
You must be signed in to change notification settings - Fork 284
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
Pycarto++ #119
Pycarto++ #119
Conversation
…e shift due to the default centering of maps.
Mapping fix
…d letting it get done automatically).
Factor out cartopy axes creation.
GRIB load sets `circular`
Awaiting resolution of SciTools/cartopy#58 and SciTools/cartopy#60. |
|
||
def get_lat_lon_grids(cube): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This api change should be documented as a non-compatible change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Similarly for lat_lon_range()
and get_lat_lon_contiguous_bounded_grids()
. Will need to revisit if we move the "xy" equivalents to the plot module.
This is looking good. I've made a couple of comments, but I have no doubt that we can merge this in the next couple of hours. |
Some other points:
|
A couple?! ;-) I'll do what I can with some of the issues, but it'd help if you could muster @esc24 & @bblay for some of the changes they were originally responsible for.
Perhaps. Personally I like the way the data is now nice and square and the coastlines are distorted to fit. But if we do decide to have a BendyPlot(tm), it should be handled in a separate PR.
Yes. There are too many of them. And it'd be nicer to have them outside the axes. But that's a matter for a new PR too. |
@rhattersley : What is your desired stratergy here? I'd be happy enough to merge and address some of my comments in a separate PR (which should be done before 1.0)? |
Replaced by squashed PR #126. |
No description provided.