preheat_open.backwards_compatibility.load_parameter_old_naming

preheat_open.backwards_compatibility.load_parameter_old_naming(start, end, resolution, postfix='date', **kwargs)

Checks for old parameter namings as start_date, end_date and time_resolution and forwards them to their respective new namings, i.e. start, end and resolution. Use by passing both new parameters down and a kwargs. Old namings will be caught and values passed on while a warning about the deprecation of the old namings is raised.

Return type:

tuple[Union[str, datetime], Union[str, datetime], str]