공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
REST Resource: projects.locations.tables
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: 표
JSON 표현 |
{
"name": string,
"expression": {
object (Expression )
},
"fileFormat": enum (TableFileFormat ),
"selectors": [
string
],
"filename": string
} |
필드 |
name |
string
썸네일을 나타내는 리소스 이름으로, 'projects/*/tables/**' 형식입니다(예: 'projects/earthengine-legacy/tables/").
|
expression |
object (Expression )
계산할 표현식입니다. FeatureCollection으로 평가되어야 합니다.
|
fileFormat |
enum (TableFileFormat )
결과 테이블을 생성할 출력 인코딩입니다.
|
selectors[] |
string
지정된 표에서 선택할 수 있는 선택적 속성 필드입니다.
|
filename |
string
결과 테이블의 파일 이름(선택사항)입니다.
|
메서드 |
|
'표' 데이터를 렌더링하는 데 사용할 수 있는 ID를 만듭니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eTables in Earth Engine store data in tabular format and can be generated from FeatureCollections using expressions.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify the output format for the table, choosing from options like CSV, GeoJSON, KML, KMZ, SHP, and TFRecord.\u003c/p\u003e\n"],["\u003cp\u003eTable data can be accessed and rendered using a unique ID created through the Earth Engine API.\u003c/p\u003e\n"],["\u003cp\u003eOptional fields can be selected from the table data, and a custom filename can be specified for the output file.\u003c/p\u003e\n"]]],["The table data structure includes `name`, `expression`, `fileFormat`, `selectors`, and `filename`. `Expression` computes a FeatureCollection, while `fileFormat` specifies the output encoding, with options like CSV, GeoJSON, KML, KMZ, SHP, and TF_RECORD_TABLE. `Selectors` allow selecting fields from the table and `filename` sets a specific output filename. A method, `create`, generates an ID for rendering this \"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/v1beta/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1beta/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/v1beta/Expression)`)` The expression to compute. Must evaluate to a FeatureCollection. |\n| `fileFormat` | `enum (`[TableFileFormat](/earth-engine/reference/rest/v1beta/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/v1beta/projects.locations.tables/create) | Creates an ID that can be used to render \"table\" data. |"]]