H3 to geometry(H3 转几何图形(H3 to geometry))¶
Supported in: Batch, Faster, Streaming
Convert H3 index to polygon.
Expression categories: Geospatial
Declared arguments¶
- Expression: A valid H3 index.
Expression\
Output type: Geometry
Examples¶
Example 1: Base case¶
Argument values:
- Expression:
h3
| h3 | Output |
|---|---|
| 8029fffffffffff | {"type":"Polygon","coordinates":[[[-121.3366283326517,28.653019311484535],[-110.25748485653355,36.80... |
| 85283473fffffff | {"type":"Polygon","coordinates":[[[-121.91508032705622,37.2713558667319],[-121.86222328902491,37.353... |
| 8f2d55c256ac883 | {"type":"Polygon","coordinates":[[[39.99999168658859,45.00000521415798],[39.99999036498484,45.000000... |
中文翻译¶
H3 转几何图形(H3 to geometry)¶
支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
将 H3 索引转换为多边形。
表达式类别: 地理空间(Geospatial)
声明的参数¶
- 表达式(Expression): 一个有效的 H3 索引。
表达式\
输出类型: 几何图形(Geometry)
示例¶
示例 1:基本情况¶
参数值:
- 表达式(Expression):
h3
| h3 | 输出(Output) |
|---|---|
| 8029fffffffffff | {"type":"Polygon","coordinates":[[[-121.3366283326517,28.653019311484535],[-110.25748485653355,36.80... |
| 85283473fffffff | {"type":"Polygon","coordinates":[[[-121.91508032705622,37.2713558667319],[-121.86222328902491,37.353... |
| 8f2d55c256ac883 | {"type":"Polygon","coordinates":[[[39.99999168658859,45.00000521415798],[39.99999036498484,45.000000... |