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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 protected]
  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
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
2 participants