-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue with new plot_util.plot_polar_contour() #653
Comments
Thanks @b-barton. I've made this an Issue so we get it sorted. |
Hi,
Great. Perhaps there was a merge conflict with the version before I removed the pyproj dependency that was merged the wrong way.
Thanks,
Ben
…________________________________
From: jpolton ***@***.***>
Sent: 23 November 2023 15:06
To: British-Oceanographic-Data-Centre/COAsT ***@***.***>
Cc: Barton, Benjamin I. ***@***.***>; Mention ***@***.***>
Subject: Re: [British-Oceanographic-Data-Centre/COAsT] Issue with new plot_util.plot_polar_contour() (Issue #653)
Caution: This email has originated from outside of the organisation. Do not click links or open attachments unless you have verified the sender and content is safe. Thank you.
Thanks @b-barton<https://github.com/b-barton>. I've made this an Issue so we get it sorted.
I haven't got head space to think about this at the moment but our plan is to merge develop into Master 2 weeks today (Dec7), so we will get it sorted by then.
Odd that this got into develop without being spotted. Hmmm
—
Reply to this email directly, view it on GitHub<#653 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOLG5A6LSY6XBQEROH6QC4DYF5Q6VAVCNFSM6AAAAAA7X46YMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRUGU4DINZTGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system.
The National Oceanography Centre (NOC) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. NOC does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses.
Opinions, conclusions or other information in this message and attachments that are not related directly to NOC business are solely those of the author and do not represent the views of NOC.
|
I've made a new branch with the version of the code without pyproj: 0653/merge_plot_polar_contour |
I've taken the develop branch and changed the code in plot_util.plot_polar_contour() to use cartopy. This function definitely needs cartopy. It can be tested with example_scripts\configuration_gallery\gc31_arctic_example_plot.py. I'm guessing there has been some problems with git actions and cartopy so I've put the same as other functions that use cartopy with the:
|
There is a pull request |
Hi Jeff,
I've just had a look at what's been merged into develop. It looks like there have bene some changes to plot_util.plot_polar_contour() which mean it now doesn't work with the gc31_arctic_example_plot.py script. This is what I had working once I'd taken the pyproj dependency out.
Or, to get it working in the current format with pyproj you'll need to change two lines to:
Thanks,
Ben
The text was updated successfully, but these errors were encountered: