<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函数