Onset HOBO

Data will generally be processed using a series of run scripts. The first script for each instrument type depends on two configuration files.

Instrument data to raw .cdf

Convert from exported CSV file to a raw netCDF file with .cdf extension using runhobocsv2cdf.py.

runhobocsv2cdf.py

Convert HOBO pressure sensor .csv file to raw .cdf format. Run this script from the directory containing HOBO file.

usage: runhobocsv2cdf.py [-h] gatts config

Positional Arguments

gatts

path to global attributes file (gatts formatted)

config

path to instrument configuration file (YAML formatted)

Raw .cdf to CF-compliant .nc

Convert the raw .cdf data into CF-compliant netCDF file with .nc extension using runhobocdf2nc.py.

runhobocdf2nc.py

Convert raw HOBO .cdf format to processed .nc files

usage: runhobocdf2nc.py [-h] cdfname

Positional Arguments

cdfname

raw .cdf filename