# Single value example:
turnerStabilityClass(
datetime = as.POSIXct("2024-12-01 13:00", tz = "ETC/GMT-1"),
longitude = 7.12,
latitude = 45.10,
ws = 3,
cloud_cover = 3,
ceiling_height = 3000
)
# datetime vector with constant values
deadlines <- seq(
from = as.POSIXct("2024-12-01 00:00"),
to = as.POSIXct("2024-12-31 23:00"),
length.out = 24 * 31
)
turnerStabilityClass(
datetime = deadlines,
longitude = 7.12,
latitude = 45.10,
ws = 3,
cloud_cover = 3,
ceiling_height = 3000
)
Run the code above in your browser using DataLab