Tools for easy handling of Plate Kinematics functions with Julia ๐ ๐.
This package provides 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.
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")
julia> using PlateKinematics
julia> ?PlateKinematics
To assign as alias to the module, you may use the following:
const pk = PlateKinematics
Some usage examples may be found under examples/
. These examples are further explained in the package's documentation.