6.6.2. aequilibrae.create_gtfsdb

class aequilibrae.create_gtfsdb(file_path, save_db, memory_db=False, spatialite_enabled=False, overwrite=False)

Bases: aequilibrae.utils.worker_thread.WorkerThread

__init__(file_path, save_db, memory_db=False, spatialite_enabled=False, overwrite=False)

Methods

__init__(file_path, save_db[, memory_db, ...])

blockSignals(self, bool)

childEvent(self, QChildEvent)

children(self)

cleanUp()

connectNotify(self, QMetaMethod)

create_database()

currentThread()

currentThreadId()

customEvent(self, QEvent)

deleteLater(self)

disconnect(-> bool)

disconnectNotify(self, QMetaMethod)

doWork()

dumpObjectInfo(self)

dumpObjectTree(self)

dynamicPropertyNames(self)

event(self, QEvent)

eventDispatcher(self)

eventFilter(self, QObject, QEvent)

exec(self)

exec_(self)

exit(self[, returnCode])

findChild(-> QObject)

findChildren(...)

idealThreadCount()

import_gtfs()

inherits(self, str)

installEventFilter(self, QObject)

isFinished(self)

isInterruptionRequested(self)

isRunning(self)

isSignalConnected(self, QMetaMethod)

isWidgetType(self)

isWindowType(self)

killTimer(self, int)

loopLevel(self)

metaObject(self)

moveToThread(self, QThread)

msleep(int)

objectName(self)

parent(self)

priority(self)

property(self, str)

pyqtConfigure(...)

Each keyword argument is either the name of a Qt property or a Qt signal.

quit(self)

receivers(self, PYQT_SIGNAL)

removeEventFilter(self, QObject)

requestInterruption(self)

run(self)

sender(self)

senderSignalIndex(self)

setEventDispatcher(self, ...)

setObjectName(self, str)

setParent(self, QObject)

setPriority(self, QThread.Priority)

setProperty(self, str, Any)

setStackSize(self, int)

setTerminationEnabled([enabled])

set_chunk_size(chunk_size)

signalsBlocked(self)

sleep(int)

stackSize(self)

start(self[, priority])

startTimer(self, int[, timerType])

stop()

terminate(self)

thread(self)

timerEvent(self, QTimerEvent)

tr(self, str[, disambiguation, n])

usleep(int)

wait(-> bool)

yieldCurrentThread()

Attributes

HighPriority

HighestPriority

IdlePriority

InheritPriority

LowPriority

LowestPriority

NormalPriority

TimeCriticalPriority

converting_gtfs

destroyed

destroyed(self, object: QObject = None) [signal]

finished

finished(self) [signal]

jobFinished

objectNameChanged

objectNameChanged(self, str) [signal]

started

started(self) [signal]

staticMetaObject

__init__(file_path, save_db, memory_db=False, spatialite_enabled=False, overwrite=False)