class documentation

class Environment__LightingConditionsValue(str, Enum):

View In Hierarchy

Possible values of 'lighting_conditions'

Constant ARTIFICIAL Artificial primary lighting
Constant CIVIL_TWILIGHT Defined as "the period of incomplete darkness when the upper limb of the sun is below the visible horizon, and the center of the sun is not more than 6° below the celestial horizon". (Glossary of Marine Navigation / Definitions from the US Astronomical Applications Dept...
Constant DARKNESS No significant primary lighting. Includes night time, as well as e.g. un-illuminated parking garages
Constant DAY Any natural primary lighting that is not darkness or civil_twilight
ARTIFICIAL: str =

Artificial primary lighting

Value
'artificial'
CIVIL_TWILIGHT: str =

Defined as "the period of incomplete darkness when the upper limb of the sun is below the visible horizon, and the center of the sun is not more than 6° below the celestial horizon". (Glossary of Marine Navigation / Definitions from the US Astronomical Applications Dept.)

Value
'civil_twilight'
DARKNESS: str =

No significant primary lighting. Includes night time, as well as e.g. un-illuminated parking garages

Value
'darkness'
DAY: str =

Any natural primary lighting that is not darkness or civil_twilight

Value
'day'