2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typo. More... over 17 years ago
Update mesonet_stid_info docstring. More... over 17 years ago
Clean up mesonet station information function. More... over 17 years ago
Make loadtxt use a more robust version of checking if an object is string-like. More... over 17 years ago
Add bz2 support to loadtxt. More... over 17 years ago
Add a function to check for an iterable to cbook. Use this function to make append_field support appending multiple fields at once. More... over 17 years ago
Fix url specification to zero pad the month/day appropriately. More... over 17 years ago
Refactor fetching of remote mesonet data so that caching works better. More... over 17 years ago
Add support for automatically renaming mesonet fields to more standard names. More... over 17 years ago
Add missing imports and remove test code for named tuple that was exectued when file was run. More... over 17 years ago
Comment out import of metobs. More... over 17 years ago
Add a decorator for caching function calls using a least recently used cache. Modify the remote mesonet reader to use this decorator. More... over 17 years ago
Add function for adding a field to a record array. More... over 17 years ago
Check in new numpy.loadtxt() implementation until it can be found in a released version. This version allows for reading field names from a header row, automatically determining the dtype, and missing values. More... over 17 years ago
fixed issues with cwt code in bl/turb/wavelets.py...things should work now. More... over 17 years ago
changed bl/turb/wavelets and motherwavelets using classes; api not stable but code works as is. More... over 17 years ago
Modify and refactor so that the mesonet functions can read time series or snapshot files with the same codebase. Also add the beginnings of getting station information. More... over 17 years ago
Move masking of mesonet data to a separate helper function for use in a future MDF reader. More... over 17 years ago
Make the masking of missing data more robust. More... over 17 years ago
Add the mesonet station information. More... over 17 years ago
Move mesonet plotting code to 'generic' meteogram method in vis/plots.py. It's pretty shabby right now, but it works. More... over 17 years ago
Add a collection of generally useful functions (recipes) in cbook.py (short for Cookbook). More... over 17 years ago
Fix stupid bug in mesonet remote reader with default datetime. More... over 17 years ago
Add a generic plots file for dumping a large collection of plots. This gets pulled in by vis so that we can just do a: from metpy.vis import foo. More... over 17 years ago
Now the readers are actually generically useful. One reads directly from a file, the other reads from the website. More... over 17 years ago
Initial checkin of a reader for mesnet files, though this is really more of a plotting and fetching demo than a good generic data reader. More... over 17 years ago
updated __init.py for main dir (include readers), readers (to include ju2003.py), and bl/turb (to include motherwavelets.py), as well as fixed readers/ju2003.py to properly create recarray for data...still need to handel flags from ju2003 datasets though. More... over 17 years ago
Update setup.py for rename of getobs to readers More... over 17 years ago
fixed SDG to be a subclass of MotherWavelet instead of Wavelet in bl/turb/motherwavelets.py More... over 17 years ago
revamped mother wavelet functions using classes and moved getobs to readers More... over 17 years ago