Skip to content

Commit

Permalink
Update src/main/thrift/parquet.thrift
Browse files Browse the repository at this point in the history
Co-authored-by: Dewey Dunnington <[email protected]>
  • Loading branch information
wgtmac and paleolimbot authored Sep 20, 2024
1 parent 79aedb0 commit 89bfac7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,13 @@ enum GeometryEncoding {
* Well-known binary (WKB) representations of geometries.
*
* To be clear, we follow the same rule of WKB and coordinate axis order from
* GeoParquet [1][2]. It is the ISO WKB supporting XY, XYZ, XYM, XYZM and the
* standard geometry types (Point, LineString, Polygon, MultiPoint,
* MultiLineString, MultiPolygon, and GeometryCollection).
* GeoParquet [1][2]. Geometries SHOULD be encoded as ISO WKB [3][4]
* supporting XY, XYZ, XYM, XYZM and the standard geometry types
* Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon,
* and GeometryCollection). Coordinate order is always (x, y) where x is
* easting or longitude and y is northing or latitude. This ordering explicitly
* overrides the axis order as specified in the CRS following the GeoPackage
* specification [5].
*
* This is the preferred encoding for maximum portability. It also supports
* GeometryStatistics to be set in the column chunk and page index.
Expand Down

0 comments on commit 89bfac7

Please sign in to comment.