You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify all CLI skew-t plotting into a single script rather than the growing number of scripts per input data type. Update plotting functions in pymeteo.skewt to use the new plot() function instead of the old one and update the plot titles to only use file basename as was done in the WRF plot.
Add CLI option for title to specify a custom title rather than data filename
Add WRF capability into unified skewt script
Add CM1 capability into unified skewt script
Add CM1/HDF5 capability into unified skewt script
Add uwyo capability into unified skewt script
Add CSV capability into unified skewt script
Update CSV plotting to new plot routine
Update CM1 plotting to new plot routine
Update CM1/HDF5 plotting to new plot routine
Update CM1/WRF init data plotting to new plot routine
The text was updated successfully, but these errors were encountered:
Per issue #11 the growing number of skew-t plotting scripts are now part
of the master `skewt` CLI script. All current dataset backends are
supported by the new script (blank, cm1, cm1hdf5, wrf, tabular).
Unify all CLI skew-t plotting into a single script rather than the growing number of scripts per input data type. Update plotting functions in
pymeteo.skewt
to use the newplot()
function instead of the old one and update the plot titles to only use file basename as was done in the WRF plot.The text was updated successfully, but these errors were encountered: