pyTMD
pyTMD copied to clipboard
Python-based tidal prediction software
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Hi, following up on my last post, I basically went around by cloning and installing 2.1.1. Anyway, when I try to use: `pyTMD,compute.tide_currents` it asks for separate u_* and v_*...
I am trying to get using Plot Tide Forecast.ipynb to get a time series of the earth and ocean tide at a certain point, but in string: ```jupyter-notebook m =...
Hi, Is there existing or will there be future compatibility with the NOAA Global Extratropical Surge and Tide Operational Forecast System (ESTOFS)? https://noaa-gestofs-pds.s3.amazonaws.com/README.html https://registry.opendata.aws/noaa-gestofs/
### Issue I can easily model tides for TPXO8 using "bilinear" interpolation: ``` import numpy as np import pandas as pd from pyTMD import compute_tide_corrections compute_tide_corrections( x=np.linspace(155, 160, 10), y=np.linspace(-30,...
First, many thanks for bringing a really amazing package to the community! I am not an expert on tides, and I had not used TMD packages before. When starting with...
Hello everybody. I'm new to tide prediction and have no idea what I'm doing :). I just had this crazy idea to try to create a Tide app for iOS...
I am trying to follow **Plot Tide Forecasts.ipynb** notebook for obtaining earth and ocean tides times series at a certain **inland point** at the Canary Islands, and for a determined...
When compute_tidal_elevations.py is used to create netcdf output, time is defined as a float (4-byte, NCFLOAT), using units: `time:units = "days since 1992-01-01T00:00:00" ;` Unfortunately, the default float does not...
Hi! I am trying to run the compute_tidal_currents.py script to get the tidal components from TPXO9-atlas-v5. However, I am getting the following error message: ... line 430, in arguments choices...