MetPy
MetPy copied to clipboard
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
In trying to implement a robust CAPE/CIN calculation, we've discovered that the complication really should lie in the parcel path calculation. Currently the parcel path calculation function call looks like...
#### Description Of Changes Instead of blindly creating our own registry and using it, instead use the application registry and modify it to our needs. I'm not wild about modifying...
In response to issue #1153, the PR introduces a new function in the IO module for parsing WPC coded surface bulletins. Provided a path to a file, or a file-like...
Capturing this question and suggestion from #1729 @koeleboe > Hello, > > This is my first question here, so sorry if this is not the right way! I have a...
There are now functions for `set_application_registry()` and `get_application_registry()`, so we should really look at using those for a registry. This would allow us to play nicely with other libraries/applications using...
Would love to see the ability to plot WPC frontal analysis and forecast products using MetPy.
#### Description Of Changes Finally have a really solid cut at the last major deliverable from the last grant, and at long last close out #3. The implementation, once I...
Related to #1992, I think it might be good to - [ ] formalize (here or TBD discussion) - [ ] document (TBD PR) our process for MetPy "authorship" in...
pydata-sphinx-theme released 0.5 with quite a few more [configuration and customizable options](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/configuring.html). Some hightlights: * Color variables * Custom icons for links (rather than just github and twitter)--could add e.g....
XArray has added a [new backends API](https://github.com/pydata/xarray/pull/4989) ([docs PR](https://github.com/pydata/xarray/pull/4810)). We need to make GINI work with this. We also need to see if there's any hope of supporting multiple versions...