Skip to main content

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

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

image


are they give me polygon ??


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.


No i want in polygon not points


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.


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


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


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


Reply