Kogenta Connect
WorkflowsEnrichments

Isochrone

How the isochrone enrichment works in Kogenta Connect workflows.

An isochrone generates a polygon representing the area reachable from a point within a given travel time or distance. This is essential for accessibility and catchment area analysis.

How it works

  1. You specify which query to enrich and which columns contain latitude and longitude
  2. You choose a transport mode (car, pedestrian, bicycle, etc.)
  3. You set the range - either a travel time (in minutes) or a travel distance (in meters)
  4. The enrichment generates a polygon showing the reachable area from each point
  5. The resulting geometries are added as a new column in the output

Use cases

  • Mapping how far customers can travel to reach a store within 15 minutes
  • Comparing accessibility between different locations
  • Identifying underserved areas outside travel-time thresholds

Transport modes

Isochrone analysis supports the following transport modes:

  • Car
  • Pedestrian
  • Truck
  • Bicycle
  • Scooter
  • Taxi
  • Bus
  • Private bus

Range types

Range typeDescriptionExample
TimeArea reachable within a given travel time10 minutes by car
DistanceArea reachable within a given travel distance5 kilometers on foot

Configuration

SettingDescription
Source queryThe query whose results contain the point data
Latitude columnThe column containing latitude values
Longitude columnThe column containing longitude values
Transport modeHow the person or vehicle travels
Range typeWhether to measure by time or distance
Range valueThe time (minutes) or distance (meters)
Output columnThe name for the new geometry column

On this page