data.edit.mentor.generate
data.edit.mentor.generate is a program that generates suggested mentor edits for a station. The interface is identical to data.edit.mentor.get.
Command Line Usage
data.edit.mentor.generate [station] start end
Arguments
start and end
The time specifiers edits to be generated. Start is inclusive while end is exclusive, so all edits intersecting 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.
Output
Output is a series of suggested edits (one per line) of form:
start,end,record,type,params,modified,author,notes
start and end
The start and end of this edit in epoch time. If the field is null (zero length), then that parameter does not apply, so a null start with a valid end indicates all data up until (but excluding) the end time. Likewise a null end but a defined start is all data including and after the start. Both being defined is the half-open interval of time [start,end). Both null defines all time.
record
Record type this edit is applied to, may be null to apply to all records. May not contain more than one record type (that is represented by multiple lines).
type and params
Edit type and parameters, see data.edit.mentor for types and parameters.
modified
Time when this edit was last modified. Generally the current time.
author
String (initials) of the author of this edit. Generally “AUTO”.
notes
Notes about this edit.
Example Usage
data.edit.mentor.generate sgp 2008:10 2008:20