Versions Compared

Key

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

...

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.

...

Obtaining Tutorial Data

The best option for getting the full GIS project experience is to download data from online GIS data portals. You will also gain exposure to the best GIS data websites for the Houston region.

Obtaining tutorial data from source websites

If you choose to download the tutorial data from the source websites and practice finding and obtaining data from online sources, follow these instructions:

COHGIS Open Data Portal

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.

...

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

...

In this case, we are looking for census data by super neighborhood. To learn more about super neighborhoods, visit the City of Houston Super Neighbhorhoods webpage.

...

H-GAC GIS Datasets

The Houston-Galveston Area Council (H-GAC) is the 13-county Metropolitan Planning Organization (MPO) for the Houston region. Federal legislation requires that an MPO be designated for each urbanized area with a population greater than 50,000 people (as established by the U.S. Census Bureau) in order to conduct long-range metropolitan transportation planning and be eligible for Federal funding for transportation projects. Their mission to carry out metropolitan transportation planning means that MPOs are a great source of data on topics such as demographics, employment, land use, transportation, and environmental conditions and most of these topics are well-suited towards GIS analysis.

Most of the data provided on the H-GAC portal is not originally created by the H-GAC, but rather is either aggregated from multiple municipalities up to the 13-country region, or clipped from the country or state down to the 13-county region.

...

For this exercise, we will be looking at rivers and wastewater outfalls in Houston's Super Neighborhoods.

Downloading Source Data from GDC

Super Neighborhood Dataset

Click the following link to obtain the Super Neighborhood dataset: SuperNeighborhoods2010Census.zip

Downloading Data from Source Websites

H-GAC GIS Dataset

The Houston-Galveston Area Council (H-GAC) is the 13-county Metropolitan Planning Organization (MPO) for the Houston region. Federal legislation requires that an MPO be designated for each urbanized area with a population greater than 50,000 people (as established by the U.S. Census Bureau) in order to conduct long-range metropolitan transportation planning and be eligible for Federal funding for transportation projects. Their mission to carry out metropolitan transportation planning means that MPOs are a great source of data on topics such as demographics, employment, land use, transportation, and environmental conditions and most of these topics are well-suited towards GIS analysis.

Most of the data provided on the H-GAC portal is not originally created by the H-GAC, but rather is either aggregated from multiple municipalities up to the 13-country region, or clipped from the country or state down to the 13-county region.

  1. Using a web browser, search for "h-gac gis" and select the result as shown below or go directly to: https://gishub-h-gac.hub.arcgis.com/.

    Image Added

  2. In the "Search data" box, type in "Major Rivers" without pressing "Enter". 

    Image Added

  3. The option "HGAC Major Rivers" should pop up - click on this option.

    Image Added

  4. Now, we can see the rivers depicted on a map in the Houston-Galveston area. We want to access this data in the form of a shapefile. To do this, click the "Download" button on the left side of the screen, as shown below. 

    Image Added

  5. Scroll down on the left pane to the "Shapefile" tab. Click "Download Options" followed by "Download file previously generated on ...". A zip file titled "HGAC_Major_Rivers.zip" should be downloaded. 

    Image Added

H-GAC GIS Dataset

Another important data source is the Texas Commission on Environmental Quality GIS Data Hub. We will download a dataset describing Wastewater Outfalls in Texas from here. 
  1. Using a web browser, search for "tceq gis data hub", and click on the link shown below. Alternatively, go directly to their website here: https://gis-tceq.opendata.arcgis.com/

    Image Added
  2. In the "Search data" box, type in "Wastewater" without pressing "Enter".

    Image Added


  3. The option "Wastewater Outfalls" should pop up - click on this option.

    Image Added

  4. Now, we can see the wastewater outfalls in Texas depicted on a map. We want to access this data in the form of a shapefile. To do this, we follow the same download procedures as with the "Major Rivers" dataset, which should result in a zip file titled "Wastewater_Outfalls.zip".

    Image Added    

