ideas-lab-nus / epwshiftr

Create future EnergyPlus Weather files using CMIP6 data
https://ideas-lab-nus.github.io/epwshiftr/
Other
30 stars 7 forks source link

`future_epw()` should return information about how the weather data is split #18

Closed hongyuanjia closed 2 years ago

hongyuanjia commented 2 years ago

Currently, future_epw() directly returns the created Epw objects for future climate. I always find I have to do manual steps to process each generated EPW file name using regex to get an idea of the scenario of each output. It would be useful to return a data.frame containing the information about how the data is split and aggregated based on the by argument.