pyacs.gts.Sgts_methods.get_unr module
- pyacs.gts.Sgts_methods.get_unr.get_unr(self, lcode=[], center=None, radius=None)[source]
Download time series from UNR and append to this Sgts.
- Parameters:
lcode (list, optional) – Site codes to download. Default is [].
center (list, optional) – [lon, lat] in decimal degrees for center of search.
radius (list, optional) – [min_radius, max_radius] in km.
- Returns:
Time series are appended to self (in-place).
- Return type:
None