Ryan May
Ryan May
Since your example relies on some fixed boxes, I think it would be good to leave "Skew-T Layout" examples as is using GridSpec and add yours as a new example.
If you add it in `examples/` alongside the existing `Advanced_Sounding.py` example, submit a Pull Request with the new file, that should be enough. The rest of the machinery should take...
If you have the data, then you could just go ahead and manually annotate the plot with that using matplotlib's `text()`/`annotate()` methods. You could also use the code above and...
So I finally dug into this one. The problem is that CED (Cylindrical Equidistant--also same for MCD) doesn't seem to have an equivalent representation in [CF Metadata](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.10/cf-conventions.html#appendix-grid-mappings). Because of course....
@sgdecker AFAICT, CED has "native" coordinates that are definitively NOT lat/lon values, so I don't think so? And if so, what does "modified" CED mean in that case? I'd say...
Ok, thanks again to @nawendt for finding some corner cases. I've been able to fix some things: 1. Need to scale our size from points to pixels everywhere, this fixed...
@nawendt How about as a separate PR since those are all your additions? I think what we have does everything it needs to meet what's documented for the WPC bulletins,...
Stumbled across this action that might make this easier: https://github.com/py-cov-action/python-coverage-comment-action
Re-opening for now. #2420 added all the mechanisms necessary to do the plotting with matplotlib, provided you know where your features are. #1944 is just about ready and will add...
@23ccozad I've taken what you started and pushed it across the finish line, leveraging what's in #2420. Can you mark this as no longer a draft? I'm unable to do...