Methods: Part 1(Figure 1) entailed finding suitable areas for bear management in Marquette county in Michigan. First the bear locations had to be added from an excel sheet by mapping the X-Y values, then merged with the landcover feature class to create the bear_cover feature class, merging both feature classes together. After the streams were found to be suitable habitat for the bears, so to include this in the management plan a 500 meter buffer was created around the streams, which then was dissolved to delete any internal boundaries. The dissolved layer underwent a select by location with the bear_cover as the target layer, then create layer from selected features resulting in the streams_buffer feature class with the bear locations found within the 500 meter buffer. Landcover then underwent a select by attributes/create layer from selected features to create the landcover_selection feature class, which only included the top three minor_type landcovers for bears. Landcover_selection was intersected after with the Streams_Buffer feature class to create the Suitable_Habitat feature class, which was dissolved to make the final Suitable_Habitat_Dissolve feature class that had the bear locations and suitable habitats that fell within the stream buffer. The DNR_mgmt feature class then had to be intersected with the Suitable_Habitat_Dissolve layer to bring in the rest of the state/data creating the Suitable_Study_dnr class, which was dissolved, to make the Dissolve_Suitable_Final layer. To then eliminate the urban areas from the study/management areas the landcover feature class had to again undergo a select by attributes creating Urban_Areas class, then a buffer around to create Urban_Buffer. Finally the Urban_Buffer and Dissolve_Suitable_Final classes were clipped together to exclude the urban buffer areas from the management area creating the final map product (Figure 2).
Part 2 (Figure 3) was broken up into two parts, the first part was to create a map that showed the lakes around Wisconsin cities that would be good for tourist looking to resort on lakes in Wisconsin. The first part included the buffering of the cities feature class that would pick the lakes that were close to cities, but the lakes as well had to be selected by their attributes to be bigger than 5sq.miles and a layer created from those selected features called Lake_ResortAE. After the two resulting class (WI_cities_buffered, Lake_ResortAE) were created they then were clipped to excise the leftover lakes not found within the buffer of the cities resulting in the final feature class: lakes_resort (Figure 4). The final part to Part 2 (Figure 3) had us creating a multiple ringed buffer around the interstates of Wisconsin, then creating 6 zones of Hazard levels from the multiple rings in the buffer (Figure 5). Python Scripting was used for all of Part 2 instead of the normal ArcToolbox or SQL expression query windows (Figure 6).
Results:
![]() |
Figure 1: A data flow model showing the steps taken and geoprocessing tools used to create the final map.
|
![]() |
Figure 2: Map depicting suitable habitats for bears in the study area in Marquette County, Wisconsin.
|
![]() |
Figure 3: Data flow models for both scenarios in Part 2 of Lab 5, showing the utilization of the geoprocessing tools. |
![]() |
Figure 4: Map showing the lakes that would be ideal for tourists looking to resort in Wisconsin.
|
![]() |
Figure 6: Example of Python Scripting used for Part 2. |
Sources:
1. ArcMap 10.2.2.(2014) [Software]. ESRI Inc., Redlands, CA. [accessed 4/20,23/2015].
2. Michigan Department of Natural Resources (DNR).
3. Price, Maribeth. 2014. Mastering ArcGIS. 6th Edition data CD. McGraw Hill.
4. Wilson, Cyril 2012, A comprehensive Lake features for
Wisconsin, Unpublished data. [accessed 4/21/15,4/23/15].