pyTMD
pyTMD copied to clipboard
Python-based tidal prediction software
Hi @tsutterley, this is mainly a scoping question/out of curiosity: I recently came across AVISO's satellite altimetry X-TRACK along-track tidal constants products: https://www.aviso.altimetry.fr/en/data/products/auxiliary-products/coastal-tide-xtrack.html Are these constants potentially something that could...
Dear all, I have more of a theoretical question. pyTMD, as far as I understood, provides the tidal current barotropic velocity. i.e. approximately equal to the dapth-averaged velocity. The question...
I recently noticed that some of our FES2014 integration tests are failing, and realised that `pyTMD` is producing different results in `2.1.5` vs `2.1.4`, sometimes by over 10 cm: ```...
Will simplify the `io/model.py` program and possibly make creating new entries easier. Would be similar to the databases in [`geopandas/xyzservices`](https://github.com/geopandas/xyzservices/blob/main/provider_sources/xyzservices-providers.json) or [`geopandas/geodatasets`](https://github.com/geopandas/geodatasets/blob/main/geodatasets/json/database.json)
Hi tsutterley, I have been able to successfully use CATS2008 with pyTMD.compute.tide_elevations, but running the compute_tidal_elevations.py gives me the error AttributeError: 'model' object has no attribute 'minor'. e.g. python compute_tidal_elevations.py...
https://earth.gsfc.nasa.gov/sites/default/files/2022-07/re14_longperiodtides_rel.tar
Currently `pyTMD` only outputs the radial components of the solid Earth and pole tides. Could add options to output the horizontal components.
I've been seeing some great new functionality added to `pyTMD` recently, particularly around the following `pyTMD.compute.*` params: ``` CORRECTIONS: str | None = None, INFER_MINOR: bool = True, MINOR_CONSTITUENTS: list...