read_export_csv: Read export HydroMonitor file with ObservationWell data.

View source: R/read_export_csv.R

read_export_csvR Documentation

Read export HydroMonitor file with ObservationWell data.

Description

Trailing letters of observation well are removed.

Usage

read_export_csv(fname)

Arguments

fname

Filename (csv file, character)

Value

List of 2:

  • xm Characteristics of the monitoring well (meta data).

  • xd Measured heads (data.frame).

Variables in data.frame xm:

  • NAME Name of observationwell. (character)

  • FILTER Filter number (integer)

  • X x-coordinate of observationwell (numeric)

  • Y y-coordinate of observationwell (numeric)

  • TOP Level of the top of filter (m+REF, numeric)

  • BOT Level of the bottom of filter (m+REF,numeric)

  • MV Surface level (m+REF,numeric)

Variables in data.frame xd:

  • NAME Name of observationwell (character)

  • FILTER Filter number (integer)

  • DATE Date of observation (POSIXct)

  • HEAD Observed head (numeric)

Examples

hm1 <- system.file("extdata","export_data_menyanthes.csv",package="menyanthes") |> read_export_csv( )

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