
potentiomap turns groundwater-level observations into
auditable potentiometric-surface analyses, validation and uncertainty
summaries, monitoring-network diagnostics, contours, profiles, and
GIS-ready products.
Website · Examples · Function reference · Source · Issues · CRAN
Existing surface and contour workflows remain available with their ordinary return values. Rich result objects are optional when diagnostics, support, and manifests are needed.
Version note: CRAN currently serves
potentiomap0.1.0. This website documents 0.2.0 while that release is being reviewed. Use CRAN for the published release, or install the 0.2.0 source from GitHub when you need the features documented here.
install.packages("potentiomap")install.packages("pak")
pak::pak("el-cordero/potentiomap")library(potentiomap)
data("synthetic_wells")
points <- ps_make_points(
synthetic_wells,
x = "x", y = "y", value = "gw_elevation",
name_col = "well_id", crs = "EPSG:26916"
)
surface <- ps_interpolate(points, methods = "TPS", grid_res = 100)$TPS
contours <- ps_contours(surface, interval = 1)
ps_quicklook(surface, contours = contours, points = points)For complete, executable walkthroughs with printed outputs and maps, use the Examples section:
potentiomap is not a groundwater-flow or
contaminant-transport model. Interpolated surfaces depend on
monitoring-network geometry, data quality, aquifer selection, screened
intervals, boundary conditions, and method assumptions.
Prediction-support classes describe support available for a mapped result; they do not establish that a contour is correct and are not statistical confidence intervals. Hydraulic-gradient arrows point toward decreasing modeled head. Their length is a display convention, not velocity, travel time, or a traced groundwater path.
Cross-validation describes its recorded prediction task, not automatic area-wide map accuracy. Kriging variance is model conditional, method spread is not statistical uncertainty, modeled head change is not storage change, and network rankings are not globally optimal drilling plans.
Do not post confidential well coordinates, client data, private site identifiers, or restricted environmental data in public issues.
Run citation("potentiomap") for the package
citation.