Package: blueterra Title: Process-Oriented Geomorphometry for Submerged Terrain Version: 0.2.0 Authors@R: c( person("Elvin", "Cordero", email = "elvin.cordero@seamountgeo.com", role = c("aut", "cre")), person("SeaMount Geospatial Labs", role = "cph") ) Description: Derives, organizes, summarizes, and visualizes terrain metrics from bathymetric and elevation rasters for submerged-terrain geomorphometry. Tools support terra-based raster preparation, slope and aspect decomposition, terrain position, rugosity, a four-neighbor Laplacian-style index, depth-band summaries, transect extraction, isobath-corridor analysis, table preparation, visualization, and aligned user-defined metric layers. Methodological context for geomorphometric terrain analysis is provided by Lindsay (2016) . License: MIT + file LICENSE URL: https://el-cordero.github.io/blueterra/, https://github.com/el-cordero/blueterra BugReports: https://github.com/el-cordero/blueterra/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1) Imports: cli, dplyr, rlang, stats, terra, tibble, utils Suggests: exactextractr, ggplot2, knitr, lintr, pkgdown, rmarkdown, sf, testthat (>= 3.0.0), units, xml2 VignetteBuilder: knitr Config/testthat/edition: 3 LazyData: true Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://el-cordero.r-universe.dev Date/Publication: 2026-07-19 23:05:38 UTC RemoteUrl: https://github.com/el-cordero/blueterra RemoteRef: HEAD RemoteSha: 2b58393be091751c42890af52f1b741143f86bf8 NeedsCompilation: no Packaged: 2026-07-20 08:35:49 UTC; root Author: Elvin Cordero [aut, cre], SeaMount Geospatial Labs [cph] Maintainer: Elvin Cordero