Kogenta Connect
WorkflowsEnrichments

Buffer

How the buffer enrichment works in Kogenta Connect workflows.

A buffer creates a circular area around each point in your data. This is useful for proximity analysis - for example, finding all points of interest within a certain distance of your store locations.

How it works

  1. You specify which query to enrich and which columns contain latitude and longitude
  2. You set the buffer distance (in meters or kilometers)
  3. The enrichment generates a polygon (buffered geometry) around each point
  4. The resulting geometries are added as a new column in the output

Use cases

  • Defining catchment areas around retail locations
  • Identifying overlap between service areas
  • Creating proximity zones for spatial analysis

Configuration

SettingDescription
Source queryThe query whose results contain the point data
Latitude columnThe column containing latitude values
Longitude columnThe column containing longitude values
DistanceThe buffer radius (e.g., 500 meters, 2 kilometers)
Output columnThe name for the new geometry column

On this page