Skip to content
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

Closed
joernu76 opened this issue May 31, 2021 · 0 comments · Fixed by #1012
Closed

Simplify creation of plotting classes by better preparing necessary data #1011

joernu76 opened this issue May 31, 2021 · 0 comments · Fixed by #1012
Assignees
Labels
enhancement New feature or request mswms
Milestone

Comments

@joernu76
Copy link
Member

joernu76 commented May 31, 2021

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.

@joernu76 joernu76 added this to the 4.1.0 milestone May 31, 2021
@joernu76 joernu76 self-assigned this May 31, 2021
@ReimarBauer ReimarBauer added the enhancement New feature or request label May 31, 2021
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 joernu76 changed the title Automatically provide an air_pressure field for "pl" VS plots Simplify creation of plotting classes by better preparing necessary data May 31, 2021
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
Labels
enhancement New feature or request mswms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants