This module focused on the different types of data classification methods used map making. I was provided with census tract data for Miami-Dade County, FL from the FGDL and prompted to make maps of the county using some of these classification methods. The methods I used were Equal Interval, Quantile, Normal Break, and Standard Deviation classification. I was asked to make a map using each method to show distribution of the percentage of senior citizens (people above the age of 65) per census tract as well as the total population count of senior citizens. I used ArcGIS Pro to achieve this and I will discuss my final maps below:

-
The Equal Interval classification method divides classes using equal ranges in the data. This is achieved by dividing the total range of the data by the number of classes desired. This type of classification is easy for the reader to interpret and will never contain gaps or missing values in the legend. However, there can be missing classes in the map display itself. Such is the case in this exercise, where one or more class values are not present in both the first compilation and the second. This affected the population percentage and total of the classes higher in their respective ranges.
The Quantile classification method ensures there is an equal number of observations spread amongst 5 classes. This method will never have empty classes or classes with few values; however, it is possible to have classes containing similar values. It is also possible for there to be largely different values in the same class. For both compilations in this exercise, the pattern was very similar. The clusters of higher values in the range for both percentage of senior citizens and total population is highest in the Northeastern area of Miami-Dade and lowest in the Western and Southeastern areas.
The Standard Deviation classification method forms classes based on adding and subtracting the standard deviation from the mean of the dataset. This method considers how data values are distributed along a number line and will inherently contain no gaps in its legend. This is a much less approachable classification method as it not only requires the creator to ensure that data is normally distributed, but also that the map viewer has a basic understanding of statistics. There is no real pattern between standard deviation maps in this exercise, and only the map based on total population of senior citizens has been normalized.
The Natural Break classification method aims, using algorithms, to create class ranges based on making values in the same class be as similar as possible. This minimizes in-class variance while maximizing inter-class variance. This will naturally group outliers in their own classes, which helps emphasize extreme values visually. The caveat is that it can also group a large amount of data values into just one or two classes. Between compilations in this exercise, there is a relatively loose pattern between low and values in both percentage of senior citizens and total population of seniors, trending low from the Western part of Miami-Dade to high in the Northeastern area of the county.



Comments
Post a Comment