Class: Nexrad

OSH.DataReceiver.Nexrad

This datasource provides parsing to Nexrad.

Constructor

new Nexrad()

Source:

Methods

parseData($super, data) → {Object}

Extract data from the message.

Parameters:
Name Type Description
$super function

the parseData super method

data Object

the data to parse

Source:
Returns:

the parsed data

Type
Object

parseTimeStamp($super, data) → {number}

Extracts timestamp from the message. The timestamp is the first token got from split(',')

Parameters:
Name Type Description
$super function

the parseTimeStamp super method

data string

the data to parse

Source:
Returns:

the extracted timestamp

Type
number