Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eUse a POST request to \u003ccode\u003ehttps://earthengine.googleapis.com/v1alpha/{parent=projects/*}/featureView\u003c/code\u003e to create a FeatureView, specifying the parent project in the URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a FeatureView object as defined in the provided documentation link.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful creation, the response will include the newly created FeatureView object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required using one of the specified OAuth scopes, including \u003ccode\u003eearthengine\u003c/code\u003e, \u003ccode\u003eearthengine.readonly\u003c/code\u003e, \u003ccode\u003ecloud-platform\u003c/code\u003e, or \u003ccode\u003ecloud-platform.read-only\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters like \u003ccode\u003eworkloadTag\u003c/code\u003e can be included for tracking purposes.\u003c/p\u003e\n"]]],[],null,["Create a FeatureView.\n\nHTTP request\n\n`POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*}/featureView`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent of the map collection (e.g., \"projects/\\*\"). |\n\nQuery parameters\n\n| Parameters ||\n|---------------|-------------------------------------------------------|\n| `workloadTag` | `string` User supplied tag to track this computation. |\n\nRequest body\n\nThe request body contains an instance of [FeatureView](/earth-engine/reference/rest/v1alpha/projects.featureView#FeatureView).\n\nResponse body\n\nIf successful, the response body contains a newly created instance of [FeatureView](/earth-engine/reference/rest/v1alpha/projects.featureView#FeatureView).\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/earthengine.readonly`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]