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