2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In the example, calculate windchill and add it to the plot. More... over 17 years ago
Add a default style for windchill. More... over 17 years ago
Add a function for calculating windchill using the NWS formula. More... over 17 years ago
Make default range for solar radiation better and add a custom list of ticks. Fix specifying only tick locations without labels. More... over 17 years ago
Specify figure size so that it comes up nicely spaced. More... over 17 years ago
Fix typo. More... over 17 years ago
More work in progress on station plots, though nothing works yet. More... over 17 years ago
Add support to passing in a figure handle to meteogram. More... over 17 years ago
Check in of work in progress on station plot. More... over 17 years ago
Make lat/lon/elev information fields lowercase. More... over 17 years ago
Add a function for calculating wind components from speed and (meteorological) direction. More... over 17 years ago
Get the date for the title from the time start range and not the first time in the data. More... over 17 years ago
Convert wind speeds to MPH and rainfall to inches. More... over 17 years ago
Calculate dewpoint in the example. More... over 17 years ago
Use log,exp from ma instead of straight numpy, giving support for masked arrays. More... over 17 years ago
Finish most of Todo list by correcting auto-scaling with fill_between so that we can make sure plots go all the way to the bottom. This is accomplished by setting an anomalously low value and making sure that matplotlib's auto-scaling ignores this. Also add some information for handling dewpoint. More... over 17 years ago
Correct masked array handling in rec_append_fields. More... over 17 years ago
Add a mixing ratio function. Also tweak a few docstrings. More... over 17 years ago
Update to newest version from Pierre. More... over 17 years ago
Fix missing import. More... over 17 years ago
Re-add the rec_append_fields implementation, as our version handled masked arrays, which is not handled by matplotlib's version. More... over 17 years ago
Start of a general meteorological calculations module, with dewpoint and vapor pressure calculations. More... over 17 years ago
Remove windows line endings. More... over 17 years ago
In the example code, only specify a time range if we're using current data. More... over 17 years ago
Fix bug when not getting a full day's record of data. More... over 17 years ago
Add support for specifying time range to plot as well as a ticker object. More... over 17 years ago
Add a reasonable time range. Can probably be improved by actually checking masked data. More... over 17 years ago
Undo accidental commit. More... over 17 years ago
Do example with temperature converted to Farenheit. More... over 17 years ago
Do example with temperature converted to Farenheit. More... over 17 years ago