A user-friendly tools for easy handling of Plate Kinematics functions with Julia ๐ ๐
Overview
PlateKinematics is a package aimed at providing types, functions and documentation for working with Finite Rotations, Euler Vectors and Surface Velocities. The knowledge builds from the framework layed down by Allan Cox in his book Plate Tectonics: How It Works.
Installation
To install, use Julia's built-in package manager (accessed by pressing ]
in the Julia REPL command prompt) to add the package and also to instantiate/build all the required dependencies.
julia> using Pkg
julia> Pkg.add("PlateKinematics")
Getting started
julia> using PlateKinematics
julia> ?PlateKinematics