7. Сar accessibility
This section explains the Car accessibility branch of the Accessibility Calculator menu (Figure 1).

Figure 1. Car accessibility menu
Below, we present in detail the From location – Fixed-time departure option and then the differences for each of the three other options. Note that the car trip description is simpler than that of the transit trip and includes three components only – walk from the origin facility to the parking car, drive, and walk from the parking spot to the destination. Importantly, in the case of car accessibility, a fixed start/arrival time only makes sense.
7.1. The necessary datasets
Car routing database, see Construct Databases → Car routing database
The layer of buildings opened in the current QGIS project.
7.2. From service locations, fixed-time departure
Choose a Service Area maps → From service locations → Fixed-time departure. Enter the parameters.

Figure 2. From service locations – Fixed-time departure dialog for car accessibility
Car routing database folder — the folder of the car routing database. Must contain files: graph.pkl
, graph_rev.pkl
, dict_vertex_buildings.pkl
, dict_building_vertex.pkl
.
Output folder — the folder for storing the results of the computation.
Output alias — the alias name for the files of results and layers of visualization.
Layer of facilities — the layer of the facility buildings, may be selection set.
id — the field with the unique identifier of a facility, in the layer of buildings.
Visualization layer — the layer that will be used for visualization of accessibility maps, must be a part of the current QGIS project.
id — the field of the unique identifier of the visualization layer’s features. The identifiers must be the subset of buildings’ identifiers. More information here.
Walking distance from origin to car parking, m — a typical walking distance from the building to the parking car.
Walking distance from car parking to destination, m — a typical walking distance from the parking car to the destination.
Walking speed (km/h) — a walking speed.
Start at (hh:mm:ss) — trip start time.
Driving start/finish gap — the minimum time between two sequential activities, like arriving at the parking car and starting driving. Usually, zero or several seconds.
Maximum travel time — the maximum total trip time.
Click Run to start. The Progress bar shows the progress of the computations. You can break the process of the computations by pressing Break.
The Log tab contains the metadata about the computations (next section). The structure of the report contains details of every leg for every trip and is described in detail in the next section.
The results of the computations are stored as two CSV report files in the Output folder. The first depicts the service area and contains all buildings that can be reached from at least one of the facilities in Maximum travel time or faster. Each of these buildings is represented by the record that contains the id of the facility that served it in a minimal time, and all details of the trip between the closest origin facility and the reached building. The service area is visualized based on the Visualization layer. The service area file does not contain information on whether the building can be served by more than one facility. This information can be retrieved from the second output file, where for each origin, all served buildings that can be served and the travel time from the facility to this building are listed. This second file can be used for deeper analysis of the accessibility, for example for recognizing buildings that can be reached from half or more of the facilities. In both output files, the details of every leg for every trip are described in detail, see the next section.
7.3. From service locations accessibility report and a log file
The log file in the folder of the results stores all the settings of the run and the time the computations took (Figure 3).

Figure 3. Log file of the From service locations – fixed-time departure computations for the car
The output contains all the details of a trip to each of the buildings reachable in less than the maximum travel time from the clisest facility. The map of the output presents the total travel time form the set of facilities to each of the accessible buildings (Figure 4).
Attribute | Meaning |
---|---|
Origin_ID | The ID of the facility building |
Destination_ID | The ID of the destination building |
Duration | Total travel time |
Figure 4. The structure of the Car accessibility → Service area → From locations – fixed-time departure output file.
The example of the From service locations – Fixed-time departure computations see here.
7.4. To service locations, fixed-time arrival
Run the Service area maps → To service locations – Fixed-time arrival option. As you can see, most of the parameters of the to-accessibility computations are the same as for the from-accessibility. This regard walking distances, walking speed, and the gap between sequential activities. The major difference is in establishing facilities and served buildings – for the to-accessibility, trips start form origins and facilities are destinations (Figure 5).

Figure 5. The Destinations/Origins part of the To service locations – Fixed-time arrival dialog
In addition, the trip’s start time is substituted by the arrival time (Figure 6).

Figure 6. The Arrive time setup of the To service locations – Fixed-time arrival dialog
The Log and Result files are the same as for the from-accessibility, with minor differences that reflect the from-accessibility to the to-accessibility changes. The example of the Car accessibility maps → Service Area → To service locations – fixed-time arrival computations see here .
7.5. Car Accessibility, Region maps
The Region maps for car accessibility are built in the same way as they are built for transit accessibility, see section 6. The necessary parameters are the same as they are for computing car service areas, plus the list of attributes for aggregation. The default aggregation parameter is, just as it was for transit accessibility, the number of accessible buildings. In addition, each numeric parameter of the buildings can be selected for aggregation via the dialog option of Aggregate (Figure 7). The result of the computations is the sum of this attribute over buildings achievable in one, two, etc., time bins. The results for each of the aggregated fields are stored as a separate file in the Output folder.

Figure 7. Region maps → From/To every location - the choice of attributes for aggregation
The number of bins to split the time interval [0, Maximum travel time] must be chosen via the Number of bins box. The aggregate accessibility measures will be stored for every bin, just as the cumulative histogram frequencies. The bin width is equal to the Maximum travel time/Number of bins and the number of bins must not exceed the Maximum travel time. Typically, the Number of bins is selected in a way to have the bin’s width of 5 or 10 minutes, while a 2- or even 1-minute bin can be useful for further analysis of accessibility. If the last bin does not match the Maximum travel time, the results for the Maximum travel time are also stored. The basic file of results presents the total number of buildings that can be reached from each of the region’s buildings after every time bin:
Attribute | Meaning |
---|---|
Origin_ID | ID of the building of origin or destination |
One bin time | Total number of buildings that are accessible in 1 time-bin |
Two bins time | Total number of buildings that are accessible in 2 time-bins |
… N bins time | Total number of buildings that are accessible in N time-bins |
Maximum travel time | Total number of buildings that are accessible in maximum travel time (if the latter is not an integer number of bins) |
The thematic map presents the number of buildings reachable in Maximum travel time. Additional result files contain accessibility measures for each of the attributes chosen for aggregation. Each of these results is also presented by the thematic map. The example of the Car accessibility → Region maps → From every location – fixed-time departure computations see here.
7.6. Car accessibility to every location in the region
Run the Car accessibility → Region maps → To every location – fixed-time arrival option. As you can see, most of the parameters of the region to-accessibility computations are the same as for the from-accessibility. This regard walking distances, walking speed, and the gap between sequential activities. The major difference is in establishing origins and destinations – for to-accessibility, the buildings of the region are destinations (Figure 8).

Figure 8. The Region maps → To every location – Fixed time arrival part of the dialog
The Log and Result files are the same as for the from-accessibility, with minor differences that reflect the from-accessibility to the to-accessibility changes. The example of the Car accessibility → Region maps → To every location – fixed-time departure computations see here.