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
Update names in __all__. Also document temperature conversion functions in docstring. More... over 17 years ago
changed __init__ for tools and bl to use extend method for __all__ following lib in numpy More... over 17 years ago
Clean up some typos, add an abbrevited for for dry_air_density_stp. More... over 17 years ago
Add an __all__ and a module level docstring to constants. More... over 17 years ago
added __all__ to wavelets and eigana under tools/ More... over 17 years ago
fixed a few import issues - typo central More... over 17 years ago
added __all__ to each .py under bl/ More... over 17 years ago
added tke to calc.py, added __all__ to bl/hos.py and bl/fluxes.py. Removed functions skewness and kurtosis from bl/hos.py and now import them from tools/stats.py More... over 17 years ago
moved pca.py to eigana.py More... over 17 years ago
added __all__ to tools/calc.py and removed congruence from generic.py More... over 17 years ago
added tools/generic.py and tools/stats.py, as well as added get_speed_dir to calc.py...moved horizontal_align_fix for sonic anemometer to ltm.py under readers/ More... over 17 years ago
Remove unused import (and trailing whitespace). More... over 17 years ago
Pull in constants, as well as some functions from calc, into the metpy top level namespace. More... over 17 years ago
Remove svn:executable property from the source files. More... over 17 years ago
Clean up the versioning code, document it a little better. Also make setup.py deleting the __svn_version__.py[c] less brittle. More... over 17 years ago
Fix running get_svn_version() outside of the repository. More... over 17 years ago
removed debug print from version.py More... over 17 years ago
Add support for getting the current version of metpy, including the 'global' SVN revision number. More... over 17 years ago
Update with note for future work. More... over 17 years ago
Work in progres on station_plot. We now have a working text_plot function, with a (brain dead) TextCollection class. These will hopefully end up (in improved forms) upstream in matplotlib. Now all that's left is to finish handling barbs and generic layout in station plot, plus some demo code. More... over 17 years ago
fixed wavelet.py in vis to properly use the wavelet durration unit More... over 17 years ago
updated wavelets.py under vis/ to not rely on metobs by adding get_gws function (tmp fix). Also updated readers/ju2003.py to return datetime object for the timestamp. More... over 17 years ago
fixed things to work for initial import More... over 17 years ago
Update setup.py for repo structure changes. More... over 17 years ago
removed generic.py from main __init__.py More... over 17 years ago
removed mkobsnc and moved generic.py and load_test_data.py out of the main directory More... over 17 years ago
combined wavelets.py and motherwavelets.py under tools/ More... over 17 years ago
first pass at reorganizing bl/ tree in metpy More... over 17 years ago
Add a function to find the last actual observation time, and use this to set the plot range in the example. More... over 17 years ago
Change the title to display the Site ID on the first line and start and end dates on the next. More... over 17 years ago