fetch_iers_opole
Download ocean pole tide map file from the IERS server
- pyTMD.datasets.fetch_iers_opole(directory: str | Path = PosixPath('/home/docs/.cache/pytmd'), timeout: int | None = None, mode: oct = 509)[source]
Download ocean pole tide map file from the IERS server [14, 15]
- Parameters:
- directory: str or pathlib.Path
Directory to download the ocean pole tide map file
- timeout: int or NoneType, default None
Timeout in seconds for blocking operations
- mode: oct, default 0o775
Permissions mode of output local file
CLI
usage: fetch_iers_opole.py [-h] [--directory DIRECTORY] [--timeout TIMEOUT]
[--mode MODE]
Named Arguments
- --directory, -D
Working data directory
- --timeout, -t
Timeout in seconds for blocking operations
- --mode, -M
Permissions mode of the files downloaded