honeybee_plus.radiance.command.epw2wea module¶
-
class
honeybee_plus.radiance.command.epw2wea.Epw2wea(epw_file=None, output_wea_file=None)[source]¶ Bases:
honeybee_plus.radiance.command._commandbase.RadianceCommandepw2wea transforms an EnergyPlus weather data (.epw) file into the DAYSIM weather file format, for use with the RADIANCE gendaymtx program.
-
epw_file¶ Filepath of the epw file that is to be converted into wea format.
Usage: from honeybee_plus.radiance.command.epw2wea import Epw2wea.
#create an epw2wea command. epwWea = Epw2wea(epw_fileName=’c:/ladybug/test.epw’)
-
property
epw_file¶ The path of the epw file that is to be converted to a wea file.
-
property
input_files¶ Return input files specified by user.
-
output_wea_file= None¶ The path of the output wea file. Note that this path will be created if not specified by the user.
-