create_shp: Create a point shape file from HydroMonitor ObservationWell...

create_shpR Documentation

Create a point shape file from HydroMonitor ObservationWell data object.

Description

Create a summarizing point shape file from the meta data part of HydroMonitor ObservationWell data object.

Usage

create_shp(hm, crs = "EPSG:28992")

Arguments

hm

HydroMonitor Observation Well data as read by read_export_csv

crs

(character). Defaults to "EPSG:28992"

filename

(character)

Details

(read_export_csv).

Fields in the attribute table of the resulting shapefile are:

  • NAME: Name of observationwell.

  • X: X-coordinate of the observationwell.

  • Y: Y-coordinate of the observationwell.

  • NFILTERS: Number of filters.

  • TOP: Level of the top of the highest filter.

  • BOT: Level of the bottom of the lowest filter.

  • MV: Surface level.

Value

SpatVector

Examples

## Not run: 
v <- hm1 |> create_shp()

## End(Not run)

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