OpenWeatherMap API Wrapper
Remove prefices from column names.
Render operator.
Look up coordinates and city id in owm's city list.
Tidy up owm data. (DEPRECATED)
Tidy up owm data. (DEPRECATED)
Substitute dots in column names with underscores.
Add owm tiles to leaflet map.
Add weather data to leaflet map.
Flatten weather column in data frame. (DEPRECATED)
Find cities by bounding box.
Find cities by geo point.
Find city by name or coordinates.
Flatten list. (DEPRECATED)
Parse weather column to (single) data frame. (DEPRECATED)
Get current weather data for given city.
Get current weather data for multiple cities.
Get 3h forecast data.
Get daily forecast data up to 16 days.
Get icon url.
owmr - An R interface to access OpenWeatherMap's API
Parse owmr response to tibble.
owmr settings.
Apply functions to columns.
Objects exported from other packages
Accesses OpenWeatherMap's (owm) <https://openweathermap.org/> API. 'owm' itself is a service providing weather data in the past, in the future and now. Furthermore, 'owm' serves weather map layers usable in frameworks like 'leaflet'. In order to access the API, you need to sign up for an API key. There are free and paid plans. Beside functions for fetching weather data from 'owm', 'owmr' supplies tools to tidy up fetched data (for fast and simple access) and to show it on leaflet maps.
Useful links