MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.

Results 285 MetPy issues
Sort by recently updated
recently updated
newest added

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...

Type: Enhancement
Area: Calc
Subarea: Thermo

#### 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...

Type: Enhancement
Area: Units

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...

Type: Feature
Area: IO

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...

Type: Feature
Area: Calc

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...

Type: Enhancement
Area: Units

Would love to see the ability to plot WPC frontal analysis and forecast products using MetPy.

Type: Feature
Area: Plots
Area: IO

#### 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...

Type: Maintenance
Area: Docs

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....

Type: Maintenance
Area: Docs
Type: Enhancement

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...

Type: Maintenance
Area: IO