azmetr

Access the AZMet API from R

https://github.com/uace-azmet/azmetr

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Access the AZMet API from R

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • Open Issues: 3
  • Releases: 4
Created over 3 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

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 <!-- badges: end -->

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:

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

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

``` r

install.packages("remotes")

remotes::install_github("uace-azmet/azmetr") ```

Example

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

``` r library(azmetr)

az15min() azdaily() azheat() azhourly() azlw15min() azlwdaily() ```

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.

Owner

  • Name: uace-azmet
  • Login: uace-azmet
  • Kind: organization

Citation (CITATION.cff)

# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.4.1
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

cff-version: 1.2.0
message: 'To cite package "azmetr" in publications use:'
type: software
license: MIT
title: 'azmetr: Access Arizona weather data from the AZMet API'
version: 0.3.0
year: 2023
abstract: Provides R functions to access the Arizona Meterological Network (AZMet)
  API. Functions are more than just "thin wrappers" and do some parsing of input parameters
  and wrangling of output data.
authors:
- family-names: Weiss
  given-names: Jeremy
  email: jlweiss@email.arizona.edu
  orcid: https://orcid.org/0000-0003-3597-0712
- family-names: Scott
  given-names: Eric R.
  email: ericrscott@arizona.edu
  orcid: https://orcid.org/0000-0002-7430-7879
repository-code: https://github.com/uace-azmet/azmetr
url: https://github.com/uace-azmet/azmetr
doi: 10.5281/zenodo.7675685
contact:
- family-names: Weiss
  given-names: Jeremy
  email: jlweiss@email.arizona.edu
  orcid: https://orcid.org/0000-0003-3597-0712

GitHub Events

Total
  • Issues event: 3
  • Delete event: 7
  • Issue comment event: 15
  • Push event: 23
  • Pull request review comment event: 5
  • Pull request review event: 8
  • Pull request event: 14
  • Create event: 5
Last Year
  • Issues event: 3
  • Delete event: 7
  • Issue comment event: 15
  • Push event: 23
  • Pull request review comment event: 5
  • Pull request review event: 8
  • Pull request event: 14
  • Create event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.13
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.13
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jeremylweiss (5)
  • Aariq (1)
Pull Request Authors
  • jeremylweiss (13)
  • Aariq (5)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • attempt * imports
  • curl * imports
  • dplyr * imports
  • httr * imports
  • lubridate * imports
  • purrr * imports
  • tibble * imports
  • covr * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite