geetools.batch.Export.table.toAsset#
- static geetools.batch.Export.table.toAsset(collection, description='myExportTableTask', assetId=None, maxVertices=None, priority=None, **kwargs)#
Creates a task to export a FeatureCollection to an EE table asset.
- Parameters:
collection – The feature collection to be exported.
description – Human-readable name of the task.
assetId – The destination asset ID.
maxVertices – Max number of uncut vertices per geometry; geometries with more vertices will be cut into pieces smaller than this size.
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 that may have been deprecated.
- Returns:
An unstarted Task that exports the table.