HCAD

Though it is not used in this course, the Harris County

...

HCAD

Though it is not used in this course, the Harris County Appraisal District (HCAD) Public Data is another great online source that provides similar data such as highways, utilities, and water districts and is available at: http://pdata.hcad.org/GIS/index.html

Preparing the Downloaded Data for ArcGIS Pro

Once you have downloaded the Super Neighborhoods from COHGIS and the Wastewater Outfalls and Major Rivers from H-GAC, you will be able to find the data files in your Downloads folder. You will see that all All of 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. To do that:

  1. On the Desktop, click the File Explorer icon located on the Windows Taskbar on the bottom left corner of the screen. 
  2. In the left column, click My Computer. In the right column, double-click C:/ > Users > gis.ADRICE > Downloads. 
  3. Using File Explorer, open the Downloads folder.
  4. Ensure that you see the following zipped folders in your Downloads folder.

    1. SuperNeighborhoods2010Census

...

    1. HGAC_Major_Rivers
    2. Wastewater_Outfalls

  1. Select all three folders.
  2. Right-click any of the selected folders and select 7-Zip > Extract hereHere. Your data is in a file folder in its decompressed format and ready to be brought into ArcGIS Pro.

...

Creating a New Project in ArcGIS Pro

  1. From the Start menu, launch ArcGIS Pro.
  2. When ArcGIS Pro opens, under the Create a new project section, click the Blank project template.
  3. In the 'Create a New Project' window, for Name, type "CEVE101".
  4. For Location, click the 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 Removed
    the desired location for GIS projects on your computer and click OK.
  6. ClickOK once again.
  7. Maximize the ArcGIS Pro application window.

Creating a New Map

 A map is a project item used to display and work with geographic data in two dimensions. The first step to visualizing any data is creating a new map. 

The ribbon runs horizontally across the top of the ArcGIS Pro interface. Tools (buttons) are organized into tabs along the ribbon.

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


...

  1. In the Catalog pane, under the Maps section, right-click Map and select Rename.
  2. Type "Super NeighborhoodsHouston Outfalls" and hit Enter.

Saving a Project

Any time you create a new project item, such as a map or a layout, or any time you spend time adjusting the symbology of your map layers, it is a good idea to save your project.

  1. Above the ribbon, on the Quick Access toolbar, click the Save button.

...

Managing GIS Data

  1. In the Catalog pane on the right, expand Folders > Intro CEVE101 > IntroCEVE101.gdb. There are currently no data in this folder.
  2. Right-click Folders and select Add Folder Connection.
  3. In the left column click Computer. In in the right column , click double click C: > Users > (your user). Single click Downloads and click select OK.
  4. In the Catalog pane, expand Downloads.
  5. Fully expand all folders and geodatabases in the Downloads folder.

 

Exploring GIS Data File Formats

 

Previewing GIS data Using the Catalog View

 

previewing metadata & projections

 

previewing features

 

Examining GIS Data Coordinate systems

 

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

 

Disconnecting from your Downloads folder

Adding Data to a Map

  1. Drag and drop the Major_Rivers feature class into the CEVE101.gdb
  2. Repeat drag and drop for Wastewater_Outfalls
  3. Right-click the CEVE101.gdb and select Import > Feature Class

    Image Added
  4. Click the Browse button to navigate to input features. In the left column click Folders. In the right column click Downloads > SuperNeighborhoods2010Census > SuperNeighborhoods2010Census > CEVE101.shp .
  5. Type "Census_2010_By_SuperNeighborhood" into the Output Feature Class bar. 
  6. Click Run.
  7. In the Catalog pane, expand the CEVE101.gdb. There are now three feature classes contained within: Major_Rivers, Census_2010_By_SuperNeighborhood, Wastewater_Outfalls
    Image Added
  8. Right-click on the Downloads folder. Select Remove.

