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

For geometries replace WKT with GeoJSON #78

Open
SvenVw opened this issue Feb 17, 2025 · 0 comments · May be fixed by #80
Open

For geometries replace WKT with GeoJSON #78

SvenVw opened this issue Feb 17, 2025 · 0 comments · May be fixed by #80
Assignees
Milestone

Comments

@SvenVw
Copy link
Owner

SvenVw commented Feb 17, 2025

Currently fdm-core expects WKT as input and returns WKT as output for geometry columns. However, at fdm-app we need for various dependencies to use GeoJSON. This is fine a as we can convert with the wkx library between WKT/WKB and GeoJSON. But the wkx library is currentely not updated anymore and becomes outdated as it cannot be used at the browser and causes some warningst at building the package. Also at #75 an bug is introduced that has somewhat to do with the internals at wkx.
To simplify things, I would propose to drop wkx as a dependency and use from now on GeoJSON as format to communicate about geometries

@SvenVw SvenVw added this to the Alpha release milestone Feb 17, 2025
@SvenVw SvenVw self-assigned this Feb 17, 2025
@SvenVw SvenVw linked a pull request Feb 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant