schedule¶
honeybee-radiance schedule¶
Commands to create and modify schedules.
honeybee-radiance schedule [OPTIONS] COMMAND [ARGS]...
epw-to-daylight-hours¶
Convert EPW or Wea to EN 17037 schedule as a CSV file and JSON file (DataCollection).
If the input file is an EPW, a Wea file will also be generated in the same folder with the same name.
This command generates a valid schedule for EN 17037, also known as daylight hours. Rather than a typical occupancy schedule, the daylight hours is half the year with the largest quantity of daylight. This is generated by sorting the EPW file by global horizontal illuminance, or global horizontal irradiance for Wea files, and then taking the top 4380 hours (half of the year).
Args:
epw: Path to epw or wea file.
honeybee-radiance schedule epw-to-daylight-hours [OPTIONS] EPW
Options
- -f, --folder <folder>¶
Output folder.
- Default:
'.'
- -n, --name <name>¶
Output file name for schedule and Wea file.
- Default:
'daylight_hours'
Arguments
- EPW¶
Required argument