Skip to content

uace-azmet/azmetr

Repository files navigation

azmetr

Project Status: Active – The project has reached a stable, usable state and is being actively developed. azmetr status badge R-CMD-check Codecov test coverage DOI

The goal of azmetr is to provide programmatic access to the Arizona Meteorological Network (AZMet) API in R.

Installation

You can install the development version of azmetr from r-universe:

install.packages('azmetr', repos = c('https://cct-datascience.r-universe.dev', 'https://cloud.r-project.org'))

Alternatively, you can install a development version directly from GitHub with the remotes package:

# install.packages("remotes")
remotes::install_github("uace-azmet/azmetr")

Example

For the most recent day of data from all stations, run functions without any arguments:

library(azmetr)

az_daily()
az_hourly()
az_heat()

Code of Conduct

Please note that the azmetr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.