Ingests an AIRSIS 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 dumpfile data into deployment-by-property meta and and time-by-deployment data dataframes
airsisDump_createMonitorObject(filepath, clusterDiameter = 1000,
existingMeta = NULL)absolute path of the AIRSIS 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 AIRSIS data.