_BEGIN_DATE: String _BEGIN_DATE = != < <= > >= -- long_name: "REQUIRED 8- to 14-character Begin Date (yyyymmdd hh:mi) surrounded in double quotes" Examples: " 20040321 OR 20030712 19:02 "
_END_DATE: String _END_DATE = != < <= > >= -- long_name: "REQUIRED 8- to 14-character End Date (yyyymmdd hh:mi) surrounded in double quotes" comment: "Up to one year"
DCP: String DCP = != < <= > >= -- long_name: "DCP number" comment: "1-character DCP number surrounded in double quotes"
SENSOR_ID: String SENSOR_ID = != < <= > >= -- long_name: "Sensor Id" comment: "2-character Sensor ID surrounded in double quotes: F1 - Barometric Pressure"
DATE_TIME: String DATE_TIME = != < <= > >= -- long_name: "Converted UTC Date Time Stamp in double quotes (MMM DD YYYY hh:mm(AM or PM)) (E.g. Jul 13 2004 3:48PM)" comment: "The date time stamp unit is in UTC, presented in a 12hr format. You may want to convert to 24 hr format before use. (E.g. 12:06 AM = 0006 UTC, 11:48 PM = 2348 UTC)"
BP: 64 bit Real BP = != < <= > >= -- long_name: "Barometric pressure in millibars"
X: 8 bit Byte X = != < <= > >= -- comment: "A flag that when set to 1 indicates that the maximum expected barometric pressure was exceeded"
N: 8 bit Byte N = != < <= > >= -- comment: "A flag that when set to 1 indicates that the minimum expected barometric pressure was exceeded"
R: 8 bit Byte R = != < <= > >= -- long_name: "A flag that when set to 1 indicates that the rate of change tolerance limit was exceeded"