This post is the result of an online conversation about tidal ellipses and how to compute them in Python. We will be using the same data from previous posts.
import pandas as pd
from datetime import datetime
fname = './data/15t30717.3f1'
cols = ['j', 'u', 'v', 'temp', 'sal', 'y ...