Python script to calculate strike and dip
My previous post showed the mathematics behind computationally calculating strike and dip from 3 points. Here I will outline how this may be accomplished in a Python script. This is written with Python3 in mind, but should work in Python2 as well. If you get lost with the math, check back to my post on… Read more »