4.4.3. thuner.attribute.ellipse

functions ellipse attributes.

Functions

from_mask(attribute_group, object_tracks, ...)

Get ellipse properties from object mask.

default([matched])

Create the default ellipse attribute type.

latitude()

Convenience function to build an attribute for the center latitude of the ellipse fit.

longitude()

Convenience function to build an attribute for the center longitude of the ellipse fit.

major()

Convenience function to build an attribute for the major axis of the ellipse fit.

minor()

Convenience function to build an attribute for the minor axis of the ellipse fit.

orientation()

Convenience function to build an attribute for the orientation of the ellipse fit.

eccentricity()

Convenience function to build an attribute for the eccentricity of the ellipse fit.

ellipse_fit()

Convenience function to build an attribute group for ellipse fit attributes.

thuner.attribute.ellipse.default(matched=True)[source]

Create the default ellipse attribute type.

thuner.attribute.ellipse.eccentricity()[source]

Convenience function to build an attribute for the eccentricity of the ellipse fit.

thuner.attribute.ellipse.ellipse_fit()[source]

Convenience function to build an attribute group for ellipse fit attributes.

thuner.attribute.ellipse.from_mask(attribute_group, object_tracks, grid_options, member_object=None, matched=True)[source]

Get ellipse properties from object mask.

thuner.attribute.ellipse.latitude()[source]

Convenience function to build an attribute for the center latitude of the ellipse fit.

thuner.attribute.ellipse.longitude()[source]

Convenience function to build an attribute for the center longitude of the ellipse fit.

thuner.attribute.ellipse.major()[source]

Convenience function to build an attribute for the major axis of the ellipse fit.

thuner.attribute.ellipse.minor()[source]

Convenience function to build an attribute for the minor axis of the ellipse fit.

thuner.attribute.ellipse.orientation()[source]

Convenience function to build an attribute for the orientation of the ellipse fit. Measured in radians from the positive zonal axis.