Select to view content in your preferred language

Analyzing raster data, how to know how much within a state polygon

632
2
a week ago
Labels (1)
RebeccaSchewe
Occasional Contributor

I have some raster data for the US. It is this dataset, classifying land into 8 different classes. 

I need to figure out how to analyze how much of each land class is inside a state. (For example, Minnesota has ### sq km of class 1). What tools or steps might be appropriate for this?

I'm a bit stumped because since it's raster data there is no field in the table for the class and I tried converting the raster to polygon (took three days!) and it didn't create a field for the class. 

What might be appropriate?

Thanks! 

0 Kudos
2 Replies
DavidPike
MVP Notable Contributor

Tabulate Area (Spatial Analyst)—ArcGIS Pro | Documentation

Then calculate the area from the raster cell size.

Priya_Das11
Esri Contributor

Hi @RebeccaSchewe

You can use Tabulate Area (Spatial Analyst): https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/tabulate-area.htm

If you working in Enterprise you can use this tool: Summarize Raster Within (Raster Analysis) https://pro.arcgis.com/en/pro-app/latest/tool-reference/raster-analysis/summarize-raster-within.htm

0 Kudos