2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix whitespace. More... about 17 years ago
Add support for adding station location to returned data. More... about 17 years ago
Fix for the case where you specify names for columns specified by usecols. More... about 17 years ago
Remove duplicate version of iterable(). More... about 17 years ago
Fix missing import. More... about 17 years ago
Fix typo. More... about 17 years ago
Update mesonet_stid_info docstring. More... about 17 years ago
Clean up mesonet station information function. More... about 17 years ago
Make loadtxt use a more robust version of checking if an object is string-like. More... about 17 years ago
Add bz2 support to loadtxt. More... about 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... about 17 years ago
Fix url specification to zero pad the month/day appropriately. More... about 17 years ago
Refactor fetching of remote mesonet data so that caching works better. More... about 17 years ago
Add support for automatically renaming mesonet fields to more standard names. More... about 17 years ago
Add missing imports and remove test code for named tuple that was exectued when file was run. More... about 17 years ago
Comment out import of metobs. More... about 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... about 17 years ago
Add function for adding a field to a record array. More... about 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... about 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