Package: damAOI Title: Create an 'Area of Interest' Around a Constructed Dam for Comparative Impact Evaluations Version: 0.0 Authors@R: c( person("Chris", "Littleboy", , "chris.littleboy@stir.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3293-7987")), person("Isabel", "Jones", , "i.l.jones@stir.ac.uk", role = c("ctb", "fnd")) ) Description: Define a spatial 'Area of Interest' (AOI) around a constructed dam using hydrology data. Dams have environmental and social impacts, both positive and negative. Current analyses of dams have no consistent way to specify at what spatial extent we should evaluate these impacts. 'damAOI' implements methods to adjust reservoir polygons to match satellite-observed surface water areas, plot upstream and downstream rivers using elevation data and accumulated river flow, and draw buffers clipped by river basins around reservoirs and relevant rivers. This helps to consistently determine the areas which could be impacted by dam construction, facilitating comparative analysis and informed infrastructure investments. License: GPL (>= 3) URL: https://github.com/chrislittleboy/damaoi BugReports: https://github.com/chrislittleboy/damaoi/issues Depends: R (>= 4.0) Imports: dplyr, FNN, magrittr, sf, units, smoothr, terra, tibble, tidyr, shiny, leaflet, shinydashboard Suggests: ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://chrislittleboy.r-universe.dev Date/Publication: 2024-07-08 15:02:15 UTC RemoteUrl: https://github.com/chrislittleboy/damaoi RemoteRef: HEAD RemoteSha: dfafe313b17bbefbfd747277fe96839dbc0b2a8d NeedsCompilation: no Packaged: 2026-06-19 08:56:47 UTC; root Author: Chris Littleboy [aut, cre] (ORCID: ), Isabel Jones [ctb, fnd] Maintainer: Chris Littleboy