| visits | R Documentation |
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.
visits
A data frame with the following variables:
site_nmLocal site name for a MLMS well.
stime_dtStart time for the field visit.
etime_dtEnd time for the field visit.
baro_idIdentifier for the barometer used to measure atmospheric pressure.
baro_start_vaAtmospheric pressure measured at the beginning of the field visit, in pounds per square inch (psi).
baro_end_vaAtmospheric pressure measured at the visits end, in psi.
sensor_idIdentifier for the pressure sensor.
press_start_vaAbsolute pressure of fluid measured at the beginning of the field visit, in psi.
press_end_vaAbsolute pressure of fluid measured at the visits end, in psi.
temp_start_vaTemperature of fluid measured at the beginning of the field visit, in degree Celsius.
temp_end_vaTemperature of fluid measured at the visits end, in degree Celsius.
operatorsInitials of field operators.
sheet_version_txVersion of field sheet.
weatherWeather conditions during the field visit.
comment_txComments.
The dataset originates from the USGS INL Project Office
and underwent processing using the read_field_json function.
str(visits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.