"

Learn about GIS database more

Examining Data Properties

We will review each dataset in your current ArcGIS to gain a deeper understanding of its properties, including data source, spatial extent, and spatial reference.

1. In the Contents pane, right-click on US_counties.shp. Then click Properties:

Screenshot of a GIS software interface. The left pane titled "Contents" lists map layers such as US_rivers, US_roads, states_provinces, and US_counties, each with visibility checkboxes and symbols. A context menu for the US_counties layer is open, showing options like Copy, Paste Properties, Remove, Attribute Table, Data Engineering, Create Chart, and Symbology. The top right corner displays part of a map with visible geographic features.
Context menu options for the “US_counties” layer in the ArcGIS Pro Contents pane.

 

2. Check the Layer Properties: US_counties window:

GIS software window showing layer properties for "US_counties." The Source tab lists basic data info: it's a polygon shapefile with no Z or M values, and vertical units in meters. OK, Cancel, and Apply buttons are at the bottom.
The Layer Properties window for the “US_counties” shapefile in ArcGIS Pro.

3. Click Source on the left box. You can find Data source, Extent, Spatial Reference, Domain, Resolution, and Tolerance in the box. These are the primary data information required for geospatial analysis. Click each of them to get information.

4. Here is one of the essential pieces of information you need to focus on. Click Extent:

Screenshot of a GIS software's Layer Properties window for "US_counties." The Source tab is selected, showing data type as Shapefile Feature Class, geometry as Polygon, no Z or M values, and vertical units in meters. Extent coordinates are listed: top 11,554,348.25 m, bottom 2,017,836.68 m, left -19,951,914.93 m, and right 20,021,886.40 m.
The Layer Properties window for the “US_counties” shapefile in ArcGIS Pro, with the Source tab selected.

Stop and Check: The Extent of US_counties displays numbers in the Top, Bottom, Left, and Right, with measurements in meters. The meter is one of the Projected Coordinate Systems (PCS) units used in GIS and cartography.

 

5. Let’s check the Spatial Reference of US_roads. Click Spatial Reference

Stop and Check: It shows the Geographic Coordinate System. The Geographic Coordinate System (GCS) is one of the methods used to describe a location on the curved Earth’s surface. We will discuss more Projected/Geographic Coordinate Systems in the next class about “Map Projection.”

Question 2 (1 pt.):

  1. What is the a) Extent (with the unit) and b) name of the Spatial Reference in the shp?
  2. What is the a) Extent (with the unit) and b) name of the Spatial reference in the shp?
  3. Based on your answers to the previous two questions, do you notice the differences between these two layers? Explain what these are with two keywords: unit and geographic (or projected) coordinate system.

Explore Attribute Table

In Week 1, we briefly discussed two components of GIS data models: 1) spatial database and 2) attribute. Let’s check the attribute information.

1. In the Contents pane, uncheck all the layers but the US_counties.shp so you can only visualize the county map.

2. In the Contents pane, right-click on US_counties.shp. and click Attribute Table. Then the US_counties table opens:

GIS software interface showing a map of U.S. counties in green with black state boundaries. Below the map is a data table listing county-level information, including fields like Region, State, County, and columns labeled P0010001 to P0010049. A left panel displays map layers such as "Map" and "U.S. Counties."
A map of U.S. counties displayed in ArcGIS Pro, with county boundaries highlighted in green. The Contents pane lists active layers, while the attribute table below shows demographic data for selected counties, including population statistics from 2010 to 2017. This view demonstrates how spatial and tabular data are integrated for geographic analysis.

The attribute table delivers numeric and text information related to the US_counties spatial data by row and column, much like a simple spreadsheet database. Each row of the table corresponds to a part of the feature. Scroll to the right, left, up, and down to browse the attribute data, e.g., state name, county name, census data (P0010001), etc.

Stop and Check: 2020 Census State Redistricting Data (Public Law 94-171) (2020 Census State Redistricting Data (Public Law 94-171) Summary File) provides the Fields and Data dictionary reference name. For example, “P0010001” is a code for Total Population.

3. From the attribute table, you will select counties with a population greater than the average total population in 2020. Right-click on “P0010001” and click Explore Statistics:

Screenshot of a GIS software dropdown menu with options like Sort Ascending, Sort Descending, Custom Sort, Hide Field, Calculate Field, Explore Statistics (highlighted), and others. A map with green regions and a partial data table are visible in the background.
Context menu options for a data table in ArcGIS Pro, with “Explore Statistics” highlighted.

4. Write down the “Mean” value of the county-level total population in the chart. And close the statistics window.

5. On the ribbon and in the Table group, click Select By Attributes:

Screenshot of a GIS software toolbar with multiple tabs: Project, Map, Insert, Analysis, View, Edit, Imagery, Share, and Help. The active tab is "Map," displaying grouped tools. The Clipboard section includes Paste (dropdown), Cut, and Copy Path (both grayed out). The Navigate section features Explore (selected), Bookmarks (dropdown), and Go To XY. The Layer section includes Basemap (dropdown), Add Data (dropdown), and Add Graphics Layer. The Selection section offers Select By Attributes and Select By Location.
The “Map” tab toolbar in ArcGIS Pro, featuring tools for clipboard actions, navigation, layer management, and spatial selection.

6. Click the drop-down icon next to Where and find “P0010001” (which is the total population), condition (is greater than), and number (put the “Mean” value without a “comma” that you saw in the previous step), like below, by clicking the drop-down icon. Click Run:

Screenshot of the "Select By Attributes" dialog box in a GIS application. It shows "US_counties" as the input layer and "New selection" as the selection type. An expression builder area contains the clause "Where P0010001 is equal." Buttons for managing expressions and options like Apply and OK are visible.
The “Select By Attributes” dialog box in ArcGIS Pro, used to query features from the “US_counties” layer. The interface allows users to build expressions based on attribute values, such as selecting counties where the field P0010001 meets a specified condition. This tool is essential for performing targeted data analysis within a GIS.

Stop and check: How many rows were selected? (Hint: check the number of “cyan” colored rows presented below the attribute table.)

7. Now, add another criterion in step 5. Suppose you want to analyze ethnicity in counties with a Hispanic or Latino population greater than the average county-level population. We will add another criterion to the selected US_counties.shp by:

8. Then click Add Clause and fill in the blank: (Figure)

Question 3

  1. How many rows were selected now? (0.2 pts.)
  2. Make a screenshot of your selected counties and name three regions where the selected counties are clustered. (0.3 pts.)
  3. What is your interpretation of the final selection? (1 pt.)

Important takeaway: By Questions 5 and 6, you are done with simple query exercises. You will do more table selection and performance-based queries in Week 7

9. You have completed the selection query. Clear existing selection by clicking the Clear button in the Ribbon: (Figure)

10. Close the US_counties table by clicking the x icon: (Figure)

11. Save the project

 

License

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