Skip to content

marcia-marques/wind-rose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wind-rose

Python library to plot wind roses.

Installation

You can install directly from this repository:

pip install git+https://github.com/marcia-marques/wind-rose.git

Example of use

import windroses.windroses as wr
import matplotlib.pyplot as plt
import seaborn as sns
import pandas as pd

df = pd.read_csv('data.txt')

plt.figure(figsize=(9,9))
sns.set_style('darkgrid')
wr.wind_rose(df, 'wd', yaxis=67.5)

image

About

Python library to plot wind roses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages