ttide_py
ttide_py copied to clipboard
A direct conversion of T_Tide to Python
Can you give me an example about the factor "infiname=[], infirefname=[]". When I run it every time, debug error is "NameError: name 'strmatch' is not defined". Could you help me...
`num2date` and `date2num` are implemented in `time.py` to save the user from having to import Matplotlib. However, the functions in `time.py` do not, in general, produce the same results as...
Hi, I have tried the example from the docstring with the 'real' data, i.e. import ttide as tt import numpy as np t = np.arange(1001) m2_freq = 2 * np.pi...
I was following the example from `README.md` with the code snippet below: ```python import ttide as tt import numpy as np import matplotlib.pyplot as plt t = np.arange(1001) m2_freq =...
Hi: I realized that when `lsq=best` falls back to `lsq=normal` which fails when we pass a long timeseries with missing values. Here is the reproducer: ```python import ttide import matplotlib.pyplot...
I'm trying to use ttide, and I have a time series that is longer than a year. I then get this error: ``` --------------------------------------------------------------------------- NameError Traceback (most recent call last)...
The origin "rem" is not avalid function or method in python, we should replace it with "numpy.fmod".