Goal and Objectives:
The goal of this assignment was to lean how to use and perform network analysis. I used model builder to automate the process for us. Using model builder helped my understanding to show the flow of work that goes into network analysis and what steps need to happen at what time in the process to get to the end goal. I applied network analysis to the determine the cost of frac sand mining across counties by the increased truck traffic from moving the sand from mine to rail terminal. This method helped to understand the impact of frac sand mines that is not just the impact of the mine itself, but the entire county.Methods:
I had to prepare the feature classes to use the network analysis tool. I am using the mine data that I revived from the Wisconsin DNR. We have been using this data for a few weeks now. Some of the mines are not currently active therefore not all of the mines are used. The mines that I am looking at ship their sand from the trucks to the rail terminals. Using a python script helped too speed up the process which selected all of the active mines without rail loading stations within 1.5km of railway. I was left with 44 mines.
To start the second part of this exercise I was given a geodatabase that had rail terminals in Wisconsin and had to use these for my analysis. I also used a street network data set from ESRI street map which was used during the network analysis to learn how to map routes and find the closest facility using incidences and facilities.
Figure 1: This is a model showing how I came to the conclusion of the graphs below. |
Once I was finished with that steep I was to use model builder and create a flow chart (Figure 1). This flow chart was the tool to figure out the distance and cost associated with the roads due to the distance of the trucks going from the sand mines to the rail terminals and back. First i had to use the Make Closest Facility Layer tool and the add location tool. I used the mines as the incidents and the rail terminals as the facilities which allowed me to set up my network analysis. I then had to solve by routes to determine the closest station to each mine. Then, I had to use the select data and Copy Features tools to create a feature class from the routes that I solved for from the network analysis. I then had to use the Project tool to change it to NAD 1983 HARN Transverse Mercator feet to get the correct numbers to use in my calculations. I then had to use the Summary Statistics tool which allowed me to create a table with the route distances broken down by county. I then had to create two different fields and use two different calculations. The first field I had to create was miles from the total shape length. I then had to create a field called cost for the amount it cost to repair the roads. The two equations I used were multiplying the foot distance by 0.00018939 to get meters. I then took the meters number and multiplied it by 2*50*[total_Miles]*0.22. The numbers for cost and trips are hypothetical.
Figure 2: Final Map showing the closest routes from mine to rail terminal along with the cost of maintenance per county. |
Results:
The results I got from the data from the first part can be shown below. This shows the different routes and gives a better understanding of the model we previously used.
Figure 3: This graph is showing the distance trucks would need to drive within each county to get from the mine to the terminal. |