Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
Export.table.toCloudStorage
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The Export.table.toCloudStorage function creates a batch task to export a FeatureCollection as a table to Google Cloud Storage.
The function requires a FeatureCollection as input and has several optional arguments for customizing the export, including destination bucket, file name prefix, file format, selectors, max vertices, and priority.
Tasks created by this function can be started from the Tasks tab.
The default file format is "CSV", but other formats like "GeoJSON", "KML", "KMZ", "SHP", or "TFRecord" are also supported.
Creates a batch task to export a FeatureCollection as a table to Google Cloud Storage. Tasks can be started from the Tasks tab.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[],["This document outlines how to export a FeatureCollection as a table to Google Cloud Storage using a batch task. The `Export.table.toCloudStorage` function requires a `collection` and allows for optional parameters: `description` (task name), `bucket` (destination), `fileNamePrefix`, `fileFormat` (CSV, GeoJSON, etc.), `selectors` (properties to include), `maxVertices` (geometry limit), and `priority` (task scheduling). The function creates a task accessible from the Tasks tab.\n"]]