Adding Data to a Map

  1. In the Catalog pane on the right, rightRight-click the Census_2010_By_SuperNeighborhood feature class and select Add To Current Map.
  2. An alternative method of adding data to a map is to click and hold the Major_Rivers feature class and drag and drop it into the Super Neighborhoods Houston Outfalls map view.
  3. Repeat either method to add Wastewater_Outfalls to the map view.

Symbolizing Layers with a Single Symbol

It is early in the project to be deciding upon symbology, however, when layers are added to a map, ArcGIS Pro assigns then a random color symbol. Sometimes the colors are very faint and difficult to see on top of the basemap or the colors of multiple layers are very similar to each other and difficult to distinguish. To ensure that everyone can easily see the layers we are working with, we will adjust the basic symbology.

  1.  In the Contents pane, right-click the Major_RoadsRivers layer name and select Symbology to open the Symbology pane on the right.
    Image Removed
    Image Added 

Notice that the 'Primary symbology' defaults to Single Symbol. With this type of symbology, all features in that particular layer will be assigned the same symbol.

  1. For 'Symbol', click the colored line symbol to switch to Format Line Symbol mode.
    Image Removed
    Image Added

  2. Within Format Line Symbol mode, click the Properties tab.
    Image Removed
    Image Added

  3. For 'Color', use the drop-down menu to select Black Cretan Blue.
  4. At the bottom of the Symbology pane, click  Apply.

The freeways rivers on the map should now all be black blue and easily visible on top of the basemap. The Format Symbol mode of the Symbology tab can be accessed directly via the layer symbol (instead of the layer name) in the Contents pane.

  1. In the Contents pane on the left, click the colored rectangle symbol beneath the Census_2010_By_SuperNeighborhood layer name.
    Image Removed

    Image Added

  2. On the right in the Symbology pane, for For 'Color', use the drop-down menu to select Mango.



  3. For 'Outline color', use the drop-down menu to select Gray 50%.
  4. At the bottom of the Symbology pane, click Apply.
  5. In the Contents pane on the right, right-click the colored point symbol beneath Wastewater_Outfalls layer name. Select Mars Red.

    Image Added

The super neighborhood polygons are now easy to distinguish from both the basemap and the freeways. In additionrivers, the borders of the super neighborhoods are clear and easy to differentiate from the freeways.while the wastewater outfalls are highly visible in red.

           Image Added

Navigating the Project

Navigating the Contents Pane

At the top of the Contents pane, there is a series of seven buttons. By default, the leftmost button is selected: List by Drawing Order.

...

  1. In the Contents pane, click and hold the Census_2010_By_SuperNeighborhood layer name and drag and drop it above the Major_Roads layerRivers layer.

You will notice that, in the Map view, the Census_2010_By_SuperNeighborhood layer is now drawn in on top of the Major_Roads layerRivers layer, meaning that freeways rivers are only visible in areas not covered by a super neighborhood. It is possible to add transparency to the super neighborhood layer or to symbolize it with a bold outline and a hollow fill, but, in general, it is best to have polygon layers at the bottom of the drawing order, so we will return the layers to their previous order.

  1. In the Contents pane, click and hold the Census_2010_By_SuperNeighborhood layer name and drag and drop it beneath the Major_RoadsRivers layer, but above the Topographic basemap.

...

  1.  Because the basemap is a solid image, any layers beneath it will not be shown at all, so ensure the basemap is always at the bottom of the layers in the Content pane.

The check boxes to the left of each layer name toggle the visibility of each layer.

  1. Uncheck the Major_Roads layer Rivers layer to turn off its visibility in the map view.
  2. Check the Major_Roads layer Rivers layer to turn its visibility back on in the map view.

Navigating the Map View

You will now learn how to navigate the Map view by panning, zooming, and using spatial bookmarks.

