Ott Parsivel2 ACTRIS#

Minimal configuration#

instrument.yaml

instrument:
  instrumentFile: ott_parsivel2_actris.py
  samplingInterval: 60
  port: "/dev/ttyUSB0"
  baudrate: 19200
  bytesize: 8
  parity: "N"
  stopbits: 1
attributes:
storage:
  csvStoragePath: "~/data/parsivel2/csv/"
  DatePath: "%Y/%m/"
  csvFileName: "%Y%m%d_tower_random.csv"
  ncStoragePath: "~/data/parsivel2/netCDF/"
  ncConversionDays: 2

API#

class pyAtmosLogger.instruments.ott_parsivel2_actris.ott_parsivel2_actris(config)#

Base class for pyAtmosLogger Dummy 1 Instrument.

config#

yaml-string containing pyAtmosLogger configuration

Type:

str

convert(file)#

Method to convert single-file csv-data to netCDF.

file#

file path to csv data

Type:

str

convertMultipleFiles()#

Method to convert multiple-file csv-data to netCDF.

log()#

Method to start logging.

serialConnect()#

Method to establish serial connection.