| heads | R Documentation |
Dataset of depth-discrete measurements of fluid pressure, fluid temperature, atmospheric pressure, and calculated hydraulic head in the Multilevel Monitoring System (MLMS) wells in the U.S. Geological Survey (USGS) aquifer-monitoring network, Idaho National Laboratory (INL), Idaho.
heads
A data frame with the following variables:
site_nmLocal site name for an MLMS well.
port_nuIdentifier for the valved measurement port.
site_noUSGS site identification number.
stime_dtStart time for field visit.
press_dtTime at which measurements were measured outside the multiport casing.
temp_vaFluid temperature measured inside the multiport casing from the bridge of the pressure transducer, in degree Celsius.
baro_vaAtmospheric pressure measured at the time of the port measurement, in pounds per square inch absolute (psi).
press_vaAbsolute pressure of fluid measured outside the multiport casing, in psi.
press_head_vaPressure head outside the multiport casing, in feet.
total_head_vaHydraulic head outside the multiport casing, in feet above the North American Vertical Datum of 1988 (NAVD 88).
press_in_1_vaFluid pressure measured inside the multiport casing before the outside pressure measurement was taken, in psi.
press_in_2_vaFluid pressure measured inside the multiport casing after the outside pressure measurement was taken, in psi.
press_in_diff_vaDifference in the fluid pressure measurements taken inside the multiport casing, in psi.
replicate_flWhether the measurement is a replicate for quality-control purposes.
comment_txComments.
The dataset originates from the USGS INL Project Office and underwent processing
using the read_field_json function.
str(heads)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.