...

  1. On the Map tab, in the the Navigate group, click the Bookmarks button and select New Bookmark....



  2. In the 'Create Bookmark' window, for 'Name:', type "Houston" and click OK.
  3. To test the bookmark, use panning and zooming to change the extent of the map.
  4. Again, click the Bookmarks button and this time select the Houston bookmark to return to that extent.

Exploring Data in the Map View

Selecting Features Manually

Selecting Features Manually from the Map View

...

The selected neighborhood will be outlined in cyan.

  1. Drag a box to select multiple adjacent neighborhoods.
  2. Hold down Shift and click any non-selected neighborhood to add additional non-adjacent neighborhoods to the selection.
  3. Hold down Ctrl and click any selected neighborhood to deselect neighborhoods.

When you are finished using a selection, it is important to clear the selected features, because the majority of tools in ArcGIS Pro only run on selected features. Therefore, if you run a tool anticipating that you will be processing all features in a particular layer and you inadvertently left some features selected from a previous process, only those selected features will be processed, which will lead to unexpected results.

...


...

Note

The following steps are to be completed on your own. You may use your personal computer (request software by e-mailing gisdata@rice.edu), visit the GDC lab M-F, 9-6PM, or use any of the Fondren Library 1st Floor Rice Computers. To begin where we left off in class, follow the instructions below to download the CEVE101 ArcGIS Pro Project.

Independent Exercise: Download tutorial project

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

  1. Click the following link to download the tutorial data: CEVE101.zip
  2. Unzip the CEVE101 folder.
  3. Copy the unzipped CEVE101 folder to your Desktop or another location of your choice. Ensure that you note the file path of the location you have selected. 

Any time throughout the tutorial that you see reference to the file path C:\Users\gistrain\Desktop\CEVE101, you will need to substitute it with the file path you have just selected.

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 with an Advanced license. If your personal system configuration varies, you may experience minor differences from the instructions and screenshots.

Exploring Data in the Map View

Selecting Features Manually

Selecting Features Manually from the Map View

  1. On the Map tab, in the Selection group, click the Select button.

    Image Added

  2. In the map view, click on any neighborhood to select it.

The selected neighborhood will be outlined in cyan.

  1. Drag a box to select multiple adjacent neighborhoods.
  2. Hold down Shift and click any non-selected neighborhood to add additional non-adjacent neighborhoods to the selection.
  3. Hold down Ctrl and click any selected neighborhood to deselect neighborhoods.

When you are finished using a selection, it is important to clear the selected features, because the majority of tools in ArcGIS Pro only run on selected features. Therefore, if you run a tool anticipating that you will be processing all features in a particular layer and you inadvertently left some features selected from a previous process, only those selected features will be processed, which will lead to unexpected results.

  1. On the the Map tab, in the Selection group, click the Clear button to clear the selected features.

Image Added

Notice that the Clear button becomes grayed out once all features are cleared. On the Map tab, notice that the Select button is still activated, which means that if you now attempted to pan the map by clicking and dragging your left mouse button across the map, you would, instead, select numerous features on your map inadvertently. To prevent this, it is a good idea to reactivate the Explore button as soon as you are finished using manual selection.

  1. On the Map tab, in the Navigate group, click the Explore button.

Selecting Features Manually from the Table View

  1. In the Contents pane, right

Image Removed

Notice that the Clear button becomes grayed out once all features are cleared. On the Map tab, notice that the Select button is still activated, which means that if you now attempted to pan the map by clicking and dragging your left mouse button across the map, you would, instead, select numerous features on your map inadvertently. To prevent this, it is a good idea to reactivate the Explore button as soon as you are finished using manual selection.

  1. On the Map tab, in the Navigate group, click the Explore button.

Selecting Features Manually from the Table View

  1. In the Contents pane, right-click the Census_2010_By_SuperNeighborhood layer name and select Attribute Table.

A table view now appears docked beneath your map view. Each row, or record, in your table corresponds to exactly one super neighborhood polygon on the map. Each column, or field, in your table represents a variable describing the super neighborhoods.

