Ryan May

Results 160 issues of Ryan May

Currently all the traits in the simplified plotting interface are documented by setting the `__doc__` attribute. Traits have a `help` parameter in the constructor that we can use instead, and...

Type: Maintenance
Area: Docs
good first issue

With https://github.com/pydata/pydata-sphinx-theme/pull/1354 (which should be in 0.14) the theme now has support for a warning bar on old docs built into the theme. This should allow us to reduce what...

Type: Maintenance
Area: Docs

BUFR is another of those formats where everyone relies upon some other C library to read the files. The binary encoding seems simple enough--the challenge will be tables.

Type: Feature
Area: IO

There are some gremlins lurking in `interpolate_to_grid`, at least with this dataset: ```python import metpy.interpolate as minterp from metpy.io import add_station_lat_lon from siphon.simplewebservice.iastate import IAStateUpperAir df = IAStateUpperAir.request_all_data(datetime(1993, 3, 13,...

Type: Bug
Type: Enhancement
Area: Gridding

The current implementation, because it "stamps" the markers along (and tangent to) the path, the barbs/scallops can pull away from the path when it is highly curved, like shown below:...

Type: Enhancement
Area: Plots

In #2760 we needed to remove dask from the test requirements in order for the environment to successfully build. Once all the proper 3.11 builds for dask (and really tornado...

Type: Maintenance

Would be another useful plot to include alongside Skew-T. From a support email: Wanted: >My data will be plotted in temperature, potential temperature pairs in a coordinate system rotated by...

Type: Feature
Area: Plots

### Discussed in https://github.com/Unidata/MetPy/discussions/2706 Originally posted by **akrherz** October 3, 2022 Whilst considering the PR for #2701, I realized that there are some other painful edge cases in MetPy +...

Type: Enhancement
Area: IO

Supercell composite needs `effective_storm_helicity` and `effective_shear`. From @mwilson14: > In this case, I think that effective storm-relative helicity is SRH computed over the depth of the effective inflow layer (the...

Type: Feature
Area: Calc

Are there any known issues standing in the way of getting wheels for Python 3.11 up? If not, would it be helpful if I ported @ocefpaf's work adding cibuildwheel to...