Drew Camron
Drew Camron
In reviewing some support tickets for separate issues, I discovered that multiple notebooks across the gallery and workshop ``` pages/gallery/500hPa_Vorticity_Advection.ipynb pages/gallery/850hPa_Temperature_Advection.ipynb pages/gallery/Ageostrophic_Wind_Example.ipynb pages/gallery/declarative_500_hPa.ipynb pages/gallery/HILO_Symbol_Plot.ipynb pages/gallery/miller_composite.ipynb pages/gallery/MSLP_temp_winds.ipynb pages/gallery/Smoothing_Contours.ipynb pages/gallery/xarray_500hPa_map.ipynb pages/workshop/MetPy_Advanced/QG Analysis.ipynb...
### What should we add? Add calculation for CAPE with considerations for entrainment derived from profile. References below for examples, explanation, and an analytical implementation. @citylikeamradio do you have any...
### What should we add? In some cases, our `decimal` precision in `assert_almost_equal` doesn't capture relative errors with the sensitivity we might expect. We might consider evaluating if the tolerance...
Mostly a forward-looking consideration from @jthielen: consider a cheat-sheet reference appendix highlighting specific data sources/formats and their accompanying specific workflows as part of the move to a cookbook.
CMDRemote xarray access is currently broken on `xarray==2024.03.0`, ```python catalog_url = "https://thredds.ucar.edu/thredds/catalog/grib/NCEP/GFS/Global_0p5deg_ana/catalog.xml" catalog = TDSCatalog(catalog_url) catalog.datasets["Latest Collection for GFS Half Degree Analysis"].remote_access(use_xarray=True) ``` ```pytb --------------------------------------------------------------------------- TypeError Traceback (most recent call...
Assuming this works across our entire matrix, this eliminates another lingering Pandas SettingWithCopyWarning that I was encountering in metpy-cookbook. Those will disappear eventually in Pandas 3.0, but this should generally...
 With #3689 discussion and doc/example update, stability units exploded the scaling of the plot. I picked an example static stability from our calc, then abstracted the quiver scale, key...
### What can be better? With #3670 we've moved away from some pydata-sphinx-theme highlighting and colors that by default were chosen to meet certain web accessibility guidelines. Some of our...
[LICENSE](https://github.com/Unidata/python-awips/blob/v23/LICENSE) is not specified in a way that standard license parsers for eg GitHub, PyPI can process the license, and the Licensing text at the bottom of the readme has...
This represents a maximal, fully-specified pixi config, encompassing all of our current CI environments. Took some inspiration from geovista. Why? - Fast and consistent conda env resolution and installation across...