6.6.2. aequilibrae.create_gtfsdb

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

Bases: WorkerThread

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

Methods

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

blockSignals(self, b)

childEvent(self, a0)

children(self)

cleanUp()

connectNotify(self, signal)

create_database()

currentThread()

currentThreadId()

customEvent(self, a0)

deleteLater(self)

disconnect(-> bool)

disconnectNotify(self, signal)

doWork()

dumpObjectInfo(self)

dumpObjectTree(self)

dynamicPropertyNames(self)

event(self, event)

eventDispatcher(self)

eventFilter(self, a0, a1)

exec(self)

exec_(self)

exit(self[, returnCode])

findChild(-> QObject)

findChildren(...)

idealThreadCount()

import_gtfs()

inherits(self, classname)

installEventFilter(self, a0)

isFinished(self)

isInterruptionRequested(self)

isRunning(self)

isSignalConnected(self, signal)

isWidgetType(self)

isWindowType(self)

killTimer(self, id)

loopLevel(self)

metaObject(self)

moveToThread(self, thread)

msleep(a0)

objectName(self)

parent(self)

priority(self)

property(self, name)

pyqtConfigure(...)

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

quit(self)

receivers(self, signal)

removeEventFilter(self, a0)

requestInterruption(self)

run(self)

sender(self)

senderSignalIndex(self)

setEventDispatcher(self, eventDispatcher)

setObjectName(self, name)

setParent(self, a0)

setPriority(self, priority)

setProperty(self, name, value)

setStackSize(self, stackSize)

setTerminationEnabled([enabled])

set_chunk_size(chunk_size)

signalsBlocked(self)

sleep(a0)

stackSize(self)

start(self[, priority])

startTimer(self, interval[, timerType])

stop()

terminate(self)

thread(self)

timerEvent(self, a0)

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

usleep(a0)

wait(-> bool)

yieldCurrentThread()

Attributes

HighPriority

HighestPriority

IdlePriority

InheritPriority

LowPriority

LowestPriority

NormalPriority

TimeCriticalPriority

converting_gtfs

destroyed

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

finished

finished(self) [signal]

jobFinished

objectNameChanged

objectNameChanged(self, objectName: str) [signal]

started

started(self) [signal]

staticMetaObject

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