For the complete documentation index, see llms.txt. This page is also available as Markdown.

CIE Standard Sky

- [source code]

Create a point-in-time standard Radiance CIE sky.

Inputs

  • north

A number between 0 and 360 that represents the degrees off from the y-axis to make North. This can also be a vector to set the North. Default is 0. The default North direction is the Y-axis (0 degrees).

  • location [Required]

A Ladybug location object.

  • month

An integer between 1 and 12 for the month of the year (default: 6).

  • day

An integer between 1 and 31 for the day of the month (default: 21).

  • hour

A number between 0 and 23.999 for the hour of the day (default: 12).

  • type

An integer between 0..5 to indicate CIE Sky Type (default: 0).

Outputs

  • sky

A honeybee sky that can be used to create a point-in-time recipe.

Last updated