Sunday, May 17, 2015

Lab 3 Vector Analysis with ArcGIS

Goal:

The goal of the project was to find suitable bear habitat within Marquette county Michigan for the DNR to set up within there purchased study area.

 Background:

The Michigan DNR was in search of suitable bear habitat within there purchased study area located in Marquette county. They needed to find areas that would have the highest success and bets placed for the protection of the bears in the area. They first needed to set a few parameters that needed to be meet when looking for a location.
The location needed to be where most of the bear sittings already where. They wanted to find the specific forest cover that where most used by the bears and they also wanted the area to be at least five kilometers away form an urban or built up area to keep down on the interaction with humans.

Methods:

To fulfill the needed parameters I first needed to set all of the locations in which the bears have been located. To do this after we found the X,Y coordinates from the USGS and the DNR information we needed to create a "event theme" which would allow us to use the given locations. Since the coordinates where given in a global coordinate system I needed to add all the data points and set the coordinate system to the same as the geodatabase. Once this was complete I could then export the locations in a new field and use the locations within the maps.

After exporting all of the bear location it was now time to focus on the parameters. First I wanted to see what area the bears where using the most for forest land cover. To complete this first task I needed to spatially join the bear location with the forest land cover. After I joined them I could summarize the table based on land cover type. The summarized table showed the top three forest land types used by the bears.

The next task the DNR wanted to find was how much of an influence streams had on bear location. Being that bears love fish and the similar habitat around streams the DNR needed to see if at least 30% of the bears where spotted within 500 meters of the streams to consider it critical habitat. To find if this hypothesis was true I needed to buffer a 500 meter zone around all of the streams. Once I found the buffer I could select all of the bear locations within the buffer zoned through a spatial join and found that about 72% of the bears used this area making it key habitat. Although since we already found one of the parameters we wanted to compound the results. Using the intersect tool with the buffer zone and the key land types I was able to find all areas that are suitable for the bear within 500 meters of a stream and within the key forest types.

The new key habitat area now can be proposed to the DNR to show them all of the key areas within there study lands. However, the DNR only had a select amount of land that they where able to put into management zones so in order to find the final project areas we needed to clip the DNR management sites from the key habitat area. Once found I could dissolve the internal boundaries leaving us with all of the final best areas for the bear management.

Lastly the DNR wanted to have all of the final proposed management areas at least five kilometers away from any urban or built up zone. To do this we needed to select by attribute from the different zones and find all of the urban and built up areas. Once we located the areas we then could place a buffer around all of the urban areas. and erase the buffer zones from the proposed key habitat this gave us the final and proposed area habitat.

Last to get a understanding of python we where tasked with finding some of the similar areas using the python coding. Below you can find the code used to find the buffer zone of the streams and intersecting it with the suitable habitat area to produce all areas suitable for bears.


Results:

Figure 1.1 shows the best bear forest land cover types based on the top three results which contained about 90% of the total locations. Figure 1.2 is showing the final proposed area found out of all suitable are within the streams and land cover parameters.
After adjusting for containing the DNR management zones and being away form urban areas in both figures you can find the proposed management zones in orange.

This is the model used to make the proposed area.

No comments:

Post a Comment