Monday, July 18, 2016

Exercise 3: Python Script of Ski Resorts

Introduction
This exercise was very similar to exercise 1 where a model was used to find locations that are suitable for a new Ski Resort in the greater Rocky Mountain Range area. In this exercise instead of using a model a python script was created to find the same out comes. The python script was created using a program called PyScripter.

Methods
Figures 1.1, 1.2 and 1.3 show the script that was used to find the locations for the new ski resort. A combination of variables, functions and strings were used to create the script. The script is broken up into 3 parts because it made it easier to capture the entire script for uploading.

(Figure 1.1: Part 1 of the script)
(Figure 1.2: Part 2 of the script)
    (Figure 1.3: Part 3 of the script)

Conclusion
Figure 2.1 show a map of the final product of the script. 

No comments:

Post a Comment