knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
We can easily get nicely transformed NOAA Global Historical Climatology Network Daily (GHCN-D) station metadata. This is particularly useful for US/Canada related weather data.
We can do this by simply running the following code:
library(backburner) ghcnd_stations <- backburner::get_transform_ghcnd_stations()
You can then use the ghcnd_stations
tibble as required to get geospatial
metadata on the GHCN-D
climate features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.