2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typo in last commit. *That* ladies and gents, is why you test before committing, even when it's just moving stuff around. Changes to meteogram coming... More... over 17 years ago
When using today's remote data, (optionally) download yesterday's data as well, so we can have a full 24 hour record. More... over 17 years ago
Rename append_field to rec_append_fields. More... over 17 years ago
Instead of duplicating code from Matplotlib, just re-import it from matplotlib.cbook. Also, use append_field implementation from matplotlib.mlab.rec_append_fields. This should be renamed to rec_append_fields within the code base when time allows. More... over 17 years ago
Convert windows line endings. More... over 17 years ago
Remove trailing whitespace. More... over 17 years ago
Tweak plot to no longer manually convert dates using date2num, now that matplotlib SVN has dates support for fill_between(). More... over 17 years ago
Remove windows line endings. More... over 17 years ago
Actually check in the work on meteogram, not just the corresponding work on mesonet.py. More... over 17 years ago
More work on meteogram. Almost there now.... More... over 17 years ago
Oops in last commit. More... over 17 years ago
Add temperature conversion functions from scipy to constants. More... over 17 years ago
Move loadtxt replacement to separate file, have cbook import from here. More... over 17 years ago
Remove pointless she-band line at top of __init__.py More... over 17 years ago
Restore imports in top-level __init__.py, but remove the offending import of mkobs (that forces import of Nio). We'll punt for now on how to handle package and module imports. More... over 17 years ago
Fix date format (from 2 digit year) for title of meteogram. More... over 17 years ago
Make base __init__.py empty, so that subpackages need to be imported by hand. More... over 17 years ago
Work in progress on meteogram. Works much more nicely now, but there's still more to be done. More... over 17 years ago
Increase number of variables read in example code for meteogram. More... over 17 years ago
Add a list of units for some mesonet variables. More... over 17 years ago
Re-enable meteogram plotting code, along with a few tweaks to support it. More... over 17 years ago
Fix time conversion. Make it now return a datetime object, since this is supported by loadtxt. More... over 17 years ago
Fix loadtxt with reading names from files while specifying usecols. More... over 17 years ago
Use new masked array version of loadtxt and make other options compatible with masked arrays. More... over 17 years ago
Update to new implementation of loadtxt. Fix append_field to support masked arrays. More... over 17 years ago
Fix whitespace. More... over 17 years ago
Add support for adding station location to returned data. More... over 17 years ago
Fix for the case where you specify names for columns specified by usecols. More... over 17 years ago
Remove duplicate version of iterable(). More... over 17 years ago
Fix missing import. More... over 17 years ago