Decode Geobuf as GeoJSON(将 Geobuf 解码为 GeoJSON)¶
Supported in: Batch, Streaming
Decode Geobuf geometry as GeoJSON.
Expression categories: Geospatial
Declared arguments¶
- Expression: Geobuf geometry to decode.
Expression\
Output type: Geometry
Examples¶
Example 1: Base case¶
Argument values:
- Expression:
geobuf
| geobuf | Output |
|---|---|
| MgwIABoIgKDCHoCKqDc= | {"type":"Point","coordinates": [32.0, 58.0]} |
| null | null |
| MgwIABoIre7HRuzg7iY= | {"type":"Point","coordinates": [-73.989015, 40.753206]} |
中文翻译¶
将 Geobuf 解码为 GeoJSON¶
支持:批处理(Batch)、流处理(Streaming)
将 Geobuf 几何图形解码为 GeoJSON。
表达式类别: 地理空间(Geospatial)
声明的参数¶
- 表达式(Expression): 待解码的 Geobuf 几何图形。
表达式\<Geobuf>
输出类型: 几何图形(Geometry)
示例¶
示例 1:基础案例¶
参数值:
- 表达式(Expression):
geobuf
| geobuf | 输出(Output) |
|---|---|
| MgwIABoIgKDCHoCKqDc= | {"type":"Point","coordinates": [32.0, 58.0]} |
| null | null |
| MgwIABoIre7HRuzg7iY= | {"type":"Point","coordinates": [-73.989015, 40.753206]} |