Tyler Sutterley
Tyler Sutterley
Ok! Yes, this is likely a version conflict issue (running a newer version of `compute_tidal_elevations.py` than the installed package). It should hopefully run smoothly if you run: ``` compute_tidal_elevations.py --directory...
Sure, I exposed that in #321. Note that now you need to use `--format GTiff`
No worries! There's definitely a learning curve to python and GitHub. I haven't made a release yet so `pip` installing will currently only install the "stable" version (2.1.4). There's still...
I created a release (2.1.5) that should simplify your workflows (can now be directly installed with pip for the latest version).
I'll fix it today!
Good catch! I have a readme page on getting registered with NASA Earthdata (which I should verify is still up to date with current practices). https://gravity-toolkit.readthedocs.io/en/latest/getting_started/NASA-Earthdata.html I'll at the very...
Good call. I should add it when mentioning the development installs. 👍
I ran into this issue today and dug into the `sphinx` html build code. If it is still relevant, you can set the format for the unwanted elements to `None`....