data.process.station

data.process.station processes raw data for a station. This raw data can either come from an incoming source (new field data) or from the raw field data archive for reprocessing. It's default mode of operation is to process all new data from any of the incoming directories for that station.

Calls any handlers and inspects all sources defined in process.conf.

Command Line Usage

data.process.station [--wait] station [start end]

Arguments

start and end

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

station

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

--wait

Wait forever for the lock instead of timing out after a short while. This will cause the process to block until any other instances have finished their processing.

Example Usage

Process all incoming data

data.process.station bnd

Reprocess all 2008 data

data.process.station sgp 2008 2009