pyTMD
pyTMD copied to clipboard
Python-based tidal prediction software
Fixing the GDAL issues with Windows Creating a working windows test build in GitHub actions
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Hello, just to let you know that, installing from conda and trying to run the "Plot Tidal Forecasts at a Location" example, the pyTMD.tools module is not found. Trying to...
Hi, I am trying to install **pyTMD** by the source code on a conda environment, but I am having some problems with the dependencies of the project. First, I created...
Hi, I found a bug in nearest_extrap.py. This program shall find the nearest model data for locations where the model grid itself is NaN. To specify the search range, you...
Hi, in `read_FES_model.py` at the very end of `read_netcdf_file` you explicitly set the mask using `hc.mask = (amp.data == amp.fill_value) | (ph.data == ph.fill_value)` However, this doesn't work if fill_value...
It's very slow when I use the program to read TPXO9-atlas-v5 and compute tidal elevations. So I check the profile of the code and found that the most time-consuming function...
First of all, congrats @tsutterley on an incredible package... such an amazing resource! I've been looking into using `pyTMD` for modelling tide heights from `FES2014` for our [DEA Coastlines](https://github.com/GeoscienceAustralia/dea-coastlines) coastline...
Issue one: np.nonzero returns a tuple of 2 np.array to represent the indices. in line 63 of bilinear_interp.py, there is an extra , behind the assignment. This causes the output...