AI-generated Key Takeaways
-
A Table is a resource with a JSON representation that includes fields like name, expression, fileFormat, selectors, and filename.
-
The fileFormat field specifies the output encoding for the table and can be one of several formats, including CSV, GeoJSON, KML, KMZ, SHP, and TF_RECORD_TABLE.
-
The create method can be used to generate an ID for rendering table data.
Resource: Table
Information about a table.
| JSON representation |
|---|
{ "name": string, "expression": { object ( |
| Fields | |
|---|---|
name |
The resource name representing the thumbnail, of the form "projects/*/tables/**" (e.g. "projects/earthengine-legacy/tables/ |
expression |
The expression to compute. Must evaluate to a FeatureCollection. |
fileFormat |
The output encoding in which to generate the resulting table. |
selectors[] |
Optional property fields to select from the specified table. |
filename |
Optional filename of the resulting table. |
TableFileFormat
Selects a tabular file format in which to encode a table of features.
| Enums | |
|---|---|
TABLE_FILE_FORMAT_UNSPECIFIED |
Unspecified. |
CSV |
Comma-separated value format. |
GEO_JSON |
GeoJSON FeatureCollection format. See http://geojson.org/. |
KML |
Keyhole Markup Language format. |
KMZ |
Zip-compressed Keyhole Markup Language format. |
SHP |
Shapefile format. |
TF_RECORD_TABLE |
TFRecord format. |
Methods |
|
|---|---|
|
Creates an ID that can be used to render "table" data. |