-
Notifications
You must be signed in to change notification settings - Fork 100
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
Simplify creation of plotting classes by better preparing necessary data #1011
Comments
joernu76
added a commit
that referenced
this issue
May 31, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011
joernu76
added a commit
that referenced
this issue
May 31, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011
joernu76
added a commit
that referenced
this issue
May 31, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011
joernu76
added a commit
that referenced
this issue
May 31, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011
joernu76
added a commit
that referenced
this issue
May 31, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011
joernu76
added a commit
that referenced
this issue
May 31, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011
ReimarBauer
added a commit
that referenced
this issue
Jun 2, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix #1011 Co-authored-by: ReimarBauer <rb.proj@gmail.com>
Marilyth
pushed a commit
to Marilyth/MSS
that referenced
this issue
Jun 17, 2021
* Added proper 2-D lon/lat coordinates for horizontal plots * Added propler 2-D lat coordinate for vertical plots * Provide air_pressure field for vertical plots for pressure axis data Fix Open-MSS#1011 Co-authored-by: ReimarBauer <rb.proj@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the 2-D air_pressure field needs to be manually computed, which should be automated.
Also lon/lat 2-D fields have to always be computed in the same fashion using meshgrid and basemap projection.
Vertical plots require a similar thing to get the 2-D field for the horizontal axis.
All these things should be prepared before calling the _plot_style function.
The text was updated successfully, but these errors were encountered: