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
Repository
Access the AZMet API from R
Basic Info
- Host: GitHub
- Owner: uace-azmet
- License: other
- Language: R
- Default Branch: main
- Homepage: https://uace-azmet.github.io/azmetr/
- Size: 7.12 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
- Releases: 4
Metadata Files
README.md
azmetr 
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
- Repositories: 1
- Profile: https://github.com/uace-azmet
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
- 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
- attempt * imports
- curl * imports
- dplyr * imports
- httr * imports
- lubridate * imports
- purrr * imports
- tibble * imports
- covr * suggests
- testthat >= 3.0.0 suggests
- 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
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite