Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 in Julia

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages