pyacs.gts.lib.format.get_unr module
- pyacs.gts.lib.format.get_unr.get_unr(self, site, verbose=False)[source]
Fetch a time series from UNR (IGS20 txyz) and return as Gts.
- Parameters:
site (str) – 4-letter site code.
verbose (bool, optional) – If True, print progress. Default is False.
- Returns:
Loaded time series or None on failure.
- Return type:
Gts or None