diff --git a/geemap/common.py b/geemap/common.py index f219a4df8f..e72ae47635 100644 --- a/geemap/common.py +++ b/geemap/common.py @@ -806,7 +806,7 @@ def ee_export_image_collection_to_cloud_storage( formatOptions=None, **kwargs, ): - """Creates a batch task to export an ImageCollection as raster images to Google Drive. + """Creates a batch task to export an ImageCollection as raster images to a Google Cloud bucket. Args: ee_object: The image collection to export.