You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This guide was created by the staff of the GIS/Data Center at Rice University and is to be used for individual educational purposes only.

The steps outlined in this guide require access to ArcGIS Pro software and data that is available both online and at Fondren Library.

The following text styles are used throughout the guide:

Explanatory text appears in a regular font.

  1. Instruction text is numbered.
  2. Required actions are underlined.
  3. Objects of the actions are in bold.

Folder and file names are in italics.

Names of Programs, Windows, Panes, Views, or Buttons are Capitalized.

'Names of windows or entry fields are in single quotation marks.'

"Text to be typed appears in double quotation marks."

The following step-by-step instructions and screenshots are based on the Windows 7 operating system with the Windows Classic desktop theme and ArcGIS Pro 2.1.3 software. If your personal system configuration varies, you may experience minor differences from the instructions and screenshots.

Obtaining the Tutorial Data

Before beginning the tutorial, you will copy all of the required tutorial data onto your Desktop. Option 1 is best if you are completing this tutorial in one of our short courses or from the GIS/Data Center and Option 2 is best if you are completing the tutorial from your own computer.

OPTION 1: Accessing tutorial data from Fondren Library using the gistrain profile

If you are completing this tutorial from a public computer in Fondren Library and are logged on using the gistrain profile, follow the instructions below:

  1. On the Desktopdouble-click the Computer icon > gisdata (\\file-rnas.rice.edu) (R:) > Short_Courses > Measuring_Geographic_Distributions.
  2. To create a personal copy of the tutorial data, drag the GeographicDistribution folder onto the Desktop.
  3. Close all windows.

OPTION 2: Accessing tutorial data online using a personal computer

If you are completing this tutorial from a personal computer, you will need to download the tutorial data online by following the instructions below:

Tutorial Data Download

 

  1. Click GeographicDistribution.zip above to download the tutorial data.
  2. Open the Downloads folder.
  3. Right-click GeographicDistribution.zip and select Extract All....
  4. In the 'Extract Compressed (Zipped) Folders' window, accept the default location into the Downloads folder and click Extract.
  5. Drag the unzipped XY folder onto your Desktop.
  6. Close all windows.

Measuring Geographic Distributions in ArcGIS Pro

Opening an Existing Project

  1. On the Desktopdouble-click the GeographicDistribution folder.
  2. Double-click the GeographicDistribution.aprx project file to open the project in ArcGIS Pro.

Central Feature

Sometimes if you want to dig into your spatial dataset, say, find the pattern, or measure the distribution, then the following statistical methods using the ArcGIS tools may work like a charm. The first tool you will learn is the Central Feature tool, which will identify the most centrally located feature in a point, line, or polygon feature class. In this tutorial, we will use the year of 1790, 1870 and 2010 of the States’ Population as the weighting, and we can see the population changing trend across the states.

1790

  1. In the Catalog pane on the right, expand the Databases folder.
  2. Expand the GeographicDistribution.gdb geodatabase.
  3. Right-click the USStatesPopTimeline feature class and selectAdd to New Map.

You may wish to zoom into the continental United States.

  1. In the Contents pane to the left, right-click the USStatesPopTimeline layer and selectAttribute Table.

Notice that the attribute table contains population data every decade between 1790 and 2010 for each of the 50 states and the District of Columbia. These population counts include only people counted in the official US Census, meaning native populations and populations of territories, among others, are not included.

  1. Close the USStatesPopTimeline table view.

At this point, you wish to determine which state is most centrally located when weighted by 1790 population out of all the states admitted as of 1790.

  1. On the ribbon, click the Analysis tab.
  2. On the Analysis tab, within the first Geoprocessing group, click the Tools button.

