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

Add Support For EWKT #108

Open
hendursaga opened this issue Aug 18, 2023 · 3 comments
Open

Add Support For EWKT #108

hendursaga opened this issue Aug 18, 2023 · 3 comments

Comments

@hendursaga
Copy link

Extended WKT is a simple variant used in PostGIS and related software, in particular, the SRID. Presently trying to parse something like SRID=4326; throws InvalidWKT("Invalid type encountered") as the error.

It appears there already is an issue opened for the up to 4 ordinate values part of the spec.

The BNF spec provided by PostGIS would be a helpful guide.

@zdannar
Copy link

zdannar commented Sep 19, 2024

  • 1

@urschrei
Copy link
Member

As ever, @zdannar and @hendursaga, we're severely time-constrained so this is extremely unlikely to get done in the foreseeable future. If you have a requirement for it, we're happy to talk through it with a view to accepting a PR.

@zdannar
Copy link

zdannar commented Sep 20, 2024

After looking into it more, I am not sure it makes sense to include it into this code base. From what I have read, EWKT is a postgres specific format meaning that it probably should not exist in this domain.

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

3 participants