This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.63 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
60
61
62
63
64
Package: sensorweb4R
Description: Connect R to the Sensor Web Client API for downloading timeseries data.
Version: 0.1
Encoding: UTF-8
Authors@R: c( person("Daniel", "Nuest", email = "[email protected]", role =
c("aut")), person("Christian", "Autermann", email = "[email protected]", role =
c("aut", "cre")), person("52\u00b0North", email = "[email protected]", role
= c("cph"), comment = "This package is part of a managed codebase.") )
Title: An R client for the 52North Sensor Web Client API
Depends:
R (>= 3.1.1)
License: Apache License (== 2.0) | file LICENSE
LazyData: true
URL: https://github.com/52North/sensorweb4R
BugReports: https://github.com/52North/sensorweb4R/issues
Imports:
methods,
futile.logger,
httr,
sp,
stringi,
jsonlite,
xts,
zoo,
stats,
lubridate,
geosphere
Suggests:
testthat,
rmarkdown,
knitr,
devtools,
pander,
openair
VignetteBuilder: knitr
Collate:
'cache-functions.R'
'generic-methods.R'
'virtual-class-http-resource.R'
'helper-methods.R'
'class-unions.R'
'class-endpoint.R'
'virtual-class-api-resource.R'
'class-service.R'
'class-category.R'
'virtual-class-domain-resource.R'
'class-feature.R'
'class-offering.R'
'class-phenomenon.R'
'class-procedure.R'
'class-tvp.R'
'class-reference-value.R'
'class-station.R'
'class-status-interval.R'
'class-timeseries.R'
'data.frame-methods.R'
'distance-matrix.R'
'extract-and-replace-methods.R'
'parse-methods.R'
'query-methods.R'
'string-methods.R'
'timeseries-coercion.R'
'utils.R'
'zzz.R'