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

Compare with Current View Page History

« Previous Version 6 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 > Mapping_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. Within the GeographicDistributiona folder, 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. On the right side of the Map Window, in the Catalog pane, expand the Databases folder.
  2. Expand the GeographicDistribution.
  3. Right-click the USStatesPopTimeline feature class and select Add to New Map.
  4. In the Contents pane to the left of the Map Window, right-click the USStatesPopTimeline layer and select Attribute Table.

Now you can see that this table has the population data from year 1790 to 2010 (every 10 years) for the total 51states.

  1. Close the Attribute Table.

At this point, you wish to find in the year of 1790 which state is accessible to the most people in the whole region. You will do so using a spatial statistics tool in the Toolbox.

  1. In the Analysis tab, click the Tools button. In the Geoprocessing pane to the right of the Map Window, search for ‘Central Feature’. Select Central Feature (Spatial Statistics Tools).
  2. For the ‘Input Feature Class’ drop-down menu, select USStatesPopTimeline.
  3. Click the Brows button next to the ‘Output Feature Class’ menu. Make sure that the file is in the GeographicDistributionData geodatabase and name it USStatesPopTimeline_CentralFeature_1790.
  4. In ‘Weight Field,’ select Pop1790.
  5. Leave other fields as default.
  6. Ensure your Geoprocessing pane appears as shown below. Select Run.

1870

As the Geoprocessing pane doesn’t reset after the tool is complete, it is easy to rerun tools.

  1. For ‘Output Feature Class’, rename the layer ‘USStatesPopTimeline_CentralFeature_1870’.
  2. In ‘Weight Field,’ select Pop1870.
  3. Leave other fields as default.
  4. Ensure your Central Feature window appears as shown below. Select Run.

2010

  1. In ‘Weight Field,’ select Pop2010.
  2. For ‘Output Feature Class’, rename the layer ‘USStatesPopTimeline_CentralFeature_2010’.
  3. Leave other fields as default.
  4. Ensure your Central Feature window appears as shown below. Select 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 Geoprocessing pane appears as shown below. Select 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 window appears as shown below. Select 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 window appears as shown below. Select 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 Standard Distance window appears as shown below. Select 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. Leave other fields as default.
  4. Ensure your Directional Distribution window appears as shown below. Select 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. Leave other fields as default.
  5. Ensure your Directional Distribution window appears as shown below. Press OK.

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. Leave other fields as default.
  5. Ensure your Directional Distribution window appears as shown below. Press OK.

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

 

Linear Direction 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.

 

Directional Distribution with Rice Trees

Rice Trees

  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 RiceTrees, RiceTreesCedarElm, and the RiceTreesMediterraneanCypress feature classes into the Map Display.
  3. In the Contents pane, right-click on the RiceTrees layer and click Zoom to Layer.
  4. In the Analysis tab, click on the Tools button. In the Geoprocessing search bar, search for ‘Directional Distribution’. Select Directional Distribution (Standard Deviational Ellipse) (Spatial Statistics Tools).
  5. For the ‘Input Feature Class’ drop-down menu, select RiceTrees.
  6. In ‘Output Feature Class’, rename it ‘RiceTrees_DirectionalDistribution’.
  7. In ‘Standard Deviation,’ leave as 1 standard deviation.
  8. Leave other fields as default.
  9. Ensure your Directional Distribution window appears as shown below. Select Run.

CedarElm

  1. For the ‘Input Feature Class’ drop-down menu, select RiceTreesCedarElm.
  2. In ‘Output Feature Class’, rename it ‘RiceTreesCedarElm_DirectionalDistribution’.
  3. In ‘Standard Deviation,’ leave as 1 standard deviation.
  4. Leave other fields as default.
  5. Ensure your Directional Distribution pane appears as shown below. Select Run.

Mediterranean Cypress

  1. For the ‘Input Feature Class’ drop-down menu, select RiceTreesMediterraneanCypress.
  2. In ‘Output Feature Class’, rename it ‘RiceTreesMediterraneanCypress_DirectionalDistribution’.
  3. In ‘Standard Deviation,’ leave as 1 standard deviation.
  4. Leave other fields as default.
  5. Ensure your Directional Distribution pane appears as shown below. Select Run.

 

  • No labels