Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.23 KB

README.rst

File metadata and controls

42 lines (27 loc) · 1.23 KB

cloudside: download, assess, and visualize weather data

https://travis-ci.org/phobson/cloudside.svg?branch=master https://coveralls.io/repos/phobson/cloudside/badge.svg?branch=master&service=github

The problem this is solving

TBD

import cloudside
data = cloudside.getASOSData('KPDX', '2012-12-01', '2015-05-01')
fig = cloudside.viz.windrose(data)

Documentation

We have HTML docs built with sphinx.

Installation

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.

Development status

This is sort of a weekend hack. So, uh, caveat emptor, I guess.