You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overlay another layer in get_image_collection_gif function (#1994)
* overlay another layer in gif
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date_format (str, optional): A pattern, as described at http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html. Defaults to "YYYY-MM-dd".
1176
1179
fig_size (tuple, optional): Size of the figure.
1177
1180
dpi_plot (int, optional): The resolution in dots per inch of the plot.
1178
-
file_format (str, optional): Either 'png' or 'jpg'.
1181
+
file_format (str, optional): Either 'png' or 'jpg'. Defaults to 'png'.
1179
1182
north_arrow_dict (dict, optional): Parameters for the north arrow. See https://geemap.org/cartoee/#geemap.cartoee.add_north_arrow. Defaults to {}.
1180
1183
scale_bar_dict (dict, optional): Parameters for the scale bar. See https://geemap.org/cartoee/#geemap.cartoee.add_scale_bar. Defaults. to {}.
1184
+
overlay_layers (list, optional): A list of Earth Engine objects to overlay on the map. Defaults to [].
1185
+
overlay_styles (list, optional): A list of dictionaries of visualization parameters for overlay layers. Defaults to [].
1181
1186
verbose (bool, optional): Whether or not to print text when the program is running. Defaults to True.
1187
+
**kwargs: Additional keyword arguments are passed to the add_layer() function.
0 commit comments