H3 example - detecting flight holding pattern (Databricks SQL)

The example notebook on this page illustrates:

  • How to use h3_longlatash3 to get an H3 cell from latitude and longitude values.

  • How to use h3_centeraswkt to get the centroid of the H3 cell as WKT (Well Known Text).

  • How to use h3_h3tostring for rendering with KeplerGL.

  • How to use h3_hexring so that overlapping data are not lost at the boundary of a cell.

  • How to use h3_distance between two grid cells and to apply windowing used for lag distances.

  • How to render analysis results with kepler.gl.

See the example Python Notebook:

H3 Detect Flight Holding Pattern Tables Python notebook

Open notebook in new tab