AI-generated Key Takeaways
-
Use a POST request to
https://earthengine.googleapis.com/v1alpha/{parent=projects/*}/featureView
to create a FeatureView, specifying the parent project in the URL. -
The request body should contain a FeatureView object as defined in the provided documentation link.
-
Upon successful creation, the response will include the newly created FeatureView object.
-
Authorization is required using one of the specified OAuth scopes, including
earthengine
,earthengine.readonly
,cloud-platform
, orcloud-platform.read-only
. -
Optional query parameters like
workloadTag
can be included for tracking purposes.
Create a FeatureView.
HTTP request
POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*}/featureView
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent of the map collection (e.g., "projects/*"). |
Query parameters
Parameters | |
---|---|
workloadTag |
User supplied tag to track this computation. |
Request body
The request body contains an instance of FeatureView
.
Response body
If successful, the response body contains a newly created instance of FeatureView
.
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 the OAuth 2.0 Overview.