def __init__(self, configdict, section): PostgresDbInput.__init__(self, configdict, section) self.progress_query = self.cfg.get('progress_query') self.db = None # Init all timeseries id's self.ts_gids = [] self.ts_gids_idx = 0 self.ts_gid = -1 self.last_gid = 0
def __init__(self, configdict, section): PostgresDbInput.__init__(self, configdict, section) # NB the last_gis is automatically set via TRIGGER # in the PostgresDB output self.progress_query = self.cfg.get('progress_query') self.db = None # Init all timeseries id's self.ts_gids = [] self.ts_gids_idx = 0 self.ts_gid = -1 self.last_gid = 0
def __init__(self, configdict, section): PostgresDbInput.__init__(self, configdict, section) self.progress_query = self.cfg.get('progress_query') self.progress_update = self.cfg.get('progress_update') self.db = None
def __init__(self, configdict, section): PostgresDbInput.__init__(self, configdict, section) self.last_id = None
def __init__(self, configdict, section): SosInput.__init__(self, configdict, section) PostgresDbInput.__init__(self, configdict, section) self.progress = dict()
def __init__(self, configdict, section): PostgresDbInput.__init__(self, configdict, section) self.ids = dict() self.parameters = dict() self.models = dict() self.state = dict()