Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

TABLE OF CONTENTS

Table of Contents

Info

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 10 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.

...

This course will teach you how to download, evaluate, and prepare GIS data from public online sources and set up a project in ArcGIS Pro.

...

The COHGIS (City of Houston GIS) Open Data Portal website provides over 100 data sets including administrative boundaries, amenity locations, transportation routes, crime, and flooding. For this tutorial, we will download population and housing data from the 2010 census, which has been aggregated to super neighborhood boundaries. 

  1. Using a web browser, search for "houston gis data" and select the result as shown below or or go directly to: https://cohgis-mycity.opendata.arcgis.com/.

Whenever you see a URL that ends in opendata.arcgis.com, you will know that you are visiting a standard ArcGIS Open Data portal.

...

.

...

  1. In the 'FindSearch for Data' box, type "historic districtssites" and press Enter.
    Image Removed
    Click COH HISTORIC DISTRICTS (City of Houston), as shown below.
    Image Removed
    In the middle right, click Download > Shapefile.
    Image Removed
  2. In your web browser, navigate back one page. Image Removed
  3. Click the second option for Click COH HISTORIC SITES/LANDMARKS, as shown below.

    Image Modified
  1. In the middle right of the pageclick Download > Shapefile.
    Image Removed
    Image Added

H-GAC GIS Datasets

...

  1. Using a web browser, search for "h-gac gis" and select the result as shown below or go directly to: http://www.h-gac.com/rds/gis-applications-and-data/gis-datasets.aspx.



  2. Under the 'Dataset Categories' section, click the Hydrologic button to filter the results by subject.

    Image Modified

  3. Under the 'Datasets' section, click click Major Rivers.

    Image Modified

  4. Click Download Dataset in the pop-up window.
  5. Click the blue Download button in the top right corner of the new window.

...

The National Historical Geographic Information System (NHGIS) provides free online access to summary statistics and GIS boundary files for U.S. censuses and other nationwide surveys from 1790 through the present. NHGIS datasets are large and require extra additional processing steps for use in ArcGIS Pro. Therefore, a sample of this data will be provided later in this tutorial. If you are in interested in using NHGIS data for your project, please visit the GDC lab or use this link to book an appointment at the GDC for further assistance: https://library.rice.edu/services/gis-assistance

Preparing the Downloaded Data for ArcGIS Pro

Once you have downloaded the historic sites and historic districts data from COHGIS Open Data Portal and the major rivers data from H-GAC, you will be able to find the data files in your Downloads folder. You will see that all the files are zipped, meaning they contain compressed files of data within them (you can tell a file is zipped when the file type column reads “Compressed (zipped) Folder”). You will need to unzip the folders to be able to see the data inside them. 

  1. On the Desktop, click the File Explorer icon located on the Windows Taskbar on the bottom left corner of the screen. 
  2. Navigate to the Downloads folderIn the left column, click My Computer. In the right column, double-click C:/ > Users > gistrain.ADRICE > Downloads.
  3. Ensure that you see the following zipped folders in your Downloads folder.
    Image RemovedImage Added
  4. Select all three both folders.
  5. Right-click any of the selected folders and select 7-Zip > Extract Here. Your data

...

  1. is now in its decompressed format and ready to be brought into ArcGIS Pro.

...

Creating a New Project in ArcGIS Pro

  1. From the Windows Taskbar, click the blue globe icon to launch ArcGIS Pro.



  2. When ArcGIS Pro opens, under the 'Create a new project' section on the right side of the screen, click the Blank project template.

    Image Modified

  3. In the 'Create a New Project' window, for the 'Name' inputtype "Intro_Part2".
  4. For 'Location', click the yellow Browse... button to the right.
  5. In the 'Select a folder to store the project.' window, click Computer in the left column and click Desktop in the right column and click OK.

    Image Modified

  6. In the 'Create a New Project' Window', click OK.
  7. Maximize the ArcGIS Pro application window.

Managing GIS Data

  1. In the Catalog pane on , under the right, expand Folders section, click the arrow to expand Folders > Intro_Part2 > Intro_Part2.gdb. You will notice there is no data in the geodatabase. Over the next few steps, we will import the data we downloaded online from the Downloads folder to our Project Geodatabase.

Connecting to a folder

  1. RightIn the Catalog pane, right-click Folders and select Add Folder Connection.
  2. In the left columnclick My Computer. In the right column, click Downloads and click C:/ > Users > gistrain.ADRICE and single click on Downloads. Click OK.
  3. In the Catalog pane, expand Downloads.
  4. Fully expand all folders and geodatabases in the Downloads folder.
  5. We will repeat the above process to connect to a folder .

Exploring GIS Data File Formats

Previewing GIS data Using the Catalog View

previewing metadata & projections

previewing features

