Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Spatial analysis›Space-Time Getis-Ord Gi* Hot Spot Statistic
Regression modelGIS / spatial

Space-Time Getis-Ord Gi* Hot Spot Statistic

Also known as: ST-Gi*, space-time hot spot analysis, emerging hot spot analysis, space-time local autocorrelation statistic

The Space-Time Getis-Ord Gi* statistic extends the classic Gi* local hot spot measure into three dimensions — two spatial and one temporal — revealing not only where concentrations of high or low values cluster, but how those clusters evolve, intensify, or diminish over time. It is widely used in crime analysis, epidemiology, ecology, and urban studies.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Space-Time Getis-Ord Gi*
Hot Spot AnalysisLocal Getis-Ord Gi*Space-Time Local Indicat…Space-Time Spatial Autoc…Space-Time Kernel Densit…Space-Time Moran's I

When to use it

Use Space-Time Gi* when you have repeated measurements of a variable at the same set of spatial units across multiple time periods and you want to know both where clusters occur and how they change over time — for example, tracking crime hot spots over months, monitoring disease incidence across years, or mapping wildlife sightings through seasons. The method requires a reasonably large number of spatial units (generally at least 30) and enough time steps (at least 10 are recommended for reliable trend classification). Do not use it when data are available for only one or two time periods (use ordinary Gi* instead), when the spatial units change size or shape over time (geometry must be consistent), or when the variable is continuous and sampled irregularly in space (use space-time kriging instead).

Strengths & limitations

Strengths
  • Identifies not just where hot spots exist but how they evolve — persistent, emerging, intensifying, or diminishing — providing actionable temporal context.
  • Produces directly mappable z-scores and significance flags that are easy to communicate to non-specialist audiences.
  • The cube-based framework explicitly accounts for both spatial and temporal autocorrelation, reducing false positives relative to repeated cross-sectional analysis.
  • Widely supported in mainstream GIS software (ArcGIS Emerging Hot Spot Analysis, PySAL, spdep), lowering the technical barrier.
  • Flexible neighbourhood definitions (distance band, fixed count of neighbours) accommodate different spatial data structures.
Limitations
  • Trend categories (persistent, emerging, sporadic, etc.) depend on the chosen significance threshold and the number of time steps; results can shift substantially when these settings change.
  • Requires a consistent, regularly gridded or zoned spatial framework across all time periods; irregular or changing boundaries invalidate the cube structure.
  • Like all local statistics, it is sensitive to the modifiable areal unit problem (MAUP): results change with spatial resolution and zone definition.
  • No built-in covariate adjustment — confounders such as population density or socioeconomic factors are not controlled unless the input variable is pre-adjusted.
  • Assumes stationarity of the underlying spatial process; strong non-stationarity may require geographically weighted alternatives.

Frequently asked

How many time steps do I need for reliable trend classification?

Esri recommends at least 10 time steps for meaningful trend categories. With fewer steps the Mann-Kendall trend test has low power, and categories such as 'oscillating' or 'sporadic' are difficult to distinguish reliably.

What is the difference between Space-Time Gi* and Space-Time Moran's I (LISA)?

Both are local statistics that extend to space-time, but they measure different things. Gi* detects clusters of high or low absolute values (hot and cold spots). LISA detects spatial association including both clustering of similar values and spatial outliers (high values surrounded by low, or vice versa). Use Gi* when you specifically want hot spot detection; use LISA when you also care about spatial outliers.

Does Space-Time Gi* account for temporal autocorrelation?

The statistic pools neighbours across a time window, which implicitly smooths temporal variation, but it does not explicitly model temporal autocorrelation as a time-series model would. The trend classification step applies the Mann-Kendall test to the Gi* time series for each location, capturing monotonic trends.

How do I choose the spatial and temporal neighbourhood sizes?

The spatial bandwidth is typically chosen based on the scale of the phenomenon (e.g., a 500 m radius for pedestrian-scale crime) and tested for sensitivity. The temporal bandwidth should match the periodicity of the process (e.g., monthly for seasonal disease). Incremental spatial autocorrelation analysis can help identify natural breaks in spatial dependence to guide bandwidth selection.

Can I apply this method to raster data?

Yes, if you aggregate the raster to a regular grid of polygons or points over consistent time steps. Continuous raster time series can be analysed by converting each cell to a space-time cube record, though very large rasters may require computational optimisation.

Sources

  1. Getis, A., & Ord, J. K. (1992). The analysis of spatial association by use of distance statistics. Geographical Analysis, 24(3), 189-206. DOI: 10.1111/j.1538-4632.1992.tb00261.x ↗
  2. Ord, J. K., & Getis, A. (1995). Local spatial autocorrelation statistics: Distributional issues and an application. Geographical Analysis, 27(4), 286-306. DOI: 10.1111/j.1538-4632.1995.tb00912.x ↗

How to cite this page

ScholarGate. (2026, June 3). Space-Time Getis-Ord Gi* Hot Spot Statistic. ScholarGate. https://scholargate.app/en/spatial-analysis/space-time-getis-ord-gi-star

Related methods

Hot Spot AnalysisLocal Getis-Ord Gi*Space-Time Local Indicators of Spatial AssociationSpace-Time Spatial Autocorrelation

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Hot Spot AnalysisSpatial analysis↔ compare
  • Local Getis-Ord Gi*Spatial analysis↔ compare
  • Space-Time Local Indicators of Spatial AssociationSpatial analysis↔ compare
  • Space-Time Spatial AutocorrelationSpatial analysis↔ compare
Compare side by side →

Referenced by

Space-Time Kernel Density EstimationSpace-Time Moran's I

Similar methods

Space-Time Hot Spot AnalysisLocal Hot Spot AnalysisSpace-Time Local Indicators of Spatial AssociationPanel Hot Spot AnalysisLocal Getis-Ord Gi*Hot Spot AnalysisSpace-Time Spatial AutocorrelationMultiscale Getis-Ord Gi*

Related reference concepts

Geographic, Temporal, and Demographic VariationDescriptive Epidemiology of Infectious DiseaseOutbreak Investigation and Emergency ResponseHierarchical Cluster AnalysisLatent Class AnalysisDisease Outbreak Investigation and Response

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Space-Time Getis-Ord Gi* (Space-Time Getis-Ord Gi* Hot Spot Statistic). Retrieved 2026-07-21 from https://scholargate.app/en/spatial-analysis/space-time-getis-ord-gi-star · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Getis & Ord (seminal); space-time extension developed in GIS literature and ArcGIS Emerging Hot Spot Analysis
Year
1992 (Gi*); space-time extension ~2000s–2010s
Type
Local spatial statistic (space-time extension)
DataType
Georeferenced point or areal count data observed at multiple time periods
Subfamily
GIS / spatial
Related methods
Hot Spot AnalysisLocal Getis-Ord Gi*Space-Time Local Indicators of Spatial AssociationSpace-Time Spatial Autocorrelation
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account