Add plotting enhancements#454
Open
justin-richling wants to merge 121 commits into
Open
Conversation
Set conditional based on values for different float formats going into original DataFrame Set number of significant values in adf_web.py to catch unnecessary trailing zeros in decimals. Also move most imports to beginning of script
This reverts commit 0dd3910.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New feature type
New plot and/or plot enhancement
What is this new feature?
Add flexibility for plotting (contour levels, colormap, etc.) based on pressure level and/or plot type (polar vs global)
Update plots for more professional look, ie Zonal and Meridional are very bare boned, lat/lon were missing units, some variables were not getting proper scaling, fit colorbar better to axes and extend if necessary, etc.
colormap_2d)Combine Lat/Lon Vector into Lat/Lon code since it was a lot of reused code.
Add option in variable defaults config for variable nickname; remove all percent diff args in defaults yaml and hard code in plotting script. The user will still have the option to supply these args in the yaml file if default is not desired.
Add option for old NCL color maps
Add units cleaning method to ensure units are always available, this was not enforced throughout the code base.
Add code to resolve levels for hemisphere and resolve colormap in
prep_contour_plotCore new features:
Different contours based on vertical levels
closes #452
closes #425
closes #373