visits: Field Visits

visitsR Documentation

Field Visits

Description

This dataset provides detailed information about the context and specifics of field visits. It documents field visits to Multilevel Monitoring System (MLMS) wells in the U.S. Geological Survey (USGS) aquifer-monitoring network, Idaho National Laboratory (INL), Idaho. These visits involve measuring fluid pressure at various depths within an MLMS well, typically completed within a few hours.

Usage

visits

Format

A data frame with the following variables:

site_nm

Local site name for a MLMS well.

stime_dt

Start time for the field visit.

etime_dt

End time for the field visit.

baro_id

Identifier for the barometer used to measure atmospheric pressure.

baro_start_va

Atmospheric pressure measured at the beginning of the field visit, in pounds per square inch (psi).

baro_end_va

Atmospheric pressure measured at the visits end, in psi.

sensor_id

Identifier for the pressure sensor.

press_start_va

Absolute pressure of fluid measured at the beginning of the field visit, in psi.

press_end_va

Absolute pressure of fluid measured at the visits end, in psi.

temp_start_va

Temperature of fluid measured at the beginning of the field visit, in degree Celsius.

temp_end_va

Temperature of fluid measured at the visits end, in degree Celsius.

operators

Initials of field operators.

sheet_version_tx

Version of field sheet.

weather

Weather conditions during the field visit.

comment_tx

Comments.

Source

The dataset originates from the USGS INL Project Office and underwent processing using the read_field_json function.

Examples

str(visits)

mlms documentation built on April 4, 2025, 4:43 a.m.