-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
30 lines (30 loc) · 1.15 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
Package: kiwisR
Title: A Wrapper for Querying KISTERS 'WISKI' Databases via the 'KiWIS' API
Version: 0.2.4
Authors@R: c(person("Ryan", "Whaley", role = c("aut", "cre"), email = "[email protected]"),
person("Sam", "Albers", role = "ctb", email = "[email protected]")
)
Description: A wrapper for querying 'WISKI' databases via the 'KiWIS' 'REST' API. 'WISKI' is an 'SQL' relational database
used for the collection and storage of water data developed by KISTERS and 'KiWIS' is a 'REST' service that provides
access to 'WISKI' databases via HTTP requests (<https://www.kisters.eu/water-weather-and-environment/>).
Contains a list of default databases (called 'hubs') and also allows users to provide their own 'KiWIS' URL.
Supports the entire query process- from metadata to specific time series values. All data is returned as tidy tibbles.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/rywhale/kiwisR
BugReports: https://github.com/rywhale/kiwisR/issues
Depends:
R (>= 4.2.0)
Imports:
tibble,
lubridate,
dplyr,
purrr,
httr2
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat