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.

Method: projects.featureView.create

  • FeatureViews are created using an HTTP POST request to the specified endpoint.

  • The request requires aparent path parameter indicating the project, and an optionalworkloadTag query parameter for tracking.

  • The request body must include an instance of aFeatureView.

  • A successful response returns the newly createdFeatureView.

  • Authorization requires one of the listed OAuth scopes.

Create a FeatureView.

HTTP request

POST https://earthengine.googleapis.com/v1/{parent=projects/*}/featureView

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent of the map collection (e.g., "projects/*").

Query parameters

Parameters
workloadTag

string

User supplied tag to track this computation.

Request body

The request body contains an instance ofFeatureView.

Response body

If successful, the response body contains a newly created instance ofFeatureView.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/earthengine
  • https://www.googleapis.com/auth/earthengine.readonly
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-platform.read-only

For more information, see theOAuth 2.0 Overview.

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.