Difference between revisions of "Calculating Street Intersection Density in QGIS"

From CUOSGwiki
Jump to navigationJump to search
Line 16: Line 16:
   
 
===Finding Data===
 
===Finding Data===
  +
Data for this tutorial was found through the City of Ottawa's Open Data Website. [https://open.ottawa.ca/ HERE]
  +
  +
However, to acquire spatial data for use in QGIS for other cities there are many open data resources including Open Data Catalogues, Open City, etc. A simple Google search of the name of the city and the words “open data” next to it should give you at least a couple options.
  +
  +
Follow along into the next section to learn how to do this tutorial step by step.
   
 
==Tutorial==
 
==Tutorial==

Revision as of 20:33, 23 December 2021

Introduction

Purpose

Street intersection density is a useful measure of network connectivity. This tutorial will show how to calculate street intersection density using QGIS. The analysis of calculating street intersection density is commonly used in transportation design, to scope out the best walkability of neighbourhoods and bike paths. This tutorial aims to demonstrate how to use spatial analysis in understanding spatial patterns for urban accessibility while also learning how to use an open-source GIS software available for anyone. In the end, creating a map showing intersection density across a city. This is useful for people in urban planning and land use planning.

For example, this tutorial will be calculating the street intersection density of the city of Ottawa.

About QGIS

QGIS (Quantum GIS) is a free and open-source GIS program released under the GNU General Public License. It has a wide variety of features that facilitate the display, analysis, and publishing of spatial data (QGIS, n.d.). In the context of this tutorial, vector data editing and creating grids will be demonstrated. QGIS is available for download on a variety of operating systems from Windows, Mac, Linux, BSD and mobile devices.

Note

The QGIS version used here in this tutorial is 3.14 on a Windows operating system. When trying this tutorial, if you are using a previous or updated version of QGIS or on a different operating system, please keep in mind there may be differences in the figures and instructions used in this tutorial.

Getting Started

Acquiring QGIS

To begin, download the latest version of QGIS on your operating system. QGIS is available for download on their website. HERE

Finding Data

Data for this tutorial was found through the City of Ottawa's Open Data Website. HERE

However, to acquire spatial data for use in QGIS for other cities there are many open data resources including Open Data Catalogues, Open City, etc. A simple Google search of the name of the city and the words “open data” next to it should give you at least a couple options.

Follow along into the next section to learn how to do this tutorial step by step.

Tutorial

Download Data

Clipping The Road Network to the City Boundary

Conclusion

Resources