Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.19 KB

EnergyPlusWeather

Stable Dev Build Status Coverage

Introduction

This package is meant to faciliate the easy use of .epw files (EnergyPlus Weather) outside of the EnergyPlus envirionment for building energy consumption. The documentation used to identify missing values, variable names, and index the rows can be found here. Below you can find a sample of how this package might be used in practice:

using EnergyPlusWeather

epw_path = "path/to/sample.epw"
epw_dataframe = EnergyPlusWeather.read(epw_path)