uptide icon indicating copy to clipboard operation
uptide copied to clipboard

python package for tidal calculations

Results 6 uptide issues
Sort by recently updated
recently updated
newest added

e.g. ``` import numpy as np val_obs=npzeros(4096,1) tide = uptide.Tides(["M2", "S2","Q1", "O1", "P1", "K1", "N2", "K2"]) initial_time = datetime.datetime(2016, 1, 15, 0, 0, 0) tide.set_initial_time(initial_time) time_obs_sec = range(4096) amp,pha =...

I've followed the instructions to install fes. Using uptide commands leads to this error: `module 'fes' has no attribute 'Handler'` cmake commands were run from inside the firedrake virtual environment...

Thanks for the library. I did following steps for generating tidal signals for a coastal location using Indian Ocean TPXO tidal solution. Initial time being set at 20110101, as the...

Both TPXO and FES provide currents. Should add support for this.

The high res version of TPXO9 comes in separate files per constituent (similar to FES). These should be combined in one reader. The low res global solution that is stored...

It seems pyfes (https://github.com/CNES/aviso-fes) has been updated and now supports FES2022 Should update uptide to support this as well (current instructions no longer work).

enhancement