es_sfgtools.pride_tools.rinex_utils module

es_sfgtools.pride_tools.rinex_utils.epoch_get_time(line: str) datetime

Extracts the epoch time from a RINEX observation line. :param line: A line from a RINEX observation file. :type line: str

Returns:

The epoch time as a datetime object.

Return type:

datetime

es_sfgtools.pride_tools.rinex_utils.rinex_get_time_range(source: str | Path) Tuple[datetime, datetime]

Extracts the time range from a RINEX observation file. :param source: The path to the RINEX observation file. :type source: str|Path

Returns:

The start and end timestamps as datetime objects.

Return type:

Tuple[datetime, datetime]