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

Support WKT output in CSV Formatter #1925

Open
allenj opened this issue Feb 6, 2025 · 0 comments
Open

Support WKT output in CSV Formatter #1925

allenj opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@allenj
Copy link

allenj commented Feb 6, 2025

Is your feature request related to a problem? Please describe.
The current CSV Formatter only supports points. If my collection uses other geometry types these aren't included in the CSV output.

Describe the solution you'd like
Output geometries in WKT

Describe alternatives you've considered
Retain the x and y columns and include a separate "geometry" or "wkt" column so x, y columns can be utilized by other tooling.

Additional context
WKT contains commas so WKT will need to be quoted. Also, it might be beneficial to specify within a resource whether or not to include WKT, x/y coordinates, or nothing.

@allenj allenj added the enhancement New feature or request label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant