metobs_toolkit.geedatasetmanagers.GEEDynamicDatasetManager.make_gee_plot#
- GEEDynamicDatasetManager.make_gee_plot(metadf: DataFrame, timeinstance: Timestamp, modelobstype: str = 'temp', save: bool = False, outputfolder: str | None = None, filename: str | None = None, vmin: int | float | None = None, vmax: int | float | None = None, overwrite: bool = False)[source]#
Make an interactive spatial plot of the GEE dataset and the stations.
- Parameters:
metadf (pandas.DataFrame) – Metadata dataframe with station locations.
timeinstance (datetime.datetime or pandas.Timestamp) – The time instance to plot the GEE dataset.
modelobstype (str, optional) – The name of the ModelObstype to plot. Default is “temp”.
save (bool, optional) – If True, saves the map as an HTML file. Default is False.
outputfolder (str or None, optional) – Path to the folder to save the HTML file. Default is None.
filename (str or None, optional) – The filename for the HTML file. Default is None.
vmin (numeric or None, optional) – Minimum value for colormap. Default is None.
vmax (numeric or None, optional) – Maximum value for colormap. Default is None.
overwrite (bool, optional) – If True, overwrites existing file. Default is False.
- Returns:
The interactive map of the GeeDynamicDataset.
- Return type:
geemap.foliumap.Map