Laserfiche WebLink
TSTool Documentation <br /> Introduction - 9 <br />Input formats that have different conventions are handled by converting the data to TSTool conventions <br />when reading the data and converting from TSTool conventions when writing the data. <br /> <br />2.5 Time Scale for Time Series Data <br /> <br />The time scale for time series data gives an indication of how data value s were measured or computed. <br />The time scale is generally determined from the data type (or the data type and interval) and can be one of <br />the following (the abbreviations are often used in software choices): <br /> <br />• Instantaneous (INST): The data value represents the d ata observed at the time associated with the <br />reading (e.g., instantaneous temperature, streamflow, or snow depth). Instantaneous data may be of <br />irregular or regular interval, depending on the data collection system. If irregular, the precision of the <br />dat e/time associated with the reading may vary (e.g., automated collection systems may have very <br />precise times whereas infrequently recorded field measurements may only be recorded to the day). <br />• Accumulated (ACCM): The data value represents the accumulation o f the observed data over the <br />preceding interval. The date/time associated with the data value corresponds to the end of the <br />interval. For example, precipitation (rain or snow recorded as melt) is often recorded as an <br />accumulation over some interval. Acc umulated values are typically available as a regular time series, <br />although this is not a requirement (e.g., precipitation might be accumulated between times that a rain <br />gage is read and emptied). <br />• Mean (MEAN): The data value represents the mean value of ob servations during the preceding <br />interval. The date/time associated with the data value corresponds to the end of the interval. The <br />mean includes values after the previous timestamp and including the current timestamp. The <br />computation of mean values may be different depending on whether the original data are irregular or <br />regular. For example, if the original data are regular interval, then equal weight may be given to each <br />value when computing the mean (a simple mean). If the original data are irregular interval, then the <br />weight given to each irregular value may depend on the amount of time that a value was observed (a <br />time -weighted mean, not a simple mean). <br /> <br />Without having specific information about the time scale for data, TSTool assumes that all data are <br />instantaneous for displays. If time series are graphed using bars, an option is given to display the bar to <br />the left, centered on, or to the right of the date/time. If time series are graphed using lines or points, the <br />data values are drawn at the da te/time corresponding to data values. This may not be appropriate for the <br />time scale of the data. In most cases, this default is adequate for displays. Graphing data of different time <br />scales together does result in visual inconsistencies. These issues are being evaluated and options may be <br />implemented in future releases of the software. In particular, an effort to automatically determine the <br />time scale from the data type and interval is being evaluated. This can be difficult given that data types <br />are not consistent between input types and time scale may be difficult to determine when reading time <br />series. Refer to the input type appendices for information about time scale. <br /> <br />The time scale is particularly important when changing the time interval of dat a. For example, conversion <br />of instantaneous data to mean involves an averaging process. Conversion of instantaneous data to <br />accumulated data involves summing the original data. Commands that change interval either operate only <br />on data of a certain time scale or require that the time scale be specified to control the conversion. Refer <br />to the command documentation for specific requirements. <br /> <br />Input formats that have different conventions are handled by converting the data to TSTool conventions <br />when reading the data and converting from TSTool conventions when writing the data. <br /> <br />21