aisdb.database.sqlfcn module

pass these functions to DBQuery.gen_qry() as the function argument

aisdb.database.sqlfcn.crawl_dynamic(*, months, callback, **kwargs)[source]

iterate over position reports tables to create SQL query spanning desired time range

this function should be passed as a callback to DBQuery.gen_qry(), and should not be called directly

aisdb.database.sqlfcn.crawl_dynamic_static(*, months, callback, **kwargs)[source]

iterate over position reports and static messages tables to create SQL query spanning desired time range

this function should be passed as a callback to DBQuery.gen_qry(), and should not be called directly