Skip to content

Commit

Permalink
Merge pull request #180 from ocefpaf/binder
Browse files Browse the repository at this point in the history
Add binder environment and badge
  • Loading branch information
ocefpaf authored May 9, 2022
2 parents 44d4d4f + 6f9facd commit c006028
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: WINDROSE
channels:
- conda-forge
dependencies:
- python=3
- jupyter
- matplotlib-base
- numpy
- pandas
- scipy
- windrose
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Some others contributors have used it to make figures for a [wind power plant co

Some academics use it to track lightning strikes during high intensity storms. They are using it to visualize the motion of storms based on the relative position of the lightning from one strike to the next.

## Try windrose on mybinder.org

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-windrose/windrose/HEAD?labpath=notebooks)

## Install

### Requirements
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ ignore =
paper
paper/*
*.pyc
.binder/
.binder/*

0 comments on commit c006028

Please sign in to comment.