"

3. Work with Attribute Table (1): Calculate statistics &

Our next step is to analyze the overall land use/land cover status in the study area. We have been inspecting the spatial data using visual aids, such as changing symbology and creating maps. Additionally, we will now utilize tools for the attribute table of the spatial data to obtain statistics and calculate fields as percentages.

1. Open the NLCD2024_polygon_Dissolve attribute table (right-click NLCD2024_polygon_Dissolve and click Attribute Table)

2. First, find the total area of Monroe County. Right-click Shape_Area, and click Visualize Statistics

3. Write down the Sum value in the Chart Properties.

Now, let’s calculate the percentage of each LULC class in Moroe County.

4. Back to the NLCD2024_polygon_Dissolve attribute table, right-click Shape_Area, click Calculate Field, and fill in the parameters like the figure below:

Screenshot of the "Calculate Field" tool in GIS software, configuring a new field named "LULC_pct" in the "NLCD2024_polygon_Dissolve" table. The field type is set to 32-bit float, and the expression type is Python. The expression editor includes fields like OBJECTID, Shape, ClassName, Shape_Length, and Shape_Area, with helper functions listed. The expression entered is "!Shape_Area! / (please put the Sum value that you found) * 100". Apply and OK buttons are visible at the bottom.
Configuring the Calculate Field tool in ArcGIS to compute land use/land cover percentage using a Python expression

Question 3 (1 pt.)

What are the top FOUR land uses/land cover in Monroe County, and what percentages?

 

License

Intro GIS Labs Copyright © by yurikim. All Rights Reserved.