Laserfiche WebLink
DateValue Input Type <br />Appendix - DateValue Input Type - 2 <br /># used by software. <br />Version = 1.1 # Optional. File format version <br /> # (to handle format changes) <br />Delimiter = " " # Optional. Delimiter for property and data lines <br /> # (default is space) <br />NumTS = 2 # Optional. Number of time series in file <br /> # (default is 1) <br />TSID = “XXX.USGS.Streamflow.15MINUTE” “YYY.USGS.Streamflow.15Minute” <br /> # Required. <br /> # List of time series identifiers in file <br /> # Location.Source.DataTyp e.Interval.Scenario <br /> # Do not include input type and name in identifier <br />Alias = “XXXX -Streamflow” “YYYY -Streamflow” <br /> # Optional – assign the time series alias <br />SequenceNum = 1950 1951 # Optional – used with time series ensembles . <br /> # Indicates the year for each trace <br />Description = "Flow at XXX" "Flow at Y" <br /> # Optional. Description for each time series. <br />DataFlags = true false # Optional. Indicates whether data flags for the <br /> # data values are provided. If flags are used, <br /> # the data value column a time series with data <br /> # flags is followed by a column fo r the data flag. <br /> # Surround the flags by “” if a flag is not <br /> # specified or is a space. <br />DataType = Streamflow Streamflow <br /> # Optional. Data types for each time series <br /> # (consistent with TSID if specified). <br /> # The default is to use the data type in the TSID <br /> # Supplied to simplify use by other programs. <br />Units = CFS CFS # Option al. Units for each time series <br /> # (default is no units). <br />MissingVal = -999 -999 # Optional. Missing data value for each <br /> # time series (default is -999). <br /> # NaN (not a number) is recommended <br />IncludeCount = true # Optional. If true, column after date/time <br /> # is record count (1...) (default is false). <br />IncludeTotalTime = true # Optional. If true, column after date <br /> # is cumulative time (0...) (default is false). <br /># Both of above can be true, and both columns will be added after the date <br />Start = 1996 -10 -18:00:00 # Required. Start date for time series <br />End = 1997 -06 -14:00:00 # Required. End da te for time series <br /> # Period dates should be of a precision consistent <br /> # with the dates used in the data section below. <br /># Optional. The following line can be read into a spreadsheet or database for <br /># headers. The lines above this line can be ignored in a spreadsheet import. <br /># The number of headings should agree with the number of columns. <br />Date "Time" "Count" "TotalTime" "Description 1" “DataFlag1” "Description 2" <br />1996 -10 -18 00:00 1 0 110.74 “m” 14.2 <br />1996 -10 -18 00:15 2 15 113.24 “” 13.7 <br />... <br /> <br /> <br /> <br />24