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

Output polygons instead of line segments for viewshed #1

Open
chrismgrayftsinc opened this issue Dec 2, 2021 · 1 comment
Open

Comments

@chrismgrayftsinc
Copy link

The current algorithm outputs an amount of line segments proportional to the radius of the viewshed being calculated. For large viewsheds, this creates a wastefully large geojson. The line segments could be merged into polygons (which would probably not be exactly correct, but would be better) or a different algorithm could be used.

@chrismgrayftsinc
Copy link
Author

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