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 reading and writing polylines #215

Open
frewsxcv opened this issue May 16, 2024 · 2 comments
Open

Add support for reading and writing polylines #215

frewsxcv opened this issue May 16, 2024 · 2 comments

Comments

@frewsxcv
Copy link
Member

https://github.com/georust/polyline

@michaelkirk
Copy link
Member

Polyline is a bit different from the other geometry formats we've supported thus far. Primarily it's only for encoding a single line string.

Some outstanding questions:

  1. Do we handle multi line strings? (and how?)
  2. What do we do for other geometries?

@frewsxcv
Copy link
Member Author

Agreed the writing behavior would need to be discussed, but (I think?) the reading behavior seems pretty straightforward. Read the string, write linestring(s) as the output.

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