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 = "rdgwhaley@gmail.com"),
  person("Sam", "Albers", role = "ctb", email = "sam.albers@gov.bc.ca")
  )
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
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
NeedsCompilation: no
Packaged: 2024-10-11 11:48:21 UTC; RWhaley
Author: Ryan Whaley [aut, cre],
  Sam Albers [ctb]
Maintainer: Ryan Whaley <rdgwhaley@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-11 13:20:02 UTC
Built: R 4.3.3; ; 2024-10-11 14:28:50 UTC; unix
