TBD
import cloudside
data = cloudside.getASOSData('KPDX', '2012-12-01', '2015-05-01')
fig = cloudside.viz.windrose(data)
We have HTML docs built with sphinx.
Binaries are available through my conda channel
conda install --channel=phobson cloudside
This is a pure python package, so installation from source should be as easy as running
pip install .
from the source directory if you've cloned the repo.
Otherwise, I think pip install git+https://github.com/phobson/cloudside.git
will work.
(I'll upload to pip after this has sat around for a while.
This is sort of a weekend hack. So, uh, caveat emptor, I guess.