LUPTAI Project Structure

A LUPTAI model consists of a number of files and directories, however all the essential input and output data lives within a single spatialite file for each modelled scenario that is being analysed.

The LUPTAI QGIS structure inherits a degree of similarity from the prior ArcGIS plugin.

The typical project structure looks similar to the following:

Projects
├── 2021_SEQ_model
│ ├── Model.qgz
│ ├── Scenarios
│ │ ├── base_model.sqlite
│ │ └── raw_gtfs_pt_model.sqlite
│ └── ModelData
│ ├── base_model
│ └── raw_gtfs_pt_model
├── luptai_sample_project
│ ├── Model.qgz
│ ├── Scenarios
│ │ ├── base_scenario.sqlite
│ │ └── Story_bridge_removal.sqlite
│ └── ModelData
│ ├── base_scenario
│ └── Story_bridge_removal

The Scenarios folder and the spatialite (sqlite) files within store all the data comprising a scenario, along with the results of any model runs completed with that scenario. The ModelData folder contains the raw unparsed model input and output in an xml interchange format. It is not interacted with in general use.

Any project or scenario created through LUPTAI QGIS will automatically propagate the correct structure. Note that as a scenario primarily consists of a single file, this can be copied between projects freely (unlike the ArcGIS version which contained a project tracker). You can also rename a scenario, however the results tables contained within the spatialite file will not be updated correspondingly (which may or may not be important depending on your use case).

LUPTAI Scenario Structure

Now that we have seen what a luptai project looks like on disk, we examine the luptai scenario format. This may be useful if you are looking to import your own custom data into LUPTAI. Throughout this discussion it will be beneficial to be able to inspect the sample scenarios to examine the data format in more detail. This can be done with an external tool, such as DB Browser (sqlite), or directly with QGIS by adding a spatialite layer and including all the tables within a scenario file (including those without geometry).

Loading spatialite layers in QGIS.

Here we see a list of all the geometry columns and the tables with no geometry columns. We now cover the format of the tables intended to be constructed by the user, to aid in the process of importing custom data. This includes the tables network_links, network_nodes, activities_points and activities_attributes. Note that whilst any Coordinate Reference System (CRS) is supported for the import layers, they will be converted to EPSG:4283 in the scenario spatialite. Layers with invalid CRS will have the CRS EPSG:4326 manually provided to them, which may or may not produce sufficient results.

Network Nodes Table

The network nodes table contains the nodes of active transport network. The required values identify the position of the node.

Column

Data Type

Description

Example Values

Used in Computation

nodeid

INTEGER

Unique nodeid

18482

x

easting

FLOAT

382101.2809

x

northing

FLOAT

6922582.148

x

objectid

INTEGER

Auto incremented id

18411

longitude

FLOAT

Historical [1]

151.8029726

latitude

FLOAT

-27.81620836

utm_zone

INTEGER

56

shape

BLOB

Point geometry

<wkb blob>

Activities Points Table

The activity points table encodes information regarding the activity points. The node id field should not be populated, it should be set to 0. It will be updated as part of the import process to reflect the base activity transit network in the scenario. Note that the sentinel values of -1 are used to denote unsnapped nodes. Node id of -2 denotes open space activity type points which were snapped correctly, but have been excluded from the model as they are in high proximity to other open space points. The activity types currently supported in LUPTAI QGIS are [‘CHILDCARE’, ‘COMMUNITY’, ‘HOSPITAL’, ‘GP’, ‘PRIMARY SCHOOL’, ‘SECONDARY SCHOOL’, ‘TERTIARY’, ‘OPEN SPACE’, ‘SUPERMARKET’, ‘EMPLOYMENT’], noting that ‘EMPLOYMENT’ is generally supplied as an attributed activity.

Column
Data Type
Description
Example Values
Used in
Comp.

nodeid

INTEGER

node in network_nodes

226781

x

enabled

INTEGER

boolean flag to ignore
from model

1

x

act_type

VARCHAR(50)

see below

PRIMARY SCHOOL

x

id

INTEGER

unique nodeid

490

feature

VARCHAR(50)

auto incremented id

Primary School

name

VARCHAR(200)

Historical [1]

Nerang State School

label

VARCHAR(400)

Qld_Digital Cadastral
Database

source

VARCHAR(50)

QSC2020 - Landmark Data

shape

BLOB

point geometry

<wkb geometry>

Activities Attributes Table

In LUPTAI QGIS, attributed activities are only used for employment and the data format is specified as follows. Note that the given employment columns are only sample values, any non conflicting column name can be specified. These are manually associated with the respective employment types through the model run dialogue.

Column

Data Type

Description

Example Values

Used in
Comp.

emp_blue2016 [2]

FLOAT

Blue Collar emp

14.02

x

emp_white2016 [2]

FLOAT

White Collar emp

14.13

x

emp_total2016 [2]

FLOAT

Total emp

28.12

x

(arb. float cols.) [2]

FLOAT

see below

x

enabled

INT

1

x

act_type

VARCHAR(50)

see act type above

EMPLOYMENT

x

nodeid

INT

network_nodes id

17008

x

zonecode

BIGINT

zone system id (i.e. SA1)

30908126121