-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
32 lines (31 loc) · 1.12 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -----------------------------------------------------------
# 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: [email protected]
orcid: https://orcid.org/0000-0003-3597-0712
- family-names: Scott
given-names: Eric R.
email: [email protected]
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: [email protected]
orcid: https://orcid.org/0000-0003-3597-0712