Skip to main content
Point-in-Polygon adds a boolean column that is true when the polygon’s interior contains the point and false otherwise. Points exactly on the boundary are not counted as inside. Use it after you have prepared compatible geometry columns — for example points from Geocode and polygons from Polygon.

Input expectations

  • Point column — a Object column in GeoJSON Point form.
  • Polygon column — a Object column holding TopoJSON polygon data

Configuration

1

Point column

Choose the column that contains each GeoJSON Point.
2

Polygon column

Choose the column that contains each TopoJSON polygon to test against.

Output

The tool appends a point_in_polygon boolean column with one value per input row.