[SOLVED] Non-US based project, absence of an epw file - how to work with Ladybug tools, a possible work around?

Hi I am sure some people had to deal with the same problem.

A project is on a site that is not near any epw data set shown on the map.

http://www.ladybug.tools/epwmap/

From what I read you are supposed to work with a data set that is no farther apart than 30-50 kilometers.

I looked into this matter a bit and found that the weather data collected by korean goverment agency does not really work for TMY2 format because it is not based on 30 years and the weather records (in csv format) often does not include any of the three radiation data sets.(attached in the pdf)

In south korea it seems like softwares like ecotect and eco2 are used for environmental analysis and energy modelling, and I am thinking one of the reason is that there is lack of TMY2 data sets to work with.

There are some white papers comparing simulation results of ecotect work with DOE data (EPW), meteonorm, data collected by korean weather agency, and GBS VWS (which is apparently a dataset that uses extrapolation), and it seems like there isn’t a striking difference except some spikes on values due to perhaps missing data.

on this link it shows what the GBS studio data has and it seems like it has most parameters that are shown here for the ladybug.

IF if could find a way to convert GBS VWS dataset into epw file format, meaning simply downloading autodesk GBS dataset as csv and use a program to create an epw file, would that give a misreading results, by principle?

and one more question, in order to use butterfly, do I also need to have an epw file?

Thanks!

aiktp_201303_035.pdf (3.16 MB)

There are a couple of mixed questions here so I try to separate them and answer some of them.

  1. Can one create an epw file if you have weather data in other formats?

The short answer is yes. It doesn’t mean that your weather data will be changed to TMY but you can always format the data in EnergyPlus Weather (epw) file structure.

  1. If one has the data how they can create an epw file from the raw data.

Epw file is a csv file. Check this link to understand how it is structured. You can create one from scratch or modify an available weather file. There are also a couple of programs such as WeatherConverter which comes with EnergyPlus installation (C:\EnergyPlusV8-6-0\PreProcess\WeatherConverter) that can help you to automate the process.

  1. Does one need to have access to epw file to run butterfly?

No.

Thank you for the explanation Mostapha. This study concerns a winning proposal of multi use training facility in south korea, and I hope to be able to provide a good example.

I managed to get hold of .bin file and .cvs file and converted it into epw file using elements software by bigladdersoftware. I simply saved the bin file as epw file. http://bigladdersoftware.com/projects/elements/

I tried to run the integrated daylight and energy simulation and I am getting runtime errors in the Hoenybee run daylight simulation and Honeybee run energy simulation. For energy simulation I am getting “Solution exception:‘ascii’ codec can’t encode character ‘\uCE5C’ in position 211”

Could this has to do with making sure the epw file is in the right format?

Thank you again Mostapha.

Integrated_Daylight_and_Energy_simulation_yj.gh (630 KB)
GBS_06M12_11_048082.bin (146 KB)
GBS_06M12_11_048082.epw (834 KB)

There are <not available> values in the header of epw file. simply remove them and keep the space between commas empty. That should solve the problem.

GBS_06M12_11_048082.epw (834 KB)

Thank you Mostapha, with the fixed Header the simulation is working.