-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
59 lines (59 loc) · 2.09 KB
/
DESCRIPTION
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: extractOz
Title: Extract Australian Soil, Weather and GRDC Agro-ecological Zone Information from GPS Points
Version: 1.1.8
Authors@R: c(person(given = "Adam H.", family = "Sparks",
email = "adam.sparks@dpird.wa.gov.au",
role = c("aut", "ccp"),
comment = c(ORCID = "0000-0002-0061-8359")),
person(given = "Rodrigo", family = "Pires",
email = "rodrigo.pires@dpird.wa.gov.au",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7384-6849")),
person(given = "Western Australia Agriculture Authority (WAAA)",
role = "cph",
comment = "Provided support through Adam Sparks's time."),
person(given = "Grains Research and Development Corporation",
role = c("fnd", "cph"),
comment = "GRDC Project GRI2007-001RTX")
)
Description: Extracts point data for a given GPS coordinate that includes major
soil order, weather and GRDC agro-ecological zone information at that point.
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2
Imports:
curl,
data.table,
httr,
methods,
nasapower,
purrr,
sf,
stats,
utils,
weatherOz
Suggests:
knitr,
readr,
rmarkdown,
roxyglobals,
spelling,
testthat (>= 3.0.0),
tidyverse,
vcr (>= 0.6.0)
Depends: R (>= 4.0.0)
Remotes: https://github.com/DPIRD-FSI/weatherOz.git
VignetteBuilder: knitr
License: GPL (>= 3)
NeedsCompilation: no
Language: en-US
X-schema.org-applicationCategory: Tools
X-schema.org-keywords: agriculture, Australia, agroecology, soils, weather, weather-data, soils-data, agriculture-research
X-schema.org-isPartOf: https://www.dpird.wa.gov.au/
URL: https://github.com/DPIRD-FSI/extractOz, https://dpird-fsi.github.io/extractOz/
BugReports: https://github.com/DPIRD-FSI/extractOz/issues
LazyData: true
LazyDataCompression: xz
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: FALSE