Skip to main content
Question

How can I build polygons with the same number of included objects?

  • April 20, 2016
  • 2 replies
  • 28 views

michaels
Contributor
Forum|alt.badge.img+5

We need to build polygons that all have the same number of objects inside.

As example we have buildings in a town and now we need areas with 100 buildings inside. Is there an easy way to do this with FME?

The very best answer for us may be if the polygons are topological correct. If there are no overlaps with this polygons and there are no holes between the polygons we will be most happy.

But primary for us is to create polygons with the same number of objects inside.

Thanks very much for your help.

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.

2 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • May 2, 2016

There is a post on random stratified sampling wich might help u.


mark2atsafe
Safer
Forum|alt.badge.img+59

It's simple to get polygons with 100 buildings, but not so simple to do it in a way that the polygons don't overlap. You would need to sort the data spatially, so the buildings that are next to each other are ordered consecutively. I'm working on something - because this question comes up often - but I don't know when I'll have finished.