Announcement: All noncommercial projects registered to use Earth Engine beforeApril 15, 2025 mustverify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
Export.table.toAsset Stay organized with collections Save and categorize content based on your preferences.
Creates a batch task to export a feature collection to an Earth Engine table asset. Tasks can be started from the Tasks tab.
| Usage | Returns |
|---|---|
Export.table.toAsset(collection,description,assetId,maxVertices,priority) |
| Argument | Type | Details |
|---|---|---|
collection | FeatureCollection | The feature collection to export. |
description | String, optional | A human-readable name of the task. Defaults to "myExportTableTask". |
assetId | String, optional | The destination asset ID. |
maxVertices | Number, optional | Max number of uncut vertices per geometry; geometries with more vertices will be cut into pieces smaller than this size. |
priority | Number, optional | 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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-03-06 UTC.