shoot.eddies.eddies2d.Eddy

shoot.eddies.eddies2d.Eddy#

class shoot.eddies.eddies2d.Eddy(time, lon, lat, i, j, ro, eddy_type, track_id, is_parent, radius, length, eff_radius, eff_length, vmax_radius, vmax_length, vmax, x_eff, y_eff, x_vmax, y_vmax, elon, elat, a, b, angle)[source]#

Lightweight eddy representation reconstructed from saved data

Unlike GriddedEddy2D, this class does not perform any computation. It is used to reconstruct eddies from NetCDF datasets for visualization and tracking purposes.

__init__(time, lon, lat, i, j, ro, eddy_type, track_id, is_parent, radius, length, eff_radius, eff_length, vmax_radius, vmax_length, vmax, x_eff, y_eff, x_vmax, y_vmax, elon, elat, a, b, angle)[source]#

Methods

contains_points(lons, lats)

plot([ax, lw, color])

Quickly plot the eddy

plot_previ([ax, lw, color])

Quickly plot the eddy

reconstruct(ds, track)

Attributes