Package invocations :: Package cu6 :: Module cu6 :: Class Cu6SynopticSetup
[hide private]

Class Cu6SynopticSetup

source code


Details of the synoptic database table setup relevant to CU6 only.

Instance Methods [hide private]
 
getFromStr(self, isParts=False)
Returns the synoptic tables to query for a SQL FROM statement.
source code
 
getWhereStr(self, frameSetID, isParts=False)
Returns the SQL WHERE clause necessary to select on given frameSetID.
source code

Inherited from wsatools.ProgrammeBuilder.SynopticSetup: __init__, getBMTableAttr, getCorrelNeighTable, getSynopNeighTables, getSynopticMergeLogTable, getSynopticSourceTable, getSynopticTableID, getTimeRange, getVarNeighTable, isCorrelBMTable, isNonCorrelBMTable, isVarTableCorrel, parseSynString, process, updateSynopticMatchRadius

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from wsatools.ProgrammeBuilder.SynopticSetup: bandMergingCrit, bestMatchTables, corBMTable, dateRangeOfTable, isCorSingleEpoch, isDeep, mainDateRange, programme, specialFilter, synopticMergeLogTable, synopticSourceTable, sysc, uncorBMTable, varBMTable

Properties [hide private]

Inherited from object: __class__