Sunday, December 11, 2016

GIS Lab 3: Vectory Analysis with ArcGIS

Goal:

The goal of this lab was to determine suitable habitat for bears living in the study area of Marquette County, Michigan, while using different geoprocessing tools for vector analysis in ArgGIS.

Background:

The idea for this lab was to determine what land in the study area of Marquette County would be most suitable for bears while keeping in mind which type of land bears prefer,  location to streams, the distance to urban areas, and where bears have been located in the past.

Methods:

Throughout the lab, one encounters numerous steps and methods while utilizing previous skill sets and advancing with them.


Objective One:
Objective one looks at the type of files and data one will be working with throughout the lab. There are X,Y coordinates of where the bears are located in the bear_locations_geog$ excel file but they need to be added as an "event theme" to be mapped. An "event theme" is just a temporary display of X,Y data in ArcMap. Once the coordinates are mapped, they are exported to ensure they will be added to the geodatabase as a feature class.


Objective Two:
Objective two requires adding all of the feature classes that are within the bear_management_area feature dataset. One of the feature classes, bear_locations, has information on what type of land cover the bears were located on when there whereabouts were recorded. So, bear_locations is intersected with landcover to produce a new layer that shows how many bears were located in each land cover type. Then, a query is used to determine which top three landcover types had the most bears located on them. The results of the top three land types were: Evergreen Forestland, Forestland Wetlands, and Mixed Forest Land.


Objective Three:
In objective three, information is given on how bears might be found most often near streams. The next step is to create a 500 meter buffer around the streams to determine how many bears were located within that distance. The results showed that in fact 72% of the recorded bears were located within 500 meters of a stream. One can tell that the close proximity towards streams is a very important characteristic in bear habitat. The buffer leaves a lot of remaining polygons. To clean them up, the dissolve tool is used to dissolve all the stream buffers into one remaining polygon which is now its own layer.


Objective Four:
Using the information produced by the past two objectives, one must perform an intersect between the land cover types layer and the stream buffer layer to produce a new layer that is suitable areas for bear habitat. The dissolve tool will also be used again to remove the internal boundaries.


Objective Five:
Objective five explains that the DNR wants to find suitable bear habitat that is located within their management lands. So, the dnr_management feature class must be added but it includes information of all of Marquette County so one is required to intersect and dissolve the dnr_management feature class and the studyarea layer to ensure that the data only applies to the study area. After that, another intersection is performed with the bear habitat layer and the new DNR management layer that only includes data located in the study area.


Objective Six:
Objective six requires that the bear management areas be away from urban or built up land. There are three different steps to complete this process. The first step is to perform a query to select only urban or built up land to create its own layer. Secondly, create a 5 kilometer buffer surrounding the urban and built up land layer as well as dissolving once again. This buffer helps to show the land that will not be used for bear management areas. Lastly, the erase tool will erase the 5 kilometer land cover buffer of the urban and built up land and leave only the bear management areas.


Objective Seven:
Create a cartographically pleasing map and data flow model that shows the steps throughout the lab.
 
 
Figure 1: Map of Suitable Bear Habitat within Marquette County, MI


Figure 2: Data Model of steps used throughout the lab.


Objective Eight:
Objective eight introduces the functionalities of Python. One is required to write a few simple commands in order to perform geoprocessing operations. Here in screenshot of some of the commands:




Results:

Figure 1 shows the map results of this lab. The map displays the study area which is Marquette County, MI and it shows information on bear locations, streams, bear habitat and DNR management land. The DNR management lands are located in the Northwest region of the study area because the urban and built up land was located in the Southeastern part of the study area. Not all of the bears are located in the suitable bear habitat regions but they are located near streams. Figure 2 shows a model of what tools where used throughout the lab and the outcomes that each created. This lab was very helpful in the fact that it helped strengthen the knowledge of tools and it provided and introduction to Python.

Sources:


USGS NLCD
State of Michigan Open GIS Data
DNR management units, land cover and stream data from: https://www.mcgi.state.mi.us/mgdl/







No comments:

Post a Comment