Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geospatial function ST_GeomFromKML #24297

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

umartin
Copy link
Contributor

@umartin umartin commented Nov 28, 2024

Description

closes #23664

This PR adds ST_GeomFromKML for converting KML fragments to geometries.

Additional context and related issues

Issue #23664

Postgis docs: https://postgis.net/docs/ST_GeomFromKML.html
Apache Sedona docs: https://sedona.apache.org/latest/api/sql/Constructor/#st_geomfromkml

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: Add geospatial constructor ST_GeomFromKML

Copy link

cla-bot bot commented Nov 28, 2024

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Martin Andersson.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@github-actions github-actions bot added the docs label Nov 28, 2024
Copy link

This pull request has gone a while without any activity. Tagging for triage help: @mosabua

@github-actions github-actions bot added the stale label Dec 20, 2024
@mosabua mosabua requested a review from martint January 9, 2025 20:33
@wendigo wendigo merged commit 88846bf into trinodb:master Jan 10, 2025
23 checks passed
@github-actions github-actions bot added this to the 469 milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Feature - Geospatial function ST_GeomFromKML
4 participants