SounderPy 3.0.1
Introducing SounderPy v3.0.1
A primarily bug-fix release for v3.0.0 with a few additions for improved functionality of existing tools.
The Scoop:
Additions
- First implementation of VAD Hodograph plot function that plots NEXRAD VWP VAD data on a hodograph:
build_vad_hodograph()
. Currently still in development. This tool will not yet be fully included in v3.0.1, but likely will be in the next release. - Ability to target specific RAP-RUC datasets when using
get_model_data()
using thedataset
kwarg. - Ability to determine a 'box average' size when using
get_model_data()
using thebox_avg_size
kwarg. See the Changed section for more info.
Changed
- Model reanalysis data now uses an 'area-average' or 'box-sounding' approach to build a vertical profile of reanalysis data. I.e., by default, a user must pass a lat/lon point to
get_model_data()
, SounderPy will extract data for a 0.1x0.1 degree box and average the data together to build an averaged-point profile. Users may declare a desired box size using thebox_avg_size
kwarg.
Bug Fixes
- Corrected EIL-SRH plot on hodographs
- Corrected 0-1km Streamwise Vorticity value on sounding and hodograph plots
- Improved Freezing-Point calculation using interpolation scheme.
- Corrected last-forecast-hour BUFKIT data retrieval issue and created an error message for when an invalid forecast hour is requested.
- Corrected RAOB site ID issue -- users can now request data using a WMO ID or ICAO ID.
Removed
None
Looking ahead to the future
- IN THE WORKS: New ECAPE operations, allowing for the plotting of different ECAPE parcel traces and user-specified parcel-types
- VAD VWP Hodograph plots.