Package: hydrodownloadR
Title: Hydrologic Station Catalogs and Time Series from Public APIs
Version: 0.1.5
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 for discovering
    hydrological stations and downloading hydrological daily time series (e.g., water
    discharge, water level, water temperature) and discrete water-quality observations
	from national and regional public APIs. Water-quality observations are retained 
	at their original sampling timestamps.
	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://hydrodownloadr.bafg.de/,
        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 (>= 1.1.0),
        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-09-14 12:41:48 UTC; Plessow
Author: Henning Plessow [aut, cre],
  Global Runoff Data Centre [ctb]
Maintainer: Henning Plessow <h.plessow@googlemail.com>
Repository: CRAN
Date/Publication: 2026-09-14 22:40:02 UTC
Built: R 4.5.2; ; 2026-09-15 02:26:05 UTC; unix
