Sunday, May 15, 2016

GIS Final Project

Goals and Background:
My spatial question for this project was: what areas provide suitable habitat for deer in La Crosse County Wisconsin?  Deer live in areas an appropriate distance away from major roads and urban areas, near water sources like rivers, streams and lakes, and in land cover types like forests, woody wetlands, and herbaceous cover.  Using tools like buffer, intersect, erase, and dissolve I will narrow down areas that have all the criteria in common. This information could potentially benefit hunters, wildlife enthusiasts, or members of the DNR who are tracking deer numbers in the county.  This project is important because it could be used for both recreation and ecological purposes.  Looking at the map, one will be able to easily identify exactly where the largest populations of deer should be or where their population needs to be controlled to go.

Methods:
I used the standard set of Esri data provided by ArcGIS that had been preloaded on the department server and added the cities, urban areas, highways, water bodies, rivers and streams, and county layers. I also found the vegetation layer on the Geospatial Data Gateway website entitled National Land Cover Dataset by State.  I then selected La Crosse County from the counties layer and used this to clip all the other layers.  I changed the coordinate system of the data frame to NAD 1983 State Plane Wisconsin South FIPS 4803 and projected all the other layers to match it.  Because my vegetation layer was a raster dataset, I had to use Raster tools to select the vegetation types of interest, which consisted of forest, herbaceous land, and woody wetlands and then clipped and projected it to match to other layers.  Then I used the raster to polyline tool because unlike the raster to polygon, it kept the cover types distinct and converted it to vector format so I could later intersect it.  I dissolved the internal boundaries that were in the urban and water bodies layers so it would not cause conflicts with the buffer later on.  I then used the buffer tool to buffer areas within 500 meters of rivers and streams and intersected that with the vegetation layer.  From this, I got a layer which showed suitable vegetation areas within a desired distance from water sources.  Next I made a 1000 meter buffer of the highways layer since this was an advisable distance from heavy traffic areas to avoid accidents, and erased it from my suitable vegetation layer and named the new layer Away From Roads.  I also made a 2000 meter buffer away from urban areas because deer should not be near cities and erased that from the Away From Roads layer.  This gave me my final layer of suitable habitat.  See figure one for work flow.




Figure 1: Work Flow for the Project with the final layer resulting in suitable habitat for Deer in La Crosse County, Wisconsin.





Results:
The result of my work shows area in La Crosse County that can be easily and safely inhabited by deer (figure 2).  The final layer shows land area near streams and rivers, in the proper vegetation types for deer, and away from highways and urban areas.   This area is the proper area for deer to live and avoid dangerous encounters with humans like car accidents


Figure 2: Final Map of Suitable Habitat for deer in La Crosse County, WI




References:
 Esri data base. USA Data. 2013., 5/2/2016.
  Geospatial Data Gateway. National Land Cover Dataset by State. 2011., 5/2/2016



Monday, May 2, 2016

GIS 1 Lab 5

Goals and Background:
The goal of this lab is to determine which vector geoprocessing tool to use in a given situation and apply that tool correctly.  In this lab, we will use the tools to find suitable habitats for bears in Marquette County Michigan. We will use GPS locations of black bears and fit their locations with a suitable forest habitat.  Other criteria like proximity to streams will also be used to determine the best habitat for bears.  The lab will also introduce basic scripting in python for ArcGIS with vector geoprocessing tools.

Methods:
To start, I downloaded the data and created a feature class for bear locations based off of XY coordinates from an excel sheet.  I then used the intersect tool with the bear locations and landcover feature classes to combine the bear ID and habitat type fields to find the three most popular habitat types the bears were found in.  Then I found how many bears were found within 500 meters of streams to determine if that was a popular location for them.  I buffered the streams and intersected that outcome with the bears locations.  The majority of bears were found near streams.  I then used the popular land cover types and the proximity to streams to find general suitable habitat for the bears.  I made a layer by selecting the bears three most popular landcover types and intersected that with the proximity to streams layer.  After dissolving the boundaries within the layer, I got a map of suitable bear habitat (figure 1).  The next objective was to find suitable habitat that was on DNR management land.  I used dnr_mgmt layer and used the clip tool to get it only within the study layer and not the whole county, and then the dissolve tool to get rid if the internal units.  Next I intersected the modified dnr_mgmt layer with the previous suitable bear habitat layer and got suitable land within dnr boundaries (figure 2).  The next step involved changing the suitable bear habitat layer to exclude areas within 5 kilometers of Urban or Built Up lands.  I selected Urban from the landcover feature class and dissolved it.   I then applied the 5 km buffer using the Buffer tool and used the Erase tool to erase it from the suitable bear habitat (figure 3).  For the second part of the lab, I used python scripting to find areas in Wisconsin that are suitable for the development of resorts (figure 5).  I created a 10 miles buffer around cities and wrote code to select by attribute for lakes greater than 5 sq. mi.  For the second task of part 2, I wanted to create potential impact zones of air pollution around interstates in Wisconsin.  In python scripting, I used code for a multiple ring buffer around interstates and created a graduated colors map (figure 6).

Results:


Figure 1: All suitable habitat for bear within the study area of Marquette county





Figure 2: Suitable land for bears within DNR management land in the study area


Figure 3: Suitable habitat for bear with a 5 km buffer from urban land




Figure 4: Final product showing suitable area and area with DNR management land



 Figure 5: python code for a buffer are lakes to find areas suitable for a resort


Figure 6: Air Pollution hazard index around interstates in Wisconsin using a graduated colors map.

Sources:
 Michigan Department of Natural Resources (DNR). 5.1.2016
 Price, Maribeth. 2016.  Mastering ArcGIS. 7th Edition data. McGraw Hill.
 Wilson, Cyril 2012, A comprehensive Lake features for Wisconsin, Unpublished data.