Isochrones

Isochrones show not just the physical distance between places but the amount of time it takes to get from one spot to another.

Select Analysis > Routing > Isochrones.

This opens the Isochrones dialog:

Select one of the options.

  1. Shortest - Show all locations that can be reached via a route shorter than the distance entered as a Limiting value
  2. Well-known- choice of well-known mapping networks.
  3. Custom Expression - Select this option to use an expression to calculate the isochrone. For example, an expression may be used to take into account the speed limits on the roads in order to calculate an isochrone based on time rather than distance.

Well-known Route options

TIP: Many of these options are similar to the ones available in other routing options.

Custom Expression

You can also use the SQL Control Bar from the View ribbon tab to create routes.

For instance to create a route from each Fire Station to each Incident that the Station responded to, you can create a SQL statement as follows.

.create stationIncidents
Select st_findroute(Incidents.sis_geometry,Stations.sis_geometry,
'{"OSRM":{"File":"British Isles.osrm"}}') 
from Incidents join Stations on Incidents.Station_Name = Stations.Station_Name;

Creating an isochrone (Example):

  1. Select Analysis > Routing > Isochrones.
  2. Scroll down the list to select OS (GB) ITN.
  3. In the Limiting value edit text box, type the value 2 (this is a route cost of 2 mins)
  4. Set the Buffer radius to 50 •
  5. From the Create dropdown, select QZone
  6. Tick the Apply default styles tickbox
  7. Click OK.
  8. Click on the map at your chosen start position.
  9. The Isochrone is created as below.