Every geodatabase feature class has two to four default fields, which cannot be edited or deleted. The leftmost OBJECTID field is a unique ID that is automatically numbered from 1 to the total number of features at the time of creation. In this particular case, the field is called OBJECTID_1, because there was a preexisting OBJECTID field at the time this data was imported to geodatabase format by the City of Houston. The Shape field indicates whether the feature geometry contains points, lines, or polygons.

  1. In the table view, use the scroll bar at the bottom to scroll to the far right of the table.

The other two default fields are the last Shape_Length and Shape_Area fields which contain the perimeter and area of the super neighborhoods, respectively. A line feature class will only contain the Shape_Length field and a point feature class will not contain either field. The units of these fields correspond to the units of the projection in which the data coordinates are stored.

  1. In the Contents pane on the left, double-click the Census_2010_By_SuperNeighborhood layer name .
  2. In the 'Layer Properties' window, in the left column, click the third Source tab.
  3. At the bottom of the window, click to expand the Spatial Reference section.
  4. Use the scroll bar on the right to scroll to the bottom of the metadata.

Within the Spatial Reference section, notice that the geographic coordinate system is WGS 1984 and that no projected coordinate system is listed. Therefore, the layer is unprojected, meaning the data coordinates are located on the three-dimensional surface of the globe and you can see the Angular Unit is listed as Degrees (or decimal degrees.) Therefore, the Shape_Length field is displaying decimal degrees and the Shape_Area field is displaying square decimal degrees, which is why the numbers are so low. Before measuring distance or area, the data layer should be projected onto a two-dimensional surface. The resulting projection will have a Linear Unit, such as feet or meters. The process of projecting is further covered in the Introduction to Coordinate Systems and Projections course.

As indicated by the layer name, the majority of the remaining fields contain 2010 census data that was aggregated to the super neighborhood level by the City of Houston, since that is not a geographic unit at which the Census Bureau provides data.

  1. Double-click the 'Name' field header to sort the neighborhoods alphabetically.
  2. To select a neighborhood from the table, click the gray square to the far left of each row.
  3. To select an adjacent section of records, hold down Shift and select a record below or above the currently selected record to automatically select all records in between.
  4. To add or remove individual records from the selection, hold down Ctrl and select another record.

Notice in the bottom left corner of the Census_2010_By_SuperNeighborhood attribute table, it indicates the number out of 88 table records (and corresponding map features) that are currently selected.

Image Removed

The two buttons to the left allow you to toggle between 'Show all records' and 'Show selected records'.

Image Removed

Note that if 'Show selected records' is active and no records are currently selected, the table view will appear empty. Toggle back to 'Show all records' to view the table.

...

  1. and select Attribute Table.

A table view now appears docked beneath your map view. Each row, or record, in your table corresponds to exactly one super neighborhood polygon on the map. Each column, or field, in your table represents a variable describing the super neighborhoods.

Every geodatabase feature class has two to four default fields, which cannot be edited or deleted. The leftmost OBJECTID field is a unique ID that is automatically numbered from 1 to the total number of features at the time of creation. In this particular case, the field is called OBJECTID_1, because there was a preexisting OBJECTID field at the time this data was imported to geodatabase format by the City of Houston. The Shape field indicates whether the feature geometry contains points, lines, or polygons.

  1. In the table view, use the scroll bar at the bottom to scroll to the far right of the table.

The other two default fields are the last Shape_Length and Shape_Area fields which contain the perimeter and area of the super neighborhoods, respectively. A line feature class will only contain the Shape_Length field and a point feature class will not contain either field. The units of these fields correspond to the units of the projection in which the data coordinates are stored.

  1. In the Contents pane on the left, double-click the Census_2010_By_SuperNeighborhood layer name.
  2. In the 'Layer Properties' window, in the left column, click the third tab, Source.
  3. At the bottom of the window, click to expand the Spatial Reference section.
  4. Use the scroll bar on the right to scroll to the bottom of the Spatial Reference section to view the metadata.

