next up previous
Next: Neighbourhood operations and filtering Up: GEOG205: Lecture 4: From Previous: GEOG205: Lecture 4: From

Distance measurement

The last lecture presented an outline of computational processes and how they are incorporated into the scripting languages of GIS. This lecture is concerned with extending our as yet limited toolbox of compound procedures from just manipulating attributes in-place, and overlaying map layers, to make use of our knowledge of where geographical objects are located. We will in turn see how distance and the measurement of distance can be introduced, next how objects close to one another may be related, and finally how to start dealing with surfaces. On Thursday, we will complete our treatment of analysis by bringing in iterative methods for viewsheds, cost accumulation, drainage, and network operations, together with interpolation methods.

Since map layers contain geometric information on where the objects and their attributes are placed, we can use this to answer more complex questions than ``what'', ``where'', and combinations of ``what'' questions, such as ``where are cells classified as inhabited in the population layer that are classified as water in the land cover layer''. We introduce questions like ``how far'', ``how near'', and the ``buffer'' concept.

  1. The spatial reference system and distance measurement

  2. Measuring distance in the raster and vector approaches

    Figure 1: Measuring the distance between M1 junctions 22 and 23.
    \begin{figure}
\begin{center}
\epsfig {file=meas.ps,width=14cm}\end{center}\end{figure}

    Figure 2: Zooming to measure with more (spurious?) precision.
    \begin{figure}
\begin{center}
\epsfig {file=meas-zoom.ps,width=14cm}\end{center}\end{figure}

  3. Buffers and their application

    Figure 3: Buffers around a layer showing watercourses.
    \begin{figure}
\begin{center}
\epsfig {file=buffer.ps}\end{center}\end{figure}

    Figure 4: Buffers around land use category quarries.
    \begin{figure}
\begin{center}
\epsfig {file=quarry.ps}\end{center}\end{figure}

    Figure 5: Quarry buffers and residential land use overlay.
    \begin{figure}
\begin{center}
\epsfig {file=quarry1.ps}\end{center}\end{figure}

  4. Triangulation and Voronoi diagrams


next up previous
Next: Neighbourhood operations and filtering Up: GEOG205: Lecture 4: From Previous: GEOG205: Lecture 4: From
Roger Bivand
2001-12-20