pygetm.input.gotm module

pygetm.input.gotm.get_meteo(fn: str | PathLike) Dataset[source]
pygetm.input.gotm.get_profiles(fn: str | PathLike, columns: Mapping[int, str] | Iterable[str], units: Mapping[str, str] = {}, long_names: Mapping[str, str] = {}) Dataset[source]
pygetm.input.gotm.get_timeseries(fn: str | PathLike, columns: Mapping[int, str] | Iterable[str], units: Mapping[str, str] = {}, long_names: Mapping[str, str] = {}) Dataset[source]