Skip to content

Support Curve type #510

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

Closed
meSuperMario opened this issue Mar 3, 2025 · 1 comment
Closed

Support Curve type #510

meSuperMario opened this issue Mar 3, 2025 · 1 comment

Comments

@meSuperMario
Copy link

Support Curve Type

is there a way to Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON or MULTISURFACE to MULTIPOLYGON?
i notice postgis support this feature use ST_CurveToLine function

@Maxxen
Copy link
Member

Maxxen commented Apr 7, 2025

Hello! There are no plans to support circular geometry types. If you have a mixed geometry table and containing some circular string in WKT or WKB format you can use the SQL try_cast (e.g. TRY_CAST(input AS GEOMETRY)) construct to convert these to null while still converting the other supported geometries.

@Maxxen Maxxen closed this as completed Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants