filter_on_poly: Filter HydroMonitor ObservationWell data with polygon shape.

filter_on_polyR Documentation

Filter HydroMonitor ObservationWell data with polygon shape.

Description

Filter HydroMonitor ObservationWell data with polygon shape.

Usage

filter_on_poly(hm, p, crs = "EPSG:28992")

Arguments

hm

HydroMonitor Observation Well data as read by read_export_csv

p

Polygon shape

crs

(character). Defaults to "EPSG:28992"

Details

Only polygon shapes of length=1 can be used.

Value

Filtered HydroMonitor ObservationWell data (list of 2 met data.frames xm en xd).

Examples

## Not run: 
hm <- hm1
p <- system.file("extdata","polygn.shp",package="menyanthes") |> terra::vect()
filtered_on_polygon <- filter_on_poly(hm, p)

## End(Not run)

KeesVanImmerzeel/menyanthes documentation built on Feb. 9, 2025, 1:31 a.m.