Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GISRUK 2015

Michalis
April 22, 2015

GISRUK 2015

National scale application of a Huff gravity model for the estimation of town centre retail catchment area

Michalis

April 22, 2015
Tweet

More Decks by Michalis

Other Decks in Research

Transcript

  1. Michail Pavlis, Les Dolega, Alex Singleton University of Liverpool National-scale

    application of a Huff gravity model for the estimation of town centre retail catchment area
  2. Introduction • A retail catchment can be defined as the

    area from which a retail centre will attract its customers. • Our objective was to estimate retail catchment areas at small area level (LSOA) based on retail centre attractiveness while considering the position of a retail centre within a hierarchy of other retail centres.
  3. Overview • Description of the Huff retail gravity model. •

    Development of the parameters of the model i.e. an indicator of retail centre attractiveness and a measure of distance. • Development of the huff-tools library in R. • Model testing.
  4. The Huff Model • The probability of a person from

    the origin i patronising a retail centre in destination j is inversely proportional to distance and influenced by some measure of retail centre attractiveness. = − − =1 • The exponents α (alpha) and β (beta) model the nonlinear relationship of the parameters. • The denominator is the sum of the numerator values conditional on origin, i.e. singly constrained or production constrained model.
  5. Retail Centre Attractiveness • Attractiveness was considered to be positively

    related to retail centre size and negatively related to distance. • Five variables were used: • Total number of units (S). • Number of comparison units (C). • Number of leisure retail units (L). • Number of anchor stores (An). • Number of vacant units (V). • Aj = (Sj -Vj )Cj Lj Anj
  6. Retail Centre Attractiveness • Occupancy data for 1312 town centres.

    • Central London was an outlier (>20000 businesses), 27 retail cores were used instead. • The five variables were standardised to the range 1 to 100.
  7. Retail Centre Hierarchy • The Attractiveness score was used to

    classify the retail centres into 5 groups so as to model retail centre hierarchy. • Natural Breaks (Jenks) were used to select the threshold values. • Retail centre hierarchy formed the basis for developing the beta exponent. • A unique beta value was used for each hierarchy group.
  8. Distance • The shortest path distance between each LSOA centroid

    and the boundary of each retail centre was measured using Dijkstra’s algorithm. • The road network from the Meridian 2 (Ordnance Survey) dataset was used. • Any retail centre within walking distance (<500 m) was considered to be primary destination. • For those entries the attractiveness score was raised to the power of 2, i.e. α = 2, for all other entries α = 1.
  9. The huff-tools library • The analysis was carried out using

    the R programming language and the huff-tools library was developed which is publicly available in the CDRC GitHub repository(1). • The huff-tools library provides functions to: • Clean the road network from self-connected parts using the Breadth-First-Search algorithm. • Calculate the shortest path and Euclidean distance. • Calculate the Huff probabilities. • Select and extract catchment areas based on the Huff probabilities. (1) https://github.com/ESRC-CDRC/huff
  10. Model Testing • A reference model was developed by assigning

    the following beta values (in decreasing hierarchical order): • -1.2, -1.4, -1.6, -1.8, -2.0 • Model 1 was applied by increasing all beta values by 0.1. • Model 2 was applied by decreasing beta values by -0.1. • Model 3 had a fixed alpha value for all entries equal to 1. • Model 4 used the distance to the retail centre centroid. • For model comparison the total and primary catchment area of each retail centre were used. • Total catchment area includes LSOAs where the Huff probability is higher towards a particular retail centre while for primary catchments the Huff probability is >0.5.
  11. Model Testing • By increasing β by 0.1, total and

    primary catchment area are decreasing across all groups of retail centres. This might be due to greater competition and cannibalisation of the Huff probabilities as attractiveness decays at a slower rate over distance. • The catchment area increases as β decreases by -0.1, most likely due to reduced competition among the retail centres as attractiveness decays at a faster rate over distance. • By setting α=1 the catchment area of smaller retail centres is reduced.
  12. Model Testing • Using the distance to centroid of the

    destinations might result in underestimating the catchment area.
  13. Future Work • Our next objective is to calibrate the

    model using data of actual patronage probability. • A mixed effects regression model with a random slope conditional on hierarchy level could be used to estimate different beta values for each hierarchy level. • Model selection could also be used to verify whether a simpler model might perform better e.g. a model with 4 levels of hierarchy instead of 5.