Examining GIS Data Coordinate systems

  1. containing a sample of NHGIS data. In the Catalog pane, right-click Folders and select Add Folder Connection.
  2. In the left column click My Computer. In the right column, click gisdata (\\file-rnas.rice.edu)(R) > Short_Courses_HIST207 > HIST207_GDC2 > and single-click on NHGIS_Data. Click OK.
  3. In the Catalog pane, expand NHGIS_Data.
  4. Your 'Folders' directory should look like the below.

    Image Added

Importing and Exporting Data in the Project Geodatabase

Importing (copying) Geodatabase Feature Classes into the project geodatabase

Importing (converting) shapefiles into the project geodatabse

Exporting geodatabase feature classes to shapefiles

For this tutorial, we are working with vector data which is a spatial data format that uses points, lines, and polygons to represent real features on the Earth's surface. Vector data is ideal for discrete themes with definite boundaries. A Feature Class is a vector storage format that represents a homogeneous collection of common features. There are two types of Feature Classes: a Shapefile feature class and a Geodatabase feature class. A Shapefile feature class is an open source format. Its file extension is .shp and its icon is green. A Geodatabase feature class is an Esri proprietary format. A Geodatabase feature class must be stored inside a Geodatabase (.gdb) and its icon is white. To better organize our project, we will import data into our Project Geodatabase.

  1. In the Catalog pane, click the US_tract_1980_Harris_County geodatabase feature class located in the NHGIS folder and drag-and-drop it into the Intro_Part2.gdb. A progress bar will appear that reads 'Copying...' Once it is complete, you will see a copy of US_tract_1980_Harris_County inside the Intro_Part2.gdb as shown below.

    Image Added

  2. Repeat the above step to drag-and-drop Major_Rivers from the Major_Rivers.gdb into the Intro_Part2.gdb
  3. COH_HISTORIC_SITESLANDMARKS is a Shapefile feature class, so it requires a different method to be imported into the Project Geodatabase. In the Catalog pane, right-click on COH_HISTORIC_SITESLANDMARKS.shp and select Export > Feature class(es) to geodatabase.

    Image Added

  4. In the Geoprocessing pane, accept default settings as shown below and click Run

    Image Added

  5. In the Catalog pane, right-click on Intro_Part2.gdb and select Refresh

    Image Added

  6. Your Project Geodatabase should now contain three Geodatabase feature classes: COH_HISTORIC_SITESLANDMARKS, Major_Rivers, and US_tract_1980_Harris_County.

    Image Added

  7. In the Catalog pane, in the Folders section, right-click on Downloads and select Remove.

    Image Added

  8. Repeat Step 7 to remove the connection to the NHGIS_Data folder.

Bonus: Symbolizing Layers By Attributes

  1. On the ribbon, click the Insert tab.
  2. In the Project group, click the New Map button.

    Image Added

  3. In the Catalog pane, right-click the US_tract_1980_Harris_County feature class and select Add To Current Map.
  4. Above the ribbon, on the Quick Access toolbar, click the Save button.

Symbolizing Layers By Quantity

  1. In the Contents pane, right-click the US_tract_1980_Harris_County layer name and select Symbology.
  2. In the Symbology pane, click the primary drop-down menu and select Graduated Colors.

    Image Added

  3. Use the 'Field' drop-down menu to select the AV0AA1980 field. NHGIS data downloads include a read-me file that defines the codes for each field (column). AV0AA1980 stores the number of people within each census tract for the year 1980.

    The Map view now displays a choropleth map, where the darker colors represent higher numbers of people. In studying the map, it appears as if there is no discernible pattern to population numbers. While this is true according to raw counts per census tract, there could be differences in the census tracts that are unaccounted for in this symbology. Now you will try normalizing by the area of the census tracts.

  4. Use the 'Normalization' drop-down menu to scroll to the bottom and select the last Shape_Area field. 

    The projection of the census layer is GCS WGS 1984. Therefore, the layer is unprojected and the coordinates are stored in angular units of decimal degrees. Therefore, the Shape_Area field is displaying square decimal degrees and the map is displaying number of people per square decimal degree. This is a somewhat incomprehensible unit, however, the values are still proportional to how they would be in a different unit and the relative coloring on the map remains correct. Notice that according to the density of population count, the greatest amount of people appear to be inside the major loops.

  5. On the lower half of the Symbology pane, click the Histogram tab.

    Image Added

  6. Use the 'Method" drop-down menu to select Equal Interval.
  7. Use the 'Method" drop-down menu to select Quantile.
  8. Use the 'Classes' drop-down menu to select 20.
  9. Use the 'Classes' drop-down menu to select 2.
  10. Use the 'Color Scheme' drop-down menu to select a different color scheme of your choice.

Adding Layer Transparency

  1. In the Contents pane, ensure that the US_tract_1980_Harris_County layer is selected.
  2. In the ribbon, click the Appearance tab.
  3. In the Effects group, slide the Layer Transparency slider or type "50" and hit Enter.
  4. Return the Layer Transparency slider to "0".

Info

Using what you learned in HIST 207 - Introduction to ArcGIS Pro, create a simple layout that displays US_tract_1980_Harris_County and export the layout as a PDF.


 Disconnecting from your Downloads folder