2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Calculate the theoretical solar radiation values and add them to the meteogram. More... about 17 years ago
Make optical depth a function argument to solar irradiance. More... about 17 years ago
Add a __all__ to solar and make the __init__ for tools import solar. More... about 17 years ago
Add a set of functions to do solar calculations. This optionally uses the PyEphem package to do accurate calculations of the sun and earth locations, and can be useful for calculating sunrise and sunset times. If this is not installed, it will fall back to some local, more inaccurate routines. This can be more polished I'm sure and definitely needs more tests. More... about 17 years ago
Add and update constants for doing solar radiation calculations. More... about 17 years ago
Fix problem with text plots of arrays of all missing data (such as when there's no rain in the mesonet example. More... about 17 years ago
Add a data object that supports holding units and metadata, along with (currently failing) tests. This is work and progress and more needs to be done. More... about 17 years ago
Add a few more interesting data files. More... about 17 years ago
Update import of horizontal_align_fix to local copy. Also, remove trailing whitespace. More... about 17 years ago
Delete the scripts that were moved. More... about 17 years ago
Move some testing scripts to the new scripts/ directory so they don't get picked up by the nose testing framework. Also update the imports as available. fluxes_test.py is still looking for a non-existant ltm.tower. More... about 17 years ago
Add test suite for calculation functions. More... about 17 years ago
Make wind components calculation slightly more efficient. More... about 17 years ago
Correct docstring. More... about 17 years ago
Fix bug in masking with scalars in windchill. More... about 17 years ago
Fix typo. More... about 17 years ago
Add heat_index to __all__. More... about 17 years ago
Some docstring and code formatting clean up. More... about 17 years ago
Add a formula for computing heat index. More... about 17 years ago
Remove field_info option from plots and rely instead on properly setting dtype titles. Update examples to match. Still need to add relying on titles to get defaults... More... about 17 years ago
Tweak mesonet station plot spacing. More... about 17 years ago
Add plotting rainfall values to the mesonet station plot. Don't plot rain for stations without any measurable rainfall. More... about 17 years ago
Make station plot return a dictionary mapping the resulting plot objects to their layout location. More... about 17 years ago
Add default color for rainfall to station plot. More... about 17 years ago
Allow passing in None to station_plot layout to override the default layout and not plot anything in a certain location. More... about 17 years ago
Removed unnecessary 're.compile' statements. More... about 17 years ago
Removed dependencies on Beautiful Soup. More... about 17 years ago
Removed dependencies on Beautiful Soup. More... about 17 years ago
Add optional county shapefile to station plot, if it can find the file. More... about 17 years ago
Add support for making a station plot instead of a meteogram by specifying station as 'None'. More... about 17 years ago