Within the Spatial Reference section, notice that the geographic coordinate system is WGS 1984 and that no projected coordinate system is listed. Therefore, the layer is unprojected, meaning the data coordinates are located on the three-dimensional surface of the globe and you can see the Angular Unit is listed as Degrees (or decimal degrees.) Therefore, the Shape_Length field is displaying decimal degrees and the Shape_Area field is displaying square decimal degrees, which is why the numbers are so low. Before measuring distance or area, the data layer should be projected onto a two-dimensional surface. The resulting projection will have a Linear Unit, such as feet or meters. The process of projecting is further covered in the Introduction to Coordinate Systems and Projections course.

As indicated by the layer name, the majority of the remaining fields contain 2010 census data that was aggregated to the super neighborhood level by the City of Houston, since that is not a geographic unit at which the Census Bureau provides data.

  1. Double-click the 'Name' field header to sort the neighborhoods alphabetically.
  2. To select a neighborhood from the table, click the gray square to the far left of each row.
  3. To select an adjacent section of records, hold down Shift and select a record below or above the currently selected record to automatically select all records in between.
  4. To add or remove individual records from the selection, hold down Ctrl and select another record.

Notice in the bottom left corner of the Census_2010_By_SuperNeighborhood attribute table, it indicates the number out of 88 table records (and corresponding map features) that are currently selected.

Image Added

The two buttons to the left allow you to toggle between 'Show all records' and 'Show selected records'.

Image Added

Note that if 'Show selected records' is active and no records are currently selected, the table view will appear empty. Toggle back to 'Show all records' to view the table.

  1. At the top of the Census_2010_By_SuperNeighbrhood table view, click the Clear button.

    Image Added

  2. Close the attribute table.

    Image Added

Symbolizing Layers By Attributes

Symbolizing Layers By Quantity

  1. In the Contents pane, right-click the Census_2010_By_SuperNeighborhood layer name and select Symbology.
  2. Use the primary 'Symbology' drop-down menu to select Graduated Colors.
  3. Use the 'Field' drop-down menu to scroll down sixth from the bottom and select the SUM_Vacant field. This field stores the number of vacant housing units within each neighborhood.

The map view now displays a choropleth map, where the darker colors represent higher numbers of vacant housing units. In studying the map, it appears as if the most vacant housing is in southwest Houston outside the Loop. While this is true according to raw counts per neighborhood, there could be differences in the neighborhoods that are unaccounted for in this symbology. Now you will try normalizing by the area of the neighborhood.

  1. 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 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 vacant housing units per square decimal degree. This is a somewhat incomprehesible 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 vacant housing units, the greatest amount of vacant housing units appear to be both inside and outside the loop along 59.

  1. Use the 'Normalization' drop-down menu to select the SUM_HU100 field.

The map is now displaying the number of vacant housing units divided by the total number of housing units, or the percent vacant housing units. While all these methods of symbolizing the vacant housing units are technically correct This is probably the most common display method.

Adding Layer Transparency

  1. Ensure that the Census_2010_By_SuperNeighborhood layer is selected.
  2. In the ribbon, click the Feature Layer contextual Appearance tab.
  3. In the Effects group, slide the Layer Transparency slider or type "50" and hit Enter.

Symbolizing Layers By Category

  1. Use the primary 'Symbology' drop-down menu to select Unique Values.
  2. Use the 'Field 1' drop-down menu to select Name.
  3. In the Contents pane, collapse the Census_2010_By_Superneighborhood symbology.

Selecting Features Programatically

Selecting Features By Attributes

  1. In the ribbon, click the Map tab.
  2. In the Selection group, click the Select By Attributes button to open the Select Layer By Attribute tool in the Geoprocessing pane.

    Image Added

  3. In the Geoprocessing pane, click the Add Clause button.
  4. Use the drop-down menus to build the following expression: Name is Equal to 'HARRISBURG/MANCHESTER' and click the Add button.
  5. Ensure your Geoprocessing pane appears similar to that below and click Run.

         Image Added

Exporting Selected Features

  1. In the Contents pane, right-click the Census_2010_By_SuperNeighborhood layer name and select Data > Export Features.
  2. In the Geoprocessing pane, click the 'Output Feature Class' field to edit the name. Replace Census_2010_By_SuperNeighbor with "Harrisburg_Manchester". Ensure that you leave everything in the file path through CEVE101.gdb\.

Selecting Features By Location

Now we will create a map of the rivers and wastewater outfalls within the Harrisburg/Manchester neighborhood. We could continue to do our mapping within the existing map, but, since we are now focusing on different thematic layers in a different geographic extent, this could be a good time to create a second map within our project.

  1. On the ribbon, click the Insert tab.
  2. In the Project group, click the New Map button.
  3. At the bottom of the Geoprocessing pane, click the Catalog pane tab. 
  4. Rename your map to "Neighborhood Outfalls" and addHarrisburg_Manchester, Wastewater_Outfalls and Major_Rivers.
  5. In the Selection group, click the Select By Location button to open the Select Layer By Location tool in the Geoprocessing pane.
    Image Added

  6. Select Wastewater_Outfalls within Harrisburg_Manchester.

...

Symbolizing Layers By Attributes

Symbolizing Layers By Quantity

  1. In the Contents pane, right-click the Census_2010_By_SuperNeighborhood layer name and select Symbology.
  2. Use the primary 'Symbology' drop-down menu to select Graduated Colors.
  3. Use the 'Field' drop-down menu to scroll down sixth from the bottom and select the SUM_Vacant field. This field stores the number of vacant housing units within each neighborhood.

The map view now displays a choropleth map, where the darker colors represent higher numbers of vacant housing units. In studying the map, it appears as if the most vacant housing is in southwest Houston outside the Loop. While this is true according to raw counts per neighborhood, there could be differences in the neighborhoods that are unaccounted for in this symbology. Now you will try normalizing by the area of the neighborhood.

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

As discussed in the Introduction to GIS Data Management course, the projection of the census layer is 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 vacant housing units per square decimal degree. This is a somewhat incomprehesible 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. If you wanted to make a map that displays vacant housing units per square mile, then you would add a new field to the attribute table and use the calculate 

projecting is further covered in the Introduction to Coordinate Systems and Projections course.

Notice that according to the density of vacant housing units, the greatest amount of vacant housing units appear to be both inside and outside the loop along 59.

  1. Use the 'Normalization' drop-down menu to select the SUM_HU100 field.

The map is now displaying the number of vacant housing units divided by the total number of housing units, or the percent vacant housing units. While all three methods of symbolizing the vacant housing units are techically corect This is probably the most common

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

----------------------------------------------------------------------

Discuss and test classification methods.

----------------------------------------------------------------------

  1. Use the 'Method" drop-down menu to select Equal Interval.
  2. Use the 'Method" drop-down menu to select Quantile.

----------------------------------------------------------------------

Discuss and test number of classes.

----------------------------------------------------------------------

  1. Use the 'Classes' drop-down menu to select 20.
  2. Use the 'Classes' drop-down menu to select 4.

----------------------------------------------------------------------

Discuss and test color schemes.

----------------------------------------------------------------------

Adding Layer Transparency

  1. Ensure that the Census_2010_By_SuperNeighborhood layer is selected.
  2. In the ribbon, click the Feature Layer contextual Appearance tab.
  3. In the Effects group, slide the Layer Transparency slider or type "50" and hit Enter.

Symbolizing Layers By Category

  1. Use the primary 'Symbology' drop-down menu to select Unique Values.
  2. Use the 'Field 1' drop-down menu to select Name.
  3. In the Contents pane, collapse the Census_2010_By_Superneighborhood symbology.

