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 data from all stations, run functions without any arguments:

library(azmetr)

az_15min()
az_daily()
az_heat()
az_hourly()
az_lw15min()
az_lwdaily()

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.

About

Access the AZMet API from R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages