# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "edr4r" in publications use:' type: software license: MIT title: 'edr4r: Client for OGC API - Environmental Data Retrieval (EDR)' version: 0.1.0 doi: 10.32614/CRAN.package.edr4r abstract: A tidy R client for any service implementing the OGC API - Environmental Data Retrieval ('EDR') standard. 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. authors: - family-names: Onda given-names: Kyle email: konda@lincolninst.edu repository: https://ksonda.r-universe.dev repository-code: https://github.com/ksonda/edr4r commit: f4c4480cf910f356d35fb7d7c4c288b7eb16075b url: https://github.com/ksonda/edr4r date-released: '2026-06-11' contact: - family-names: Onda given-names: Kyle email: konda@lincolninst.edu