Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Contents pane, right-click the Census_2010_By_SuperNeighborhood layer name and selectSymbology.
  2. Use the primary 'Symbology' drop-down menu to selectGraduated Colors.
    Image Added
  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.

  4. 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_

...

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

...

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

...

  1. .

...

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

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

...

  1. both methods of symbolizing the vacant housing units are

...

  1. technically correct, this is probably the most common method.

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

...


  1. Image Added

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

    Notice how the map changes. Equal Interval divides the range of attribute values into equal-sized subranges.

  3. Use the 'Method" drop-down menu to select Quantile.

    Again, the display of data on the map changes. Quantile assigns the same number of data values to each class.

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

    Observe how changing the number of classes alters the display. 

  6. Use the 'Color Scheme' drop-down menu to select a different color scheme of your choice.

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.
  4. Return the Layer Transparency slider to "0".

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

...