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.

REST Resource: projects.tables

  • A Table is a resource with a JSON representation including name, expression, fileFormat, selectors, and filename.

  • The resource name is in the format "projects/*/tables/**".

  • Theexpression field requires an object evaluating to a FeatureCollection.

  • ThefileFormat field specifies the output encoding of the table.

  • Methods includecreate to generate a rendering ID andgetFeatures to download table data.

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

create

Creates an ID that can be used to render "table" data.

getFeatures

FetchesTable features, the request includes the name of the Table to download from a previousCreateTable request.

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 2025-03-06 UTC.