fronttracker.core.FrontSkeleton

Skeletonized representation of a front.

Parameters

latitude : array-like Latitude grid values. longitude : array-like Longitude grid values. grid : ndarray Binary grid of the front.

Attributes

skeleton : ndarray Skeletonized grid (NaN where no skeleton exists). length : float Geodesic length of the skeleton in kilometers.

grid instance-attribute

grid = grid

latitude instance-attribute

latitude = latitude

longitude instance-attribute

longitude = longitude

skeleton instance-attribute

skeleton = astype(float)

__init__

__init__(latitude, longitude, grid)

_length

_length()

Compute the geodesic length of the skeleton.