Data Sources: The data and corresponding metadata I used to complete this project are as follows:
- WiDNR2014.DBO.County_Boundaries: Wisconsin County Boundaries
- Esri2013.DBO.blkgrp_usacen: U.S. Census Block Groups
- Esri2013.DBO.mjr_hwys_usadata: U.S. Major Highways
- Esri2013.DBO.rail100k_usadata: U.S. National Transportation Atlas Railroads
- Esri2013.DBO.gschools_usadata: U.S. Geographic Names Information System Schools
- Esri2013.DBO.park_dtl_usadata: U.S. Parks
The Esri data was provided with ArcGIS and the WDNR data came from the WDNR database at http://dnr.wi.gov/maps/gis/metadata.html.
There were a few data concerns that materialized as I worked through this project. One was with the completeness of the data set, in particular with the schools feature class. As I was looking through the public schools in the attribute table I noticed that Einstein Middle School, a large Middle School in Appleton, was not included in the data. This made me concerned that other public schools were not featured as well. Another concern I had was with the block group data set. I wanted to find the density of families based on the 'Families' and 'SQMI' fields as a way of finding neighborhoods with large percentages of families with children. However, it is hard to tell what the dynamics are of 'Families' with the U.S. Census data so I had to make an educated assumption that the likelihood of people who are reporting that their household is considered a "Family" is based on their being children in the household.
Methods: There were numerous steps that I took to get the final result that I was looking for. I first dropped in the Wisconsin county boundaries data set and then selected and exported Outagamie County to get outagamie_co. This is the feature class I used to clip the rest of the data sets that I used in this project. Using the schools data I first created two features classes, cnty_grade_schools and cnty_middleandhigh_schools, set a four mile buffer on both, and then intersected the resulting classes so that I would have a proximity to both grade schools and middle and high schools. With the block group data set, I added a family density field which I then calculated using the 'Families' and 'SQMI' fields. I then selected and exported the data that produced high family density block groups (outagamie_highfamdens). Using the parks data set I set a one and a half mile buffer so that my final result would be within this distance of any park (outagamie_parks_final). I wanted my final result to be a certain distance away from both highways and railroads to cut down on the potential high level of noise, so I set a half mile buffer on major highways, a one mile buffer on railroads, and then combined the two results using a union (outagamie_hwyrail_buffer). Now that I had my base feature classes I desired it was time for the finalizing steps. I intersected the schools, high family density, and park feature classes to get areas that featured all three data sets (outagamie_parks_fam_schools), and then with that result I performed an erase with the highways and railroads feature class (potentail_house_area). To get a clean looking result, I then used the dissolve and clip tools which answered my question with potential house areas. The data flow model below summarizes my workflow through this project (Figure 1).
![]() |
| Figure 1: Data Flow Model |
![]() |
| Figure 2: Final Result Map |
| Figure 3: Final Result County Map |


