Stay organized with collections
Save and categorize content based on your preferences.
Output an array of values for each [pixel, band, image] tuple in an ImageCollection. The output contains rows of id, lon, lat, time, and all bands for each image that intersects each pixel in the given region. Attempting to extract more than 1048576 values will result in an error.
A nominal scale in meters of the projection to work in.
crs
Projection, optional
The projection to work in. If unspecified, defaults to EPSG:4326. If specified in addition to scale, the projection is rescaled to the specified scale.
crsTransform
List, default: null
The array of CRS transform values. This is a row-major ordering of a 3x2 affine transform. This option is mutually exclusive with the scale option, and will replace any transform already set on the given projection.
[[["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-07-13 UTC."],[[["`ImageCollection.getRegion()` extracts pixel values from an ImageCollection for a specified region."],["The output is a list of lists representing a table with pixel data, including ID, location, time, and band values."],["The region can be defined using various geometries (e.g., points, lines, polygons)."],["All images in the collection must have the same number of bands and band names."],["Extracting more than 1,048,576 values will result in an error."]]],[]]