Notice that the Geoprocessing pane has opened on the right as a new tab on top of the Catalog pane. Typically, you would use the 'Find Tools' search box at the top of the Geoprocessing pane to search for the name of the tool you'd like to use, but, at times, especially when learning the software, it can be helpful to view the full hierarchy of all the tools available, because you will often discover related and helpful tools that you didn't know existed and wouldn't know to search for. You might also completely forget the name of a tool, but be able to locate it based on the hierarchy. For these reasons, we will be manually navigating the toolboxes throughout this tutorial. The more typical workflow of searching directly for a specific tool is covered at the end of the Introduction to Geoprocessing tutorial.

  1. At the top of the Geoproccessing pane, click the Toolboxes tab.
  2. Click the Spatial Statistics Tools toolbox > Measuring Geographic Distributions toolset > Central Feature tool.
  3. For ‘Input Feature Class’, use the drop-down menu, select the USStatesPopTimeline layer.
  4. For ‘Output Feature Class’, rename the feature class from USStatesPopTimeline_CentralF to "USStatesPopTimeline_CF_1790".
  5. For ‘Weight Field,’ use the drop-down menu to select the Pop1790 field.
  6. Ensure your Central Feature tool parameters are configured as shown below and click Run.

Notice that the output of this tool is the state of Maryland, which was one of the existing features from the original USStatesPopTimeline layer. This state selection makes intuitive sense, since Maryland is located near the center of the original US colonies and is adjacent to the nation's capital.

1870

As the Geoprocessing pane doesn’t reset after a tool has finished running, it is easy to rerun tools with slightly modified settings. In future versions of ArcGIS Pro, batch processing is also supported, which facilitates multiple runs of the same tool within a single interface.

  1. For ‘Output Feature Class’, rename the feature class "USStatesPopTimeline_CentralFeature_1870".
  2. For ‘Weight Field,’ use the drop-down menu to select the Pop1870 field.
  3. Ensure your Central Feature tool parameters are configured as shown below and click Run.

As we might expect, the 

2010

  1. In ‘Weight Field,’ select Pop2010.
  2. For ‘Output Feature Class’, rename the layer ‘USStatesPopTimeline_CentralFeature_2010’.
  3. Ensure your Central Feature tool parameters are configured as shown below and click Run.

The Central Feature tool is useful for finding the center when you want to minimize distance (Euclidean or Manhattan distance). If you open the attribute table of each outcome, we could see that from the year of 1790, 1870 to 2010. The center moved from Maryland to Ohio to Illinois.

 

Mean Center

The mean center is the average x and y coordinate of all the features in the study area. It's useful for tracking changes in the distribution or for comparing the distributions of different types of features.

1790

  1. In the Geoprocessing pane, click the Back Arrow. In the search bar, search for ‘Mean Center’. Select Mean Center (Spatial Statistics Tools).
  2. For the ‘Input Feature Class’ drop-down menu, select USStatesPopTimeline.
  3. In ‘Output Feature Class,’ rename the layer ‘USStatesPopTimeline_MeanCenter_1790’.
  4. In ‘Weight Field,’ select Pop1790.
  5. Leave other fields as default.
  6. Ensure your Mean Center tool parameters are configured as shown below and click Run.

The Mean Center tool creates a new point feature class where each feature represents a mean center (one for each case when a case field is specified). The x and y mean center values, case, and mean dimension field are included as output feature attributes.

Unlike the Central Feature tool, the Mean Center tool pinpoints the specific point which could show the centralization of all states’ population in the year of 1790.

Standard Distance

You may hear of the standard deviation within a dataset, but if you want to measure the compactness of a distribution in a map, the following tool would come as handy.

1790

  1. In the Geoprocessing pane, click the Back Arrow. In the search bar, search for ‘Standard Distance’. Select Standard Distance (Spatial Statistics Tools).
  2. For the ‘Input Feature Class’ drop-down menu, select USStatesPopTimeline.
  3. In ‘Output Feature Class’, rename the layer ‘USStatesPopTimeline_StandardDistance_1790’.
  4. In the ‘Circle Size’ drop-down menu, leave it as 1 standard deviation.
  5. In ‘Weight Field,’ select Pop1790.
  6. Leave other fields as default.
  7. Ensure your Standard Distance tool parameters are configured as shown below and click Run.

