[[["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-03-06 UTC."],[[["\u003cp\u003eTables in Earth Engine store data in tabular format and can be generated from FeatureCollections using expressions.\u003c/p\u003e\n"],["\u003cp\u003eTable data can be exported in various formats like CSV, GeoJSON, KML, KMZ, SHP, and TFRecord.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify properties (\u003ccode\u003eselectors\u003c/code\u003e) to include in the exported table.\u003c/p\u003e\n"],["\u003cp\u003eA table resource is identified by a unique name in the format "projects/*/tables/**".\u003c/p\u003e\n"]]],["This document defines a table resource with properties like `name`, `expression`, `fileFormat`, `selectors`, and `filename`. The `expression` calculates a FeatureCollection. `fileFormat` determines the output encoding, which can be CSV, GeoJSON, KML, KMZ, SHP, or TF_RECORD_TABLE. The `selectors` field is for choosing specific table properties. A `create` method exists to generate an ID for rendering \"table\" data.\n"],null,["# REST Resource: projects.locations.tables\n\nResource: Table\n---------------\n\nInformation about a table.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1alpha/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1alpha/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/v1alpha/Expression)`)` The expression to compute. Must evaluate to a FeatureCollection. |\n| `fileFormat` | `enum (`[TableFileFormat](/earth-engine/reference/rest/v1alpha/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### TableFileFormat\n\nSelects a tabular file format in which to encode a table of features.\n\n| Enums ||\n|---------------------------------|--------------------------------------------------------------|\n| `TABLE_FILE_FORMAT_UNSPECIFIED` | Unspecified. |\n| `CSV` | Comma-separated value format. |\n| `GEO_JSON` | GeoJSON FeatureCollection format. See \u003chttp://geojson.org/\u003e. |\n| `KML` | Keyhole Markup Language format. |\n| `KMZ` | Zip-compressed Keyhole Markup Language format. |\n| `SHP` | Shapefile format. |\n| `TF_RECORD_TABLE` | TFRecord format. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|--------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1alpha/projects.locations.tables/create) | Creates an ID that can be used to render \"table\" data. |"]]