NOAA.Observations.TableWriter (NOAA Observations v0.4.75)

View Source

Prints a table of weather observations from the NOAA Weather Service.

May also print error tables (state error or station errors/timeouts).

Summary

Types

groups()

@type groups() :: NOAA.Observations.groups()

Functions

write_table(groups_or_error_tuple, state_code, options)

@spec write_table(
  groups() | {:error, NOAA.Observations.State.error()},
  NOAA.Observations.State.code(),
  keyword()
) :: :ok