Package: hydrodownloadR
Title: Hydrologic Station Catalogs and Time Series from Public APIs
Version: 0.1.3
Authors@R: c(
    person("Henning", "Plessow", , "h.plessow@googlemail.com", role = c("aut", "cre")),
    person("Global Runoff Data Centre", , , "grdc@bafg.de", role = "ctb")
  )
Description: Provides a unified, extensible interface to discover
    hydrologic stations and download daily time series (e.g., water
    discharge, water level, water temperature, and several other water
    quality parameter) from national and regional public APIs. Includes a
    provider registry, S3 generics 'stations' and 'timeseries', licensing
    metadata, date-range and 'complete history' modes, rate limiting and
    retries, optional authentication via environment variables, tidy
    outputs, UTF-8 to ASCII transliteration, and WGS84 coordinates.
    Designed for reproducible workflows and straightforward addition of
    new providers.
	Background and use cases are described in Farber et al. (2025)
    <doi:10.5194/essd-17-4613-2025> and Farber et al. (2023)
    <doi:10.57757/IUGG23-2838>.
License: MIT + file LICENSE
URL: https://bafg-bund.github.io/hydrodownloadR/,
        https://github.com/bafg-bund/hydrodownloadR
BugReports: https://github.com/bafg-bund/hydrodownloadR/issues
Depends: R (>= 4.1.0)
Imports: cli, dataRetrieval, DBI, dplyr, httr, httr2, jsonlite,
        lubridate, pdftools, progress, rappdirs, ratelimitr, rlang,
        RSQLite, sf, magrittr, tibble, cellranger, stringi, stringr
Suggests: odbc, purrr, readr, readxl, rvest, tidyr, tidyselect, xml2,
        cachem, curl, memoise, testthat (>= 3.0.0), writexl
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2026-02-20 08:32:10 UTC; Plessow
Author: Henning Plessow [aut, cre],
  Global Runoff Data Centre [ctb]
Maintainer: Henning Plessow <h.plessow@googlemail.com>
Repository: CRAN
Date/Publication: 2026-02-25 12:30:02 UTC
Built: R 4.5.2; ; 2026-02-26 01:44:30 UTC; unix
