environmentaltools.graphics.cme_calibration
- environmentaltools.graphics.cme_calibration(cme_coastlines: dict, satellite_coastlines: dict, polygons: dict, nDate2date: dict, selected: str, ax=None, file_name: str = None, title: str = None)[source]
Draw the calibration plot of Coastal Modelling Environment
- Parameters:
cme_coastlines (dict) – The cme coastlines for every date
satellite_coastlines (dict) – The satellite coastlines for every date
polygons (dict) – The polygons created between cme and satellite coastlines
nDate2date (dict) – conversion beetween dates and number of coastlines outputs
selected (str) – the selected test
ax (matplotlib.ax, optional) – An ax where plot the new figure. Defaults to None.
file_name (str, optional) – The name to be saved. Defaults to None.
title (str, optional) – Title name. Defaults to None.