trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.47k stars 3.01k forks source link

Feature - Geospatial function ST_GeomFromKML #23664

Open jimPeill opened 1 month ago

jimPeill commented 1 month ago

Requirements: To build a new Geospatial function, as ST_GeomFrom, in order to load Polygon from standard KML (string) input

wendigo commented 1 month ago

ESRI geometry doesn't support KML format (which is super heavy as it's XML based) so I doubt that we will add it.