The US National Oceanic and Atmospheric Administration (NOAA) collects and provides access to weather data from land-based weather stations within the US and around the world (Land-Based Station Data). One method for accessing these data is through a publically accessible FTP site. This package allows users to easily download data from a given station for a given year, extract several key weather parameters from the raw data files, and visualize the variation in these parameters over time. The weather parameters that are extracted with this package are:
You can install the development version of this package from Github with:
# install.packages("devtools")
devtools::install_github("UBC-MDS/noaastnr")
get_stations_info
:
get_weather_data
:
plot_weather_data
:
A more detailed information about the usage of the features can be found at DOCUMENTATION
The list of the dependencies for this package can be viewed under Imports:
at DESCRIPTION
Please note that the noaastnr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.