Skip to main content
Solved

How to use VoronoiDiagrammer to clip circles?

  • October 8, 2019
  • 7 replies
  • 22 views

dataninja
Forum|alt.badge.img

Hi everyone,

This is what I have currently:

 

And this is what I want:

 

Thanks for helping in advance!

Best answer by ebygomm

I would use a VoronoiDiagrammer for this, get centrepoints from the circles (or maybe you have them to start) then send into a VoronoiDiagrammer setting the radial limit to whatever size your circles should be

 

VoronoiDiagrammer_nonoverlappingCircles.fmw

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

7 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • October 8, 2019

I would use a VoronoiDiagrammer for this, get centrepoints from the circles (or maybe you have them to start) then send into a VoronoiDiagrammer setting the radial limit to whatever size your circles should be

 

VoronoiDiagrammer_nonoverlappingCircles.fmw


dataninja
Forum|alt.badge.img
  • Author
  • 44 replies
  • October 8, 2019

I would use a VoronoiDiagrammer for this, get centrepoints from the circles (or maybe you have them to start) then send into a VoronoiDiagrammer setting the radial limit to whatever size your circles should be

 

VoronoiDiagrammer_nonoverlappingCircles.fmw

Did you mean to say "VoronoiDiagrammer" or "VoronoiCellGenerator"?


dataninja
Forum|alt.badge.img
  • Author
  • 44 replies
  • October 8, 2019

I would use a VoronoiDiagrammer for this, get centrepoints from the circles (or maybe you have them to start) then send into a VoronoiDiagrammer setting the radial limit to whatever size your circles should be

 

VoronoiDiagrammer_nonoverlappingCircles.fmw

Btw, what am I supposed to use for the azimuth attribute?


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 8, 2019

Btw, what am I supposed to use for the azimuth attribute?

VoronoiDiagrammer


dataninja
Forum|alt.badge.img
  • Author
  • 44 replies
  • October 8, 2019

VoronoiDiagrammer

Thanks, btw it doesnt seem to work with EPSG:4326. Do I need to convert it to a different coordinate system?


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 8, 2019

Thanks, btw it doesnt seem to work with EPSG:4326. Do I need to convert it to a different coordinate system?

Yes, you'll probably need to reproject. I don't think it will work with geographic coordinates.


dataninja
Forum|alt.badge.img
  • Author
  • 44 replies
  • October 8, 2019

Yes, you'll probably need to reproject. I don't think it will work with geographic coordinates.

what is the projection of your sample points (416.3785 -174.6192)? Do you know how I can convert my lat/lng to that coordinate system?