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
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
i done as you said but its taking to much time to load data
Make sure 'Enable Feature Caching' is unchecked. Having this checked can drastically increase processing time.
Make sure 'Enable Feature Caching' is unchecked. Having this checked can drastically increase processing time.
i did but same result its take 30 mins to run the workspace and the around 45 mins to load the datat
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.