Skip to content

Utility for reading EnergyPlus Weather Files (.epw) as a DataFrame with missing values filled

License

Notifications You must be signed in to change notification settings

trdougherty/EnergyPlusWeather.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Utility for reading EnergyPlus Weather Files (.epw) as a DataFrame with missing values filled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages