pyacs.gts.Sgts_methods.get_dates module

pyacs.gts.Sgts_methods.get_dates.get_dates(self, fmt='isoformat')[source]

Return start and end dates of all time series in this Sgts.

Parameters:

fmt (str, optional) – Output format: ‘isoformat’, ‘datetime’, ‘decyear’, ‘mjd’, ‘dayno’, ‘cal’. Default is ‘isoformat’.

Returns:

(start_date, end_date) in the requested format.

Return type:

tuple

Notes

Formats: isoformat (ISO 8601), datetime, decyear, mjd, dayno (dayno, year), cal (day, month, year).