Stay organized with collections
Save and categorize content based on your preferences.
Computes a list of features by applying a computation to features.
Returns:
A list of GeoJSON features reprojected to EPSG:4326 with planar edges.
Usage
Returns
ee.data.computeFeatures(params)
List
Argument
Type
Details
params
Object
An object containing parameters with the following possible values:
expression - The expression to compute.
pageSize - The maximum number of results per page. The server may return
fewer images than requested. If unspecified, the page size
default is 1000 results per page.
fileFormat - If present, specifies an output format for the
tabular data. The function makes a network request for each page until
the entire table has been fetched. The number of fetches depends on the
number of rows in the table and pageSize.
pageToken is ignored. Supported formats are:
PANDAS_DATAFRAME for a Pandas DataFrame and
GEOPANDAS_GEODATAFRAME for a GeoPandas GeoDataFrame.
pageToken - A token identifying a page of results the server should
return.
workloadTag - User supplied tag to track this computation.
[[["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 2024-06-03 UTC."],[[["`ee.data.computeFeatures` applies a computation to features and returns a list of GeoJSON features."],["The returned features are reprojected to EPSG:4326 and have planar edges."],["`ee.data.computeFeatures` accepts parameters like expression, pageSize, fileFormat, pageToken, and workloadTag."],["Example code demonstrates using `ee.data.computeFeatures` to extract image band values for a point location over a time series and convert an ImageCollection to a FeatureCollection."]]],[]]