Monday, December 14, 2015

GIS 1: Lab Four - Spatial Question & Vector Analysis


Introduction:

The object of this lab was to propose a spatial question that was relevant and could be answered with a simple set of criteria, where we would use the geoprocessing skills (vector analysis) that we have learned previously. The spatial question I proposed was, what is the best place for a new outdoor camping and recreation center? The intended audience for my question are outdoor enthusiasts looking to explore new outdoor areas, families looking for family friendly and easily accessible recreation areas to bring their kids, as well as others who do not own recreational items such as kayaks, canoes, and tents or those individuals that do not want/cannot travel long distances with those items. The idea behind the question stems from my passion to explore the outdoors. Additionally, being a college student I do not have the ability to own a kayak, but I love kayaking, so having a place where I could explore and be able to easily rent recreational items is ideal.

Data Sources:
In order to find a suitable area for a new outdoor camping and recreation center, I needed to determine the data pertinent to answering my question. I navigated through many datasets from the ESRI2013 database including base data, hydrographic data, and transportation data. The features I decided that were most important to answer my spatial question were the proximities of major highways, airports, lakes, summits, cities, previously established park and recreational areas, as well as already established national parks or national forests. My favorite place to explore the outdoors is the western United States, so I picked an area found in either Montana or Wyoming. To narrow my search to just one state, I picked an area based on high traveler destination. One place I’ve always wanted to visit is Yellowstone National Park and it is a highly recommended traveler location, so I focused in on the counties in and around Yellowstone National Park. A few data concerns I have with my criteria and area of interest is the reliability of the roads/highways present and the scale to which travelers will use to determine their likelihood of visiting. Also, because some data was unavailable, I was not able to determine the land cover present at these areas.

Methods:
In order to begin solving my spatial question, I picked an area of interest, Yellowstone National Park, and found a county that was included in my area that contained all of the criteria I was looking to use. The county I used was Park County, WY. I searched through data to find a precise area that visitors could access based on airport and highway accessibility, where there is abundant resources for outdoor recreation including lakes and summits for water activities and hiking, as well as a nearby city. I found Yellowstone Lake off of Entrance Road/Fork Highway, inside of Yellowstone National Park in Park County, Wyoming that does not currently have any recreation centers nearby. Because water is an important feature for outdoor recreation centers and camping, I made that my focal point based on its proximity to an airport, and used the additional criteria based on the location of the lake.

I created a blank file geodatabase and then browsed data form the ESRI2013 database. Once I concluded that the area I wanted to use was Park County, WY, I exported my county of interest to the geodatabase. Then, I had to clip all of the feature classes I was planning to use to my county: major highways, lakes, summits, airports, cities, previous parks and rec areas, and national parks/forests nearby. After I clipped all of the feature classes I was going to use, I decided to project my data using the projected coordinate system: NAD_1983_2011_StatePlane_Wyoming_West_FIPS_4904. After this, I was then able to move on and begin running analysis to answer my spatial question.

First, I created a buffer around Lake Yellowstone to find the number of summits present within a 100km radius. Then, I used that selection of summits within 100km of the lake to create an additional buffer of highways found within 25km of those summits. Once I had my selection of highways and summits I created a new layer with those features by intersecting the buffers and getting rid of the internal boundaries. Because I realized that 100km is a far distance to travel for outdoor activities, I decided to create a new buffer of only 25km away from the lake that included the summits and the highways. After, I had to intersect my 25km buffer of highways and lakes to only be included in Yellowstone National Park boundaries and the Park County boundaries (Figure 1). Once I had finished, I had an ideal location for a new outdoor camping and recreation center in Yellowstone National Park.
Figure 1. Digital flow model representing the methods used to obtain an answer to my spatial question.
 

Results:
The result of my project was an area anywhere in the 25 km radius of Yellowstone Lake, inside the Yellowstone National Park boundaries, and inside of Park County, WY (Figure 2). The major highway that runs from the Yellowstone Regional Airport into Yellowstone National Park is called Fork Highway. There is a city named Cody, which is just west of the airport along Fork highway where travelers can obtain any necessary items. From there, you follow Entrance Road all the way to Yellowstone Lake. Once you are in Yellowstone National Park, there are many summits within the 25km radius of the lake and the highway/road for exploring. Ideally, the recreation center would be to the east of Yellowstone Lake not too far off of the road, with adequate camping areas around the lake and hiking trails to the summits and surrounding areas.

Figure 2. The area for my proposed outdoor recreation center is shown in the aqua color on the east side of Park County, WY. The data used for assessment for my spatial question includes airport proximity, city proximity, water proximity, summit location and highway accessibility. Ideally, the outdoor recreation center would be to the east of Yellowstone Lake, not too far off of Entrance Road.


Evaluation:

