ExampleData | R Documentation |
Synthetic dataset from modeled sediment transport and acoustic scattering detailed in the Appendices of Livsey (in review) Following dataframes are provided in list
ExampleData
Site
, Site, site datum, and ADCP elevation informationSite name (string)
Unique site code (string)
Elevation of the ADCP above the bed (m)
Elevation of the ADCP above local gauge datum (m)
Distance from local gauge datum to lower point in cross-section (m)
Installation date of ADCP (time, POSIXct)
Date if/when ADCP is moved vertically (time, POSIXct)
User comment (string)
ADCP
, ADCP readings except acoustic backscatterUnique site code (string)
Date and time (time, POSIXct)
Measurment ensemble number (integer)
Acoustic frequency of ADCP (kHz)
Radius of ADCP transducer (m)
Angle of beam relative to normal (degrees)
Ratio of beam radius to beam length (-)
Number of measurement cells along beam (integer)
Cell width measured normal to ADCP (m)
Blanking distance measured normal to ADCP (m)
Serial number of ADCP instrument (string)
Serial number of ADCP CPU (string)
Ambient noise level for beam 1 (counts)
Ambient noise level for beam 2 (counts)
Reported distance normal to ADCP to midpoint of bin/cell (m)
Speed of sound used by ADCP in the field (m/s)
Temperature recorded by ADCP (degrees C)
Pressure recorded by ADCP (dBar)
Distance to water surface reported by vertical beam of ADCP (m)
Power to ADCP (V)
Echo_Intensity
, Acoustic backscatter measurements from ADCPUnique site code (string)
Date and time (time, POSIXct)
Acoustic backscatter in nth cell (counts)
Sonde
, Conductivity, temperature, and depth from sondeDate and time (time, POSIXct)
Temperature (degrees C)
Conductivity (microS/cm)
Pressure (dbar)
Turbidity (FNU)
Unique site code (string)
Height
, River height in meters referenced to gauge datumDate and time (time, POSIXct)
Water surface elevation above gauge datum (m)
Unique site code (string)
Discharge
, Discharge timeseries in cubic meters per secondDate and time (time, POSIXct)
Dischage (cubic meters per second)
Unique site code (string)
Sediment_Samples
, Measured sediment concentration in milligrams per liter (SSC or TSS)Date and time (time, POSIXct)
Concentration of suspended-sediment in milligrams per liter, depth-averaged and velocity weighted average for cross-section
Concentration of suspended-sediment in milligrams per liter, measured at-a-point at elevation of hADCP
Unique site code (string)
data(ExampleData) # lazy-load ony, unable to inspect contents in Rstudio
names(ExampleData) # load data for inspection in Rstudio and view names of items in list
Daniel Livsey (2023) ORCID: 0000-0002-2028-6128
Livsey, D.N. (in review). National Industry Guidelines for hydrometric monitoring–Part 12: Application of acoustic Doppler velocity meters to measure suspended-sediment load. Bureau of Meteorology. Melbourne, Australia.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.