<h3Cell>
不是有效的 H3 单元格 ID
- h3Cell:与有效的 H3 单元格 ID 不相对应的输入值。
返回此错误的函数遇到与有效单元格 ID 不对应的输入值,或者超出了有效 H3 单元格 ID 可接受的范围。 此范围的最小值为 0x08001fffffffffff
,最大值为 0x08ff3b6db6db6db6
。 此范围内的值可能仍对应于无效的 H3 单元格 ID。
检查有问题的 H3 单元格 ID 是否有效。 如果 ID 无效,请使用 h3_isvalid SQL 函数将其筛选出来。
-- Invalid cell ID as input to the h3_resolution function.
> SELECT h3_resolution(0)
[H3_INVALID_CELL_ID] 0 is not a valid H3 cell ID
h3_boundaryasgeojson
函数h3_boundaryaswkb
函数h3_boundaryaswkt
函数h3_centerasgeojson
函数h3_centeraswkb
函数h3_centeraswkt
函数h3_compact
函数h3_distance
函数h3_h3tostring
函数h3_hexring
函数h3_ischildof
函数h3_ispentagon
函数h3_kring
函数h3_kringdistances
函数h3_maxchild
函数h3_minchild
函数h3_resolution
函数h3_stringtoh3
函数h3_tochildren
函数h3_toparent
函数h3_try_distance
函数h3_uncompact
函数h3_validate
函数