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(url="https://https://github.com/ValeEspinozaF/PlateKinematics.jl")

Citing

Journal of Open Source Software perhaps?