geetools.batch.Export.table.toFeatureView#

static geetools.batch.Export.table.toFeatureView(collection, description='myExportTableTask', assetId=None, ingestionTimeParameters=None, priority=None, **kwargs)#

Creates a task to export a FeatureCollection to a FeatureView.

Parameters:
  • collection – The feature collection to be exported.

  • description – Human-readable name of the task.

  • assetId – The destination asset ID.

  • ingestionTimeParameters – The FeatureView ingestion time parameters.

  • 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.