weather_report v0.1.0 WeatherReport.Station

NOAA observation station.

Summary

Functions

Parses an xml document into a station

Types

t :: %WeatherReport.Station{html_url: String.t, latitude: float, longitude: float, rss_url: String.t, state: String.t, station_id: String.t, station_name: String.t, xml_url: String.t}

Functions

parse(doc)

Specs

parse(String.t) :: t

Parses an xml document into a station.