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")
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.