Skip to content

lucashtnguyen/cloudside

 
 

Repository files navigation

cloudside: download, assess, and visualize weather data

image

image

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.

About

Simple weather data visualization and downloads

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%