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

Adding geojson.utils.lines()? #142

Open
deeplook opened this issue Apr 8, 2020 · 0 comments
Open

Adding geojson.utils.lines()? #142

deeplook opened this issue Apr 8, 2020 · 0 comments

Comments

@deeplook
Copy link

deeplook commented Apr 8, 2020

While I use geojson.utils.coords() to get coordinates out of a GeoJSON file, sometimes I want to have lines that I can plot more directly. So I created a function to iterate over such lines, see https://github.com/deeplook/spheromones/blob/master/utils.py#L98. This is used in that repo (with a binder interface) to render GeoJSON as lines on a sphere (there I don't use geojson.utils.coords(), but I could, and do elsewhere ;).

So my question or feature request would be for the authors of this geojson package to think about adding such a function to iterate over lines to this package, maybe in a modified better form?

@deeplook deeplook changed the title Adding geojson.utils.lines()? Adding geojson.utils.lines()? Apr 8, 2020
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

1 participant