nhamilto / MetMast

Home Page:https://nhamilto.github.io/MetMast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetMast visualization and analysis toolbox

Python package for loading filtering and visualizing data produced by the met masts at the National Wind Technology Center (NWTC) part of the National Renewable Energy Laboratory.

Getting Started

The following codebase is developed in Python 3.6 and makes heavy use of numpy, matplotlib, and pandas. Wind rose figures also require the python-windrose package available at https://github.com/python-windrose/windrose.

Example

Example processing and visualizations are provided in the ipython notebooks. M5_demo.ipynb is a good place to start.

Data from the NWTC met masts is publicly available at https://nwtc.nrel.gov/135mData.

Required packages

numpy - used to structure data into arrays, perform basic operations, etc. matplotlib - used in flow visualization pandas - dataframes, series, grouping, etc windrose - wind rose figures

Prerequisites

Python 3.6 - working knowledge

Installing

Download or clone git repo. Go to town.

Authors

Nicholas Hamilton nicholas.hamilton@nrel.gov

Lucas McCullum lumccul3@gmail.com

License

This project is licensed under the Apache License - see the LICENSE file for details

Acknowledgments

Special thanks to Dave Jager for setting up and maintaining instrumentation, Lee Jay Fingersh and Andy Clifton for putting together data collection and QC software. Thanks also to anyone who would like to contribute!

About

https://nhamilto.github.io/MetMast/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 91.4%Language:HTML 7.0%Language:Python 0.9%Language:JavaScript 0.6%Language:CSS 0.1%