TimeSeries - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: TimeSeries

This table stores metadata that are fixed for all the block of data values of a time series.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

TimeSeriesIDInteger

Primary key identifier
YearTypeVarChar(50) The term U.S.Geological Survey "water year" in reports that deal with surface-water supply is defined as the 12-month period October 1, for any given year through September 30, of the following year. The water year is designated by the calendar year in which it ends and which includes 9 of the 12 months. Thus, the year ending September 30, 1999 is called the "1999" water year.
AggregationStatisticCVVarChar(255) CV term to an aggregation statistic (e.g., average, min, max)

AggregationIntervalDouble The interval referes to time support which is the time interval when statistical aggregation applies to a set of measurement and then the aggregated value is reported (e.g., hourly measurement values are averaged over a day to report daily values)
IntervalTimeUnitCVVarChar(255) CV term to a unit name

BeginDateTimeDateTime

A derived date (queried) referes to the begining of time series data (e.g., 1960). It helps to identify the time extent of a block of time sereis data
EndDateTimeDateTime

A derived date (queried) referes to the end of time series data (e.g., 2000). It helps to identify the time extent of a block of time sereis data
IsRegularBoolean

Boolean field of either 1 that indicates the time sereis is regular or 0 that indicates the time series is irregular
NoDataValueVarChar(50)

a code that indicates there is no data value, e.g., 9999
DescriptionText

a text description of the block of time series data
ValuesMapperIDInteger Foreign key identifier for a DataValueMapper record


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_TimeSeries_CV_AggregationStatisticCVs.CV_AggregationStatisticDataValues.TimeSeriesNameAggregationStatisticCV
fk_TimeSeries_CV_UnitsCVs.CV_UnitsDataValues.TimeSeriesNameIntervalTimeUnitCV
fk_TimeSeries_ValuesMapperDataValues.ValuesMapperDataValues.TimeSeriesValuesMapperIDValuesMapperID

Triggers

(none)


Used in Diagrams

Diagram Name
01_WaMDaM
02_WaMDaM_WCVs