trino icon indicating copy to clipboard operation
trino copied to clipboard

Support reading geometries in EWKB format.

Open umartin opened this issue 1 year ago • 1 comments

EWKB is a common binary representation for geometries.

PostGIS and Apache Sedona supports reading both WKB and EWKB formats in their ST_GeomFromBinary/WKB functions transparently.

https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Format_variations https://sedona.apache.org/latest/api/sql/Constructor/#st_geomfromwkb

umartin avatar Oct 18 '24 09:10 umartin