Skip to main content
Solved

Split large feature in grid

  • November 28, 2013
  • 3 replies
  • 83 views

Forum|alt.badge.img
Hi,

 

 

Is it possible to split a very large feature in a grid of equal parts in order to use those splitted features in parallel processing as clipper. The split has to be processed fastly.

 

 

The problem is that it takes more than 10 hour to use this very large feature as a clipper, so the idea is that processing smaller features in parallel could be faster.

 

 

What do you think?

 

 

Best answer by david_r

Hi,

 

 

have you looked at the Tiler?

 

 

David
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.

3 replies

david_r
Celebrity
  • Best Answer
  • November 28, 2013
Hi,

 

 

have you looked at the Tiler?

 

 

David

Forum|alt.badge.img
  • Author
  • November 28, 2013
You are right, tiler will do it perfectly. I use the tiler for raster but I did not know it was working with vector features as well. Thank you!

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • November 28, 2013
Or samish, Gridbuilder in combination with a BB-extractor/replacer and clipper.

 

 

But that seems like what tiler does a swel...