fetch_gsfc_got

Source code

pyTMD.datasets.fetch_gsfc_got(model: str, directory: str | Path | None = PosixPath('/home/docs/.cache/pytmd'), format: str = 'netcdf', compressed: bool = False, timeout: int | None = None, mode: oct = 509)[source]

Download Goddard Ocean Tide (GOT) models from NASA Goddard Space Flight Center (GSFC)

Parameters:
model: str

GOT tide model to download

directory: str or pathlib.Path

Working data directory

format: str, default ‘netcdf’

GOT tide model format to download

compressed: bool, default False

Compress output ASCII and netCDF4 tide files

timeout: int, default None

Timeout in seconds for blocking operations

mode: oct, default 0o775

Local permissions mode of the files downloaded

CLI

usage: fetch_gsfc_got.py [-h] [--directory DIRECTORY] [--tide TIDE [TIDE ...]]
                         [--format {ascii,netcdf}] [--gzip]
                         [--timeout TIMEOUT] [--mode MODE]

Named Arguments

--directory, -D

Working data directory

--tide, -T

Possible choices: GOT4.8, GOT4.10, GOT5.5, GOT5.5D, GOT5.6, RE14

Goddard Ocean Tide model to download

--format

Possible choices: ascii, netcdf

Goddard Ocean Tide model format to download

--gzip, -G

Compress output ASCII and netCDF tide files

--timeout, -t

Timeout in seconds for blocking operations

--mode, -M

Permissions mode of the files downloaded