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

Question how to use idw in combination with Bounded Voronoi #94

Open
glennvdv opened this issue Jan 24, 2023 · 0 comments
Open

Question how to use idw in combination with Bounded Voronoi #94

glennvdv opened this issue Jan 24, 2023 · 0 comments

Comments

@glennvdv
Copy link

glennvdv commented Jan 24, 2023

I'm currently working on an application that should display vector data in a polygon.
I have 2 types of data:

  • one which have a few points in a polygon (ex 5 points), here i have to generate more points by idw to have a smooth result
  • one which have a lot of points in a polygon (25000 points), here i just have to create the voronoi diagram
    The result has to be served in leaflet, so i was thinking of sending al the voronoi polygons to the frontend.

I'm currently stuck on what is the best approach with this library. If you want i can give you a sample set of data.

The result should be something like this (generated with qgis) but with the blank spot on the bottom interpolated

image

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