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)

Initialize self. See help(type(self)) for accurate signature.

Methods

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

Initialize self.

blockSignals(self, bool)

childEvent(self, QChildEvent)

children(self)

cleanUp()

connectNotify(self, QMetaMethod)

create_database()

currentThread()

currentThreadId()

customEvent(self, QEvent)

deleteLater(self)

disconnect(QMetaObject.Connection)

disconnect(self)

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(self, type, name, options, …)

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name, options, …)

findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]

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(self, msecs)

wait(self, QDeadlineTimer) -> 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)

Initialize self. See help(type(self)) for accurate signature.