----------------------------------------------------------------------

zoom into neighborhood, go to explore button, click on neighborhood to find out neighborhood name.

----------------------------------------------------------------------

Selecting Features Programatically

Selecting Features By Attributes

  1. In the ribbon, click the Map tab.
  2. In the Selection group, click the Select By Attributes button to open the Select Layer By Attribute tool in the Geoprocessing pane.
    Image Removed
  3. In the Geoprocessing pane, click the Add Clause button.
  4. Use the drop-down menus to build the following expression: Name is Equal to 'YOUR_NEIGHBORHOOD_NAME' and click the Add button.
  5. Ensure your Geoprocessing pane appears similar to that below and click Run.

...

  1. Image Added
  2. In the Contents pane, right-click the Census_2010_By_SuperNeighborhood layer name and select Data >  the Wastewater_Outfalls layer name and select Data > Export Features.
  3. In the Geoprocessing pane, click the  the 'Output Feature Class' field to edit the name. Replace Census_2010_By_SuperNeighbor with "MyNeighborhood". Ensure that you leave everything in the file path through Intro.gdb\.

Selecting Features By Location

Now we will create a map of the bus stops and bus routes within your neighborhood. We could continue to do our mapping within the existing map, but, since we are now focusing on different thematic layers in a different geographic extent, this could be a good time to create a second map within our project.

  1. On the ribbon, click the Insert tab.
  2. In the Project group, click the New Map button.
  3. At the bottom of the Geoprocessing pane, click the Catalog pane tab. 
  4. Rename My Neighborhood and add MyNeighborhoods, BusStops and BusRoutes.

 

  1.  Wastewater_Outfalls with "HM_Outfalls". Ensure that you leave everything in the file path through CEVE101.gdb\.
  2. On the the Map tab, in the Selection group, click the Clear button to clear the selected features.

Image Added

  1. Select Major_Rivers that intersect Harrisburg_Manchester.

    Image Added

  2. In the Contents pane, right-click the Major_Rivers layer name and select Data > Export Features.
  3. In the Geoprocessing pane, click the 'Output Feature Class' field to edit the name. Replace Major_Rivers with "HM_Rivers". Ensure that you leave everything in the file path through CEVE101.gdb\.
  4. On the the Map tab, in In the Selection group, click the Select By LocationClear button to open the Select Layer By Attribute tool in the Geoprocessing pane. Select bus stops within neighborhood.
    Image Removed
    Select bus routes within 100 ft of bus stop in neighborhoodclear the selected features.
  5. In the Contents pane, right-click on Wastewater_Outfalls and select Remove. Repeat removal for Major_Rivers.

You now have a map of the Harrisburg/Manchester Super Neighborhood with the rivers that intersect it and the wastewater outfalls that lie within it.

...

Presenting and Sharing Maps

Creating a Layout

Once you are finished with your analysis, you may want to create a map that is suitable for adding to a report, presentation, or sharing with others who don't have access to ArcGIS software.

  1. On the ribbon, click the Insert tab.
  2. Click the New Layout button.
    Image Added
  3. If you wanted to create a custom image size for insertion into a report or presentation, you could select Custom pages size ... at the bottom of the options, but for a full page layout, select Letter 8.5" x 11" at the top left of the options.
  4. From the Insert tab, click the drop down for Map Frame. Select Neighborhood Outfalls
    Image Added

More tips for creating a layout are covered in the Map Layouts for Publication short course.

Exporting a Layout

  1. On the ribbon, click the Share tab.
  2. Click the Export Layout button.
  3. On the left, click the Desktop folder.
  4. Double-click the Intro CEVE101 folder.

Discuss export file types and resolutions.

  1. For 'Resolution (DPI)', type "300".
  2. Click Export.

To continue learning intermediate topics, refer to the courses in the other ArcGIS Pro Series.

Exploring the ArcGIS Pro User Interface

Tabs, groups buttons, panes, views