Proximity analysis


Proximity analysis is a class of spatial analysis tools and algorithms that employ geographic distance as a central principle. Distance is fundamental to geographic inquiry and spatial analysis, due to principles such as the friction of distance, Tobler's first law of geography, and Spatial autocorrelation, which are incorporated into analytical tools. Proximity methods are thus used in a variety of applications, especially those that involve movement and interaction.

Distance measures

All
proximity analysis tools are based on a measure of distance between two locations. This may seen as a simplistic geometric measurement, but the nature of geographic phenomena and geographic activity requires several candidate methods to measure and express distance and distance-related measures.
There are a variety of tools, models, and algorithms that incorporate geographic distance, due to the variety of relevant problems and tasks.
  • Buffers, a tool for determining the region that is within a specified distance of a set of geographic features.
  • Cost distance analysis, algorithms for finding optimal routes through continuous space that minimize distance and/or other location dependent costs.
  • Voronoi diagram, also known as Thiessen polygons, an algorithm for partitioning continuous space into a set of regions based on a set of point locations, such that each region consists of locations that are closer to one of the points than any others.
  • Distance decay, based on the Inverse square law, a mathematical model of how the influence of a phenomenon tends to be inversely proportional to the distance from it. A Gravity model is a similar model.
  • Location analysis, a set of algorithms for finding the optimal locations of a limited set of points that minimize the aggregate distance to another set of points. A commonly used example is Lloyd's algorithm.
  • Distance matrix, an array containing the distances between any two points in a set. This is frequently used as the independent variable in statistical tests of whether the strength of a relationship is correlated with distance, such as the volume of trade between cities.
  • Transport network analysis, a set of algorithms and tools for solving a number of distance routing problems when travel is constrained to a network of one-dimensional lines, such as roads and utility networks. For example, the common task of finding the shortest route from point A to point B, which is typically solved using Dijkstra's algorithm