Skip to content

Files

Latest commit

f1332b8 · Sep 13, 2022

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)