snowflake.snowpark.functions.h3_cell_to_boundary¶
- snowflake.snowpark.functions.h3_cell_to_boundary(cell_id: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the boundary of an H3 cell as a GeoJSON polygon.
- Parameters:
cell_id (ColumnOrName) – The H3 cell IDs.
- Returns:
The boundary of the H3 cell as a GeoJSON polygon string.
- Return type:
- Example::