跳转至

Get neighbors of an H3 index(获取 H3 索引的相邻索引)

Supported in: Batch, Faster, Streaming

Get all neighbors of an H3 index.

Expression categories: Geospatial

Declared arguments

  • Expression: A valid H3 index.
    Expression\

Output type: Array\

Examples

Example 1: Base case

Argument values:

  • Expression: h3Index
h3Index Output
8843a13687fffff [ 8843a13681fffff, 8843a13683fffff, 8843a13685fffff, 8843a136abfffff, 8843a136b9fffff, 8843a136bdfffff ]
85283473fffffff [ 8528340bfffffff, 8528340ffffffff, 85283447fffffff, 85283463fffffff, 85283477fffffff, 8528347bfffffff ]
860800007ffffff [ 860800017ffffff, 86080001fffffff, 860800027ffffff, 86080002fffffff, 860800037ffffff ]
Invalid h3 index null
null null


中文翻译

获取 H3 索引的相邻索引

支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)

获取某个 H3 索引的所有相邻索引。

表达式类别: 地理空间(Geospatial)

声明的参数

  • 表达式: 一个有效的 H3 索引。
    表达式\

输出类型: 数组\

示例

示例 1:基本情况

参数值:

  • 表达式: h3Index
h3Index 输出(Output)
8843a13687fffff [ 8843a13681fffff, 8843a13683fffff, 8843a13685fffff, 8843a136abfffff, 8843a136b9fffff, 8843a136bdfffff ]
85283473fffffff [ 8528340bfffffff, 8528340ffffffff, 85283447fffffff, 85283463fffffff, 85283477fffffff, 8528347bfffffff ]
860800007ffffff [ 860800017ffffff, 86080001fffffff, 860800027ffffff, 86080002fffffff, 860800037ffffff ]
无效的 H3 索引 null
null null