Spatial Indexes
Components to operate with spatial indexes: H3 and Quadbin. Learn more about how to leverage spatial indexes in your analyses.
H3 Boundary
Description
This component takes a table with H3 cell indices and generates a new one with an additional column containing the boundaries of those H3 cells.
Inputs
Source table [Table]
H3 column [Column]
Outputs
Result table [Table]
External links
H3 Center
Description
This component adds a new column containing the centers of H3 cells.
Inputs
Source table [Table]
H3 column [Column]
Outputs
Result table [Table]
:
External links
H3 from GeoPoint
Description
This component adds a new column containing the indices of H3 cells corresponding to points.
Inputs
Source table [Table]
Points column [Column]
Resolution [Number]
Outputs
Result table [Table]
External links
H3 Polyfill
Description
This generates a table with indices of all H3 cells included within a given extent for a given resolution.
The extent is specified using a table with polygons.
Inputs
Source table [Table]
Geo column [Column]
Resolution [Number]
Outputs
Result table [Table]
:
External links
Quadbin Boundary
Description
This component takes a table with Quadbin cell indices and generates a new one with an additional column containing the boundaries of those Quadbin cells.
Inputs
Source table [Table]
Quadbin column [Column]
Outputs
Result table [Table]
External links
Quadbin Center
Description
This component adds a new column containing the centers of Quadbin cells.
Inputs
Source table [Table]
Quadbin column [Column]
Outputs
Result table [Table]
External links
Quadbin from GeoPoint
Description
This component adds a new column containing the indices of Quadbin cells corresponding to points.
Inputs
Source table [Table]
Points column [Column]
Resolution [Number]
Outputs
Result table [Table]
External links
Quadbin Polyfill
Description
This generates a table with indices of all Quadbin cells included within a given extent for a given resolution.
The extent is specified using a table with polygons.
Inputs
Source table [Table]
Geo column [Column]
Resolution [Number]
Outputs
Result table [Table]
External links
Last updated
Was this helpful?