Skip to main content
Solved

I try to group the polygon

  • July 26, 2022
  • 8 replies
  • 13 views

Forum|alt.badge.img+5

I am. try to group all CellValue as you can see I am getting 4881593 records so I need group them please find the workspace

Best answer by dustin

You can use the Dissolver after the RasterCellCoercer, with the group by set to _band{0}.value

image

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.

8 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • Best Answer
  • July 26, 2022

You can use the Dissolver after the RasterCellCoercer, with the group by set to _band{0}.value

image


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • July 26, 2022

are they give me polygon ??


dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • July 26, 2022

Ahh, you wanted to group the points instead of polygons. In that case, use the Aggregator instead of the Dissolver, and group by the same attribute. In your RasterCellCoercer, you will need to change the Output Cell Geometry from polygon to point.


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • July 26, 2022

No i want in polygon not points


dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • July 26, 2022

No i want in polygon not points

Ok, so yes the Dissolver will dissolve the boundaries between like polygons, essentially grouping them. If you want to retain all the boundaries of the polygons, you could use the Aggregator.


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • July 26, 2022

i done as you said but its taking to much time to load data Screenshot 2022-07-27 at 12.18.45 AM


dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • July 26, 2022

i done as you said but its taking to much time to load data Screenshot 2022-07-27 at 12.18.45 AM

Make sure 'Enable Feature Caching' is unchecked. Having this checked can drastically increase processing time.image


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • July 26, 2022

Make sure 'Enable Feature Caching' is unchecked. Having this checked can drastically increase processing time.image

i did but same result its take 30 mins to run the workspace and the around 45 mins to load the datat