pyAtmosLogger Dummy 1#

Minimal configuration#

instrument.yaml

instrument:
    instrumentFile: pyAtmosLogger_dummy_1.py
    samplingInterval: 60
attributes:
storage:
    csvStoragePath: "~/Desktop/dummy_data/csv/"
    DatePath: "%Y/%m/"
    csvFileName: "%Y%m%d_tower_random.csv"
    ncStoragePath: "~/Desktop/dummy_data/nc/"
    ncConversionDays: 1

API#

class pyAtmosLogger.instruments.pyAtmosLogger_dummy_1.pyAtmosLogger_dummy_1(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.