Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
REST Resource: projects.tables
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Table
Information about a table.
JSON representation |
{
"name": string,
"expression": {
object (Expression )
},
"fileFormat": enum (TableFileFormat ),
"selectors": [
string
],
"filename": string
} |
Fields |
name |
string
The resource name representing the thumbnail, of the form "projects/*/tables/**" (e.g. "projects/earthengine-legacy/tables/").
|
expression |
object (Expression )
The expression to compute. Must evaluate to a FeatureCollection.
|
fileFormat |
enum (TableFileFormat )
The output encoding in which to generate the resulting table.
|
selectors[] |
string
Optional property fields to select from the specified table.
|
filename |
string
Optional filename of the resulting table.
|
Methods |
|
Creates an ID that can be used to render "table" data. |
|
Fetches Table features, the request includes the name of the Table to download from a previous CreateTable request. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eTables in Earth Engine store tabular data and are defined by a name, an expression that evaluates to a FeatureCollection, a file format, optional selectors, and an optional filename.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a table using the \u003ccode\u003ecreate\u003c/code\u003e method and retrieve its features using the \u003ccode\u003egetFeatures\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eTables support various file formats like CSV, TFRecord, and GeoJSON, enabling you to customize how your data is stored and accessed.\u003c/p\u003e\n"],["\u003cp\u003eBy specifying selectors, you can choose which properties to include in the resulting table, streamlining data retrieval.\u003c/p\u003e\n"],["\u003cp\u003eTables are referenced by a unique name within your Earth Engine project, allowing for easy organization and access.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.tables\n\nResource: Table\n---------------\n\nInformation about a table.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1/projects.locations.tables#Table.TableFileFormat), \"selectors\": [ string ], \"filename\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the thumbnail, of the form \"projects/\\*/tables/\\*\\*\" (e.g. \"projects/earthengine-legacy/tables/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1/Expression)`)` The expression to compute. Must evaluate to a FeatureCollection. |\n| `fileFormat` | `enum (`[TableFileFormat](/earth-engine/reference/rest/v1/projects.locations.tables#Table.TableFileFormat)`)` The output encoding in which to generate the resulting table. |\n| `selectors[]` | `string` Optional property fields to select from the specified table. |\n| `filename` | `string` Optional filename of the resulting table. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1/projects.tables/create) | Creates an ID that can be used to render \"table\" data. |\n| ### [getFeatures](/earth-engine/reference/rest/v1/projects.tables/getFeatures) | Fetches `Table` features, the request includes the name of the Table to download from a previous `CreateTable` request. |"]]