geetools.batch.Export.classifier.toAsset#

static geetools.batch.Export.classifier.toAsset(classifier, description='myExportClassifierTask', assetId=None, overwrite=False, priority=None, **kwargs)#

Creates a task to export an EE Image to an EE Asset.

Parameters:
  • classifier – The classifier to be exported.

  • description – Human-readable name of the task.

  • assetId – The destination asset ID.

  • overwrite – If an existing asset can be overwritten by this export.

  • priority – The priority of the task within the project. Higher priority tasks are scheduled sooner. Must be an integer between 0 and 9999. Defaults to 100.

  • **kwargs – Holds other keyword arguments.

Returns:

An unstarted Task that exports the image as an Earth Engine Asset.