An NRT driver is a script/executable which converts a raw data file to a NRT RAW Data format.
NRT RAW is an intermediate file format our O2A-INGEST tools can handle to stream your data directly to the Dashboard and Data Webservice.
Check the list of drivers below - maybe there is already one matching your raw data?!
Or simply ask us if you want to provide your own driver. The requirements for that you can check below.
Currently the following drivers are available to convert sensor's raw data to NRT RAW Data format:
Name | Sensor types | Language |
---|---|---|
adcpToNrt | RDI ADCP instruments (format pd0 data format such as contained in files .enc, .enx, ...) | Python3 |
ctdToNrt | Sea & Sun Technologies's CTD (format provided by STA acquisition software) | Python3 |
ferryboxToNrt | 4h-Jena Ferrybox | Python3 |
sbe38ToNrt | Seabird SBE38 temperature probe (format provided by probe itself via serial line) | Python3 |
snowbuoyToNrt | Python3 | |
toa5ToNrt | Python3 |
You may provide your own driver which should be able to convert your special raw data format to the NRT RAW Data format.
Requirements are:
<myscript> <inputfile>
python3 /drivers/my-super-special-driver.py /isibhv/platforms/my/device/2020-10-16.dat
datetime TEMP [°C] SAL [psu]
2019-02-28 15:50:00 -0.5445 34.1234
2019-02-28 15:50:01 -0.5444 34.1345
2019-02-28 15:50:02 -0.5552 34.1456
stderr
and NOT to stdout
!We are here and happy to help, if you have any question on the drivers.