Bounding Box Filter

Filters data based on whether a WKT geometry object is contained in customizable bounding box.

Node description

This node takes as input a table with a column containing geometry objects encoded in Well Know Text (WKT) format and the coordinates of a bounding box. The node outputs a filtered version of the input table like, containing only entries for which the geometry is contained in the given bounding box.

Configuration options

  • Geometry Column Column containing geometry objects encoded in WKT format.
  • Coordinate Input Format Either {lon, lat} or {lat, lon}, accordingly to the input format.
  • Min Y The minimum Latitude of the bounding box.
  • Max Y The maximum Latitude of the bounding box.
  • Min X The minimum Longitude of the bounding box.
  • Max X The maximum Longitude of the bounding box.

Inputs and outputs

  • Input port Input Data - Table to be filtered.
  • Output port Filtered Data - This port contains the rows that fall within the bounding box area selected in the settings.