vector_derivatives#
- rojak.core.derivatives.vector_derivatives(u: DataArray, v: DataArray, units: LatLonUnits, components: list[VelocityDerivative] | None = None, geod: Geod | None = None, crs: CRS | None = None) dict[VelocityDerivative, DataArray] [source]#
- Parameters:
u (DataArray)
v (DataArray)
units (LatLonUnits)
components (list[VelocityDerivative] | None)
geod (Geod | None)
crs (CRS | None)
- Return type: