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

TODO: core.algorithms.simplfy.loop() -- needs to be vectorized #11

Open
jGaboardi opened this issue Jul 31, 2024 · 2 comments
Open

TODO: core.algorithms.simplfy.loop() -- needs to be vectorized #11

jGaboardi opened this issue Jul 31, 2024 · 2 comments
Assignees

Comments

@jGaboardi
Copy link
Collaborator

Start of core.algorithms.simplfy.loop()

    dropped = edges[es_mask].geometry.item()
    segments = list(
        map(
            shapely.LineString,
            zip(dropped.coords[:-1], dropped.coords[1:], strict=True),
        )
    )  # TODO: vectorize this

xref uscuni/simplification#95

@martinfleis
Copy link
Contributor

Hey, this is censorship! 😂

@jGaboardi
Copy link
Collaborator Author

🤬 Please do the same for me when I reach that level of frustration. 🤬

@jGaboardi jGaboardi transferred this issue from uscuni/simplification Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants