Package: edr4r
Title: Client for the 'OGC API - Environmental Data Retrieval' Standard
Version: 0.1.0
Authors@R: 
    person("Kyle", "Onda", role = c("aut", "cre", "cph"),
           email = "konda@lincolninst.edu")
Description: A tidy 'R' client for services implementing the
    'OGC API - Environmental Data Retrieval' ('EDR') standard. It is
    general purpose, but most of its real-world use is against in-situ
    monitoring networks (stream gauges, weather stations, snow and
    reservoir telemetry) that expose their stations and time series as
    'EDR' collections.
    Known working endpoints include the 'USGS waterdata OGC API' and the
    'Western Water Datahub'. Provides discovery, query, and parsing
    helpers for the locations, items, position, area, cube, radius,
    trajectory, and corridor query types. Returns 'CoverageJSON' as
    tidy 'tibble' rows and 'GeoJSON' as 'sf' objects.
License: MIT + file LICENSE
URL: https://github.com/ksonda/edr4r
BugReports: https://github.com/ksonda/edr4r/issues
Encoding: UTF-8
Depends: R (>= 4.1)
Imports: cli, httr2 (>= 1.0.0), jsonlite, purrr, rlang, tibble, vctrs
Suggests: base64enc, ggplot2, htmlwidgets, knitr, leaflet, rmarkdown,
        sf, svglite, testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-06-11 14:22:22 UTC; konda
Author: Kyle Onda [aut, cre, cph]
Maintainer: Kyle Onda <konda@lincolninst.edu>
Repository: CRAN
Date/Publication: 2026-06-18 14:30:08 UTC
