data.localdata.get

data.localdata.get retrieves data that is stored locally on a station computer. It accesses both unarchived data and archived data stored in the sent and send directories. Only raw data is available.

data.localdata.get is normally called as part of data.get's lookup procedure, instead of directly.

Uses cpd2.send.conf to override the defaults of the CPD2 storage and sending system.

Command Line Usage

data.localdata.get station record start end

Arguments

start and end

The time specifiers for the data to be retrieved. Start is inclusive while end is exclusive, so all data contained within the half open interval [start,end) will be returned. Any convertible time format is accepted.

station

The station identifier code. For example 'brw'. Case insensitive.

record

The cpd2 record type to be retrieved.

Example Usage

data.localdata.get amf S11a 2008:100 2008:101