Package: hydrogeofetch
Type: Package
Title: Hydrologic Geospatial Fabric Extraction Tool Chain
Version: 2.0.0
Authors@R: c(person(given = "David", 
                    family = "Blodgett", 
                    role = c("aut", "cre"), 
                    email = "dblodgett@usgs.gov",
                    comment = c(ORCID = "0000-0001-9489-1710")),
             person(given = "Mike",
                    family = "Johnson",
                    role = "ctb",
                    comment = c(ORCID = "0000-0002-5288-8350")),
             person(given = "Marc",
                    family = "Weber", 
                    role = "ctb",
                    comment = c(ORCID = "0000-0002-9742-4744")),
            person(given = "Josh", 
                   family = "Erickson", 
                   role = "ctb", 
                   email = "joshualerickson@gmail.com"),
            person(given = "Lauren",
                   family = "Koenig",
                   role = "ctb",
                   comment = c(ORCID = "0000-0002-7790-330X")))
Description: Traverses and works with National Hydrography Dataset Plus (NHDPlus) data. All methods implemented in 'hydrogeofetch' are available in the NHDPlus documentation available from the US Environmental Protection Agency <https://www.epa.gov/waterdata/basic-information>. Previously published as 'nhdplusTools'.
URL: https://doi-usgs.github.io/nhdplusTools/
        https://github.com/doi-usgs/nhdplusTools/
BugReports: https://github.com/doi-usgs/nhdplusTools/issues/
Depends: R (>= 4.1)
Imports: hydroloom, dataRetrieval, dplyr, sf, units, jsonlite, httr2,
        xml2, utils, data.table, methods, arrow, tools, zip, memoise,
        digest
Suggests: testthat, knitr, rmarkdown, ggmap, ggplot2, lwgeom, gifski,
        leaflet, httptest2, StreamCatTools, terra, maptiles, mapsf
License: CC0
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/parallel: true
Config/testthat/edition: 3
LazyData: true
LazyDataCompression: xz
Language: en-US
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-17 13:07:00 UTC; root
Author: David Blodgett [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9489-1710>),
  Mike Johnson [ctb] (ORCID: <https://orcid.org/0000-0002-5288-8350>),
  Marc Weber [ctb] (ORCID: <https://orcid.org/0000-0002-9742-4744>),
  Josh Erickson [ctb],
  Lauren Koenig [ctb] (ORCID: <https://orcid.org/0000-0002-7790-330X>)
Maintainer: David Blodgett <dblodgett@usgs.gov>
Repository: CRAN
Date/Publication: 2026-08-20 14:40:08 UTC
