You can use the Aggregate and Con functions in the Raster Calculator.For each land use code (e.g 9, 15, 32), run the Raster Calculator tool with the expression Aggregate(Con("landuse" == <landusecode>, 1, 0), 10, "SUM", "TRUNCATE"), e.g:Aggregate(Con("landuse" == 32, 1, 0), 10, "SUM", "TRUNCATE")
Aggregate(Con("landuse" == 32, 1, 0), 10, "SUM", "TRUNCATE")
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.