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")
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.