Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
Stay organized with collections
Save and categorize content based on your preferences.
Resource: FeatureView
Information about a FeatureView map.
JSON representation
{"name": string,"visualizationExpression": {object (Expression)},// Union field source can be only one of the following:"asset": string// End of list of possible types for union field source.}
Fields
name
string
The resource name representing the map, of the form "projects/*/featureViews/**" (e.g. "projects/earthengine-legacy/featureViews/").
[[["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\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eIt uses a visualization expression based on the google.earthengine.datamaps.v1.MapOptions proto to apply visualization options to tiles during serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003ecreate\u003c/code\u003e method and are identified by a resource name following the format "projects/*/featureViews/**".\u003c/p\u003e\n"]]],[],null,["Resource: FeatureView Information about a FeatureView map.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, // Union field `source` can be only one of the following: \"asset\": string // End of list of possible types for union field `source`. } ``` |\n\n| Fields ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/featureViews/\\*\\*\" (e.g. \"projects/earthengine-legacy/featureViews/\"). |\n| `visualizationExpression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto. |\n| Union field `source`. The source of this map's data. `source` can be only one of the following: ||\n| `asset` | `string` Earth Engine asset name for which to create a FeatureView. |\n\n| Methods ||\n|---------------------------------------------------------------------------|-----------------------|\n| [create](/earth-engine/reference/rest/v1beta/projects.featureView/create) | Create a FeatureView. |"]]