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")
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.