eplusr icon indicating copy to clipboard operation
eplusr copied to clipboard

A Toolkit for Using EnergyPlus in R.

Results 39 eplusr issues
Sort by recently updated
recently updated
newest added

See: https://climate.onebuilding.org/default.html > April 2022 - Completely updated worldwide TMYx dataset which adds more than 2500 new locations (>15% increase), bringing the total to more than 16,100 locations. These include...

feature
EPW

Proposal: ```r idf$set(Material := .(Conductivity = . * frac) ```

feature
idf

Currently, class matching in `Idf$add()`, `Idf$set()` (when `:=` is used) is case-sensitive. However, remembering the exact class name seems unnecessary.

enhancement

See https://github.com/Rdatatable/data.table/issues/3292. Since reading IDF is a quite common operation in eplusr, this makes R memory usage grow larger and larger. ``` r dt Registered S3 method overwritten by 'pryr':...

compatibility
performance

See https://github.com/NREL/EnergyPlus/releases/tag/v22.1.0

compatibility

https://github.com/shwilks/r3js package provides bindings of the Three.js JS library to R. It would be good to use it for 3D geometry plotting, so that we can imitate the interface of...

enhancement
geometry

Pull request overview --------------------- - Fixes #415 ```r # Before # Using data.table::fread eplusr::eplusr_option(verbose_info = FALSE) #> $verbose_info #> [1] FALSE for (i in 1:10) { cat("Before: ", sep =...

performance

See https://github.com/NREL/EnergyPlus/pull/7584. Starting from EnergyPlus v9.3: > In the SQL Output file, for `ReportName = "AnnualBuildingUtilityPerformanceSummary"` and `ReportName = "DemandEndUseComponentsSummary"`, the tables `TableName = "End Uses by Subcategory"` have been...

enhancement
SQL
compatibility

Maybe add a `is_valid_field()` in `IdfObject` class: ```r idf$Chiller:Electric:ReformulatedEIR[[1]]$is_valid_field("Sizing Factor") ```

feature
idf