Modes
- From coordinates — start from a center latitude/longitude per row and call the isochrones service to build an area by driving distance or driving time.
- Convert from JSON — start from a column of coordinate lists and close the ring to form a polygon without calling the isochrone API.
- From coordinates
- Convert from JSON
1
Polygon mode
Select From coordinates.
2
Latitude / longitude columns
Choose numeric columns for the center point of each polygon.
3
Range type
Pick Distance (kilometers) or Time (minutes) to control how large the polygons will be. For example, an area around a point with a 100 kilometer distance from the center point to the outer ring of the area is fairly. Conversely, a 5 minute drivetime distance from the center to the outer ring of the area is comparatively small.
4
Range
Select range.
Distance can be between 1–100 kilometers. Time can between 1–180 minutes.
5
Smoothing
Adjust 0–100 to simplify or round the polygon boundary; higher values yield simpler, more rounded areas/polygons.
Outputs (summary)
- From coordinates — input columns are preserved where applicable; a
geometrycolumn holds the isochrone polygon (TopoJSON). Failed rows may includeerroranderror_messagefields. - Convert from JSON — same row keys plus a
geometryTopoJSON polygon per successful conversion.