gordias.util.time_period.get_date#
- gordias.util.time_period.get_date(cube: Cube, format: str = '%Y%m%d') tuple[str, str]#
Return the start- and end date of the cube.
- Parameters:
cube (iris.cube.Cube) – Input cube from which to extract data.
format (str) – A string to format the date. Default: “%Y%m%d”.
- Returns:
start (str) – The start date.
end (str) – The end date.