pyacs.gts.Sgts_methods.remove_observations module
- pyacs.gts.Sgts_methods.remove_observations.remove_observations(self, observations_to_remove, date_tolerance=0.25, verbose=False)[source]
Remove observations given as (code, date) pairs.
- Parameters:
observations_to_remove (list of tuple) – (code, date) with date in decimal year.
date_tolerance (float, optional) – Date matching tolerance in days. Default is 0.25.
verbose (bool, optional) – Verbose mode. Default is False.
- Returns:
New Sgts with specified observations removed.
- Return type:
Notes
Date matching uses the same tolerance as other pyacs methods.