Geometries are represented as x and y coordinate pairs, typically stored in two separate columns.
Referenced by: Parquet Geometry Encoding
Properties
| Property | Details |
|---|---|
| type | The type of encoding used for the geometries in the parquet file. Valid value of this property location |
| xField | The name of the field in the Parquet file that contains the x values. |
| yField | The name of the field in the Parquet file that contains the y values. |