Kevin Goebbert
Kevin Goebbert
#### Description Of Changes This PR adds a number of examples for various calculations directly into the DOCs. It also fixes Issue #2585 by removing the math error that was...
#### Description Of Changes This PR add the ability to create a SkewT plot through the declarative syntax. In addition to that, I have implemented a function for plotting skewT...
### Better description and documentation of Declarative area settings In the declarative syntax we have a number of pre-defined areas that can use used to set the extent for a...
### What should we add? Capturing the idea that it would be great to add an `ArrowPlot` to the declarative syntax for plotting Matplotlib quivers (i.e., arrows) to complement the...
There are a number of calculations (e.g., `isentropic_interpolation`, `potential_vorticity_baroclinic`) that require multiple variables to have the same number of vertical levels. Unfortunately, there are a number of methods to obtain...
Problem: Trying to reproduce the output from GEMPAK for the `laplacian` calculation. MetPy has a different implementation of calculating the Laplacian by using the sum of the second derivative of...
### What went wrong? When using some old data available through NCEI, the units for `Absolute_vorticity_isobaric` are stored as `/s`, which is not able to be correctly parsed by Pint...
When the docs get rendered, there is a critical error in the documentation for using the `regex` keyword with `find_time_nearest`. The page renders the example for using strptime as `r'_s(?Pd{13})'`...
This is an example to plot NEXRAD data from the UCAR THREDDS server for the gallery. Still needs a little work, including adding some comments throughout the notebook, but wanted...
In the last week, NCEI updated their THREDDS instance and change the naming convention slightly. Links in various notebooks will have to be updated. The main change is to add...