Spatial Utilities (geoana.spatial
)#
The geoana.spatial
module provides rudimentary functions for vectors and
functions for converting between Cartesian, cylindrical and spherical coordinates.
|
Transform gridded locations or a set of vectors from cylindrical coordinates \((r, \phi, z)\) to Cartesian coordinates \((x, y, z)\). |
|
Transform gridded locations or a set of vectors from Cartesian coordinates \((x, y, z)\) to cylindrical coordinates \((r, \phi, z)\). |
Compute the amplitudes for a set of input vectors in Cartesian coordinates. |
|
|
Vector distances from a reference location to a set of xyz locations. |
|
Scalar distances between a reference location to a set of xyz locations. |
|
Dot product between a vector and a set of vectors. |
|
Stack spatially distributed scalar values to simplify multiplication with a vector. |
|
Generate a 3x3 rotation matrix defining the rotation from vector v0 to v1. |
|
Rotate a set of xyz locations about a specified point. |