2010

  1. Rename the ‘Output Feature Class’ menu ‘USStatesPopTimeline_StandardDistance_2010’.
  2. In ‘Weight Field,’ select Pop2010.
  3. Leave other fields as default.
  4. Ensure your Standard Distance tool parameters are configured as shown below and click Run.

From the output, we can see comparing to 1790, the population distribution of 2010 become less compact.

Directional Distribution (Standard Deviational Ellipse)

Besides the compactness of the distribution, we can choose to find the directional trend, which calculate the standard distance separately in the x and y directions. These two measures define the axes of an ellipse encompassing the distribution of features, which is referred to as the standard deviational ellipse. The ellipse allows you to see if the distribution of features is elongated and hence has a particular orientation.

1790-1SD

  1. In the Geoprocessing pane, click the Back Arrow. In the search bar, search for ‘Directional Distribution. Select Directional Distribution (Standard Deviational Ellipse) (Spatial Statistics Tools).
  2. For the ‘Input Feature Class’ drop-down menu, select USStatesPopTimeline.
  3. In ‘Output Feature Class’, rename the layer ‘USStatesPopTimeline_DirectionalDistribution1_1790’.
  4. In the ‘Circle Size’ drop-down menu, leave it as 1 standard deviation.
  5. In ‘Weight Field,’ select Pop1790.
  6. Leave other fields as default.
  7. Ensure your Directional Distribution tool parameters are configured as shown below and click Run.

1790-2SD

  1. In the ‘Ellipse Size’ drop-down menu, change to 2 standard deviations.
  2. In ‘Weight Field,’ make sure Pop1790 is selected.
  3. Ensure your Directional Distribution tool parameters are configured as shown below and click Run.

2010-1SD

  1. Rename the ‘Output Feature Class’ ‘USStatesPopTimeline_DirectionalDistribution1_2010’.
  2. In ‘Ellipse Size’, select 1 standard deviation.
  3. In ‘Weight Field,’ select Pop2010.
  4. Ensure your Directional Distribution tool parameters are configured as shown below and click Run.

2010-2SD

  1. Rename the ‘Output Feature Class’ ‘USStatesPopTimeline_DirectionalDistribution2_2010’.
  2. In ‘Ellipse Size,’ change to 2 standard deviations.
  3. In ‘Weight Field,’ select Pop2010.
  4. Ensure your Directional Distribution tool parameters are configured as shown below and click Run.

You can see that the trend from the population distribution of 1790 to 2010.

Linear Directional Mean

The trend for a set of line features is measured by calculating the average angle of the lines. The statistic used to calculate the trend is known as the directional mean. The Linear Directional Mean tool lets you calculate the mean direction or the mean orientation for a set of line.

  1. Click the X on the top right corner of the Geoprocessing pane.
  2. In the Catalog pane, expand the Databases folder, and expand the GeographicDistributionData geodatabase. Drag the InnerLoopRoadsDissolved and the HoustonFreewaysDissolved feature classes into the Map Display.
  3. In the Contents pane, right-click on the InnerLoopRoadsDissolved layer and click Zoom to Layer.
  4. In the Analysis tab, click on the Tools button. In the Geoprocessing search bar, search for ‘Linear Directional Mean’. Select Linear Directional Mean (Spatial Statistics Tools).
  5. For the ‘Input Feature Class’ drop-down menu, select InnerLoopRoadsDissolved.
  6. In ‘Output Feature Class’, rename it ‘innerLoopRoadsDissolved_DirectionalMean’.
  7. Leave other fields as default.
  8. Ensure your Linear Directional Mean pane appears as shown below. Select Run.

Roads

 

Freeways

  1. In the ‘Input Feature Class’ drop-down menu, select HoustonFreewaysDissolved.
  2. In ‘Output Feature Class’, rename it ‘HoustonFreewaysDissolved_DirectionalMean’.
  3. Leave other fields as default.
  4. Ensure your Linear Directional Mean pane appears as shown below. Select Run.
  • No labels