data.aggregate.nilu.nrt

data.aggregate.nilu.nrt generates and uploads near real time data to the NILU EUSAAR archive. What is generated and uploaded is controlled by nrt.conf.

It is intended to be called as part one of the aggregators invoked by data.aggregate.station. The NRT archive specifies that data is uploaded aligned on the hour, so the aggregator configuration should be set to reflect this (1 hour interval and 1 hour alignment), though if it is not, all that will result is more being uploaded than is strictly required.

Command Line Usage

data.aggregate.nilu.nrt station 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. The start is rounded down to the hour and the end is rounded up. Data is uploaded in one hour segments.

station

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

Example Usage

data.aggregate.nilu.nrt bnd 2008-05-06T01:00:00Z 2008-05-06T02:00:00Z