My overall impression of this project is that I really enjoyed it. I thought it was great that we got to create our own spatial question and use our own criteria to solve it. If I had to repeat the project, I would like there to be stricter guidelines as to what kinds of questions we should propose. The challenges I faced with my project were unavailable criteria for the assessment of my proposed question. Overall, I really enjoyed the project, it made me think outside of the box and use everything that we had learned in class and using the MAG book to do a project that was completely our own.

Friday, December 4, 2015

GIS 1: Lab Three - Vector Analysis with ArcGIS


Background:

The goal of this lab was to develop a suitable habitat for bears present in the research area of Marquette County, Michigan using geoprocessing tools aimed at vector analysis in ArcGIS to then create a digital data flow model and a cartographically pleasing map showcasing the new suitable habitat. The purpose of this lab was to use GPS points (X,Y coordinates) of bear location from an excel file and determine the area most suitable for the bear habitat based on certain criteria.

Methods:
The first objective was to map the GPS points of X and Y coordinates found in an excel file. These points represented black bear locations in central Marquette County, Michigan. In order to map X and Y coordinates that are in a non-spatial database (ex: excel) you need to add the coordinates as an “event theme”. An “event theme” is a temporary display of X, Y data in ArcMap, but they have certain limitations because an “objectID” field is not officially generated in an “event theme”. Without an “objectID” field you cannot select features in the map layer, edit layer attributes, perform any interactive edits such as selecting points and moving them, or define a relate. X, Y coordinates describes points on the earth’s surface, the fields must be numeric; once you add data to your map it becomes an X,Y event layer and acts like other point feature layers.

To add the X,Y event theme, I simply added X,Y data under add data from the file drop down bar, using a projected coordinate system called NAD_1983_HARN_Michigan_GeoRef (Meters), indicating my X-Field as my X-points collected, and my Y-Field as my Y-points collected. Then, I exported my points into my geodatabase as a feature class to use for further mapping.

Following this process, I needed to determine the habitat that the bears were inhabiting by creating a new feature class with the bear location and the land cover type where it was found. I joined the feature class of bear location points and the type of land cover, based on the ObjectID field. It was a simple spatial join. Then, to determine the top three habitat types that the bears inhabited, I summarized the bear location by the land cover type in that location. The top three habitats the bears were found in were mixed forest land, evergreen forest land, and forested wetlands.

After determining the top bear habitat lands, I needed to find out how many bears were found near, within 500 meters of a stream, when the GPS point was collected. In order to do this, I created a buffer of 500 meters around all of the streams, then under data management and generalization, I used the dissolve tool to blend the layers. After, I used the select by location to determine the percentage of bears found within 500 meters of a stream; it was 92.7%. Sixty-three out of sixty-eight bears were found within 500 meters of a stream. Biologists consider a percentage above thirty to be important criteria.

Now to find suitable areas for bear habitats, I used the two criteria assessed earlier. I needed to find all of the locations with the top three land covers and within 500 meters of a stream. To do this, I needed to separate the land cover types by using the select by attributes to select the top three land covers and create a new feature class with only those types. Then, I used the intersect tool to combine the top three land cover areas and the stream buffer of 500 meters to create a new layer that would be considered suitable habitat areas. Because I combined two layers, I needed to remove the internal boundaries to create one layer by using the dissolve tool.

Once I established all of the suitable areas for a bear habitat based on land cover and location to a stream, I needed to find the suitable areas under DNR land management. To do this, I performed an overlay analysis intersecting the DNR managed lands and the suitable locations, removing the internal boundaries to create one new layer containing areas of suitable habitat within the DNR management areas.

Lastly, I wanted to create suitable bear habitats away from urban or built-up areas, so I created a 5 kilometer buffer around urban and built-up areas and used it to eliminate all of the areas that were DNR managed lands and suitable habitats within that area.

During the lab, I recorded my steps to create a digital data flow model.

Digital data flow model of methods performed during this lab.



Python code to adjust streams buffer and the urban areas buffer.

Results:
During objective two, it was determined that 92.7% of black bears were found within 500 meters of stream. Sixty-three out of sixty-eight bears were found within 500 meters of a stream. Biologists consider a percentage above thirty to be important criteria. The pink colors on the map show areas that are suitable for bear habitats under two criteria: land cover type and accessibility to streams (within 500 meters).The dark pink areas of the map are the final products for suitable habitat area because they are more than five kilometers from urban or built-up areas, are DNR managed lands, and contain both criteria. The light pink areas represent suitable habitat that is within five kilometers of urban or built-up areas, are DNR managed lands, and contain the two criteria.  

Figures:
The map represents suitable habitat areas for black bears in Marquette County, MI. The pink colors show areas that are suitable for bear habitats under two criteria: land cover type and accessibility to streams. The dark pink areas are the final products of suitable habitat area because they are more than five kilometers from urban or built-up areas. The light pink areas represent suitable habitat that is within five kilometers of urban or built-up areas.


Digital data flow model of step taken to achieve a suitable habitat for black bears in Marquette County, MI.

 
Sources:
All data downloaded from:

Land cover is from USGS NLCD:


DNR management units:


Streams from: