get_timerange_from_exdict#

sunpy.net.scraper_utils.get_timerange_from_exdict(exdict)[source]#

Function to get URL’s timerange using extracted metadata. It computes start and end times first using the given dictionary and then returns a timerange.

Parameters:

exdict (dict) – Metadata extracted from the file’s url.

Returns:

TimeRange – The time range of the file.