Ingests a WRCC dump file and converts
it into a quality controlled, metadata enhanced ws_monitor object
ready for use with all monitor_~
functions.
Steps involved include:
ingest CSV text
parse CSV text
apply quality control
apply clustering to determine unique deployments
enhance metadata to include: elevation, timezone, state, country, site name
reshape data into deployment-by-property meta
and and time-by-deployment data
dataframes
wrccDump_createMonitorObject(filepath, clusterDiameter = 1000,
existingMeta = NULL)
absolute path of the WRCC dump file
diameter in meters used to determine the number of clusters (see addClustering
)
existing 'meta' dataframe from which to obtain metadata for known monitor deployments
A ws_monitor object with WRCC data.