You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// [1] CIE engl. International Commission on Illumination. (2020). <em>CIE S017:2020 ILV: Intl. Lighitng Vocabulary, 2nd edn.</em>. Retrieved March 8, 2022, from https://cie.co.at/eilvterm/17-29-116
359
+
// [2] UBC The University of British Columbia. (2018). <em>ATSC 113 Weather for Sailing, Flying & Snow Sports</em>. Retrieved March 8, 2022, from https://www.eoas.ubc.ca/courses/atsc113/flying/met_concepts/01-met_concepts/01c-cloud_coverage/index.html
360
360
//
361
361
enumFractionalCloudCover
362
362
{
363
-
// Cloud layer level is unknown (must not be used in ground truth).
363
+
// Fractional cloud cover level is unknown (must not be used in ground truth).
364
364
//
365
365
FRACTIONAL_CLOUD_COVER_UNKNOWN=0;
366
366
367
-
// Other (unspecified but known) cloud layer level.
367
+
// Other (unspecified but known) fractional cloud cover level.
0 commit comments