This node reads and outputs an image from a Google Earth Engine (GEE) image collection based on specified parameters, such as date range and aggregation method. It can also retrieve and display metadata information about the resulting image. If the selected aggregation method failed, the node will use 'first' as default.
The method of aggregating images within the specified date range. Options include:
- first: Retrieve the first image in the date range.
- min: Compute the minimum value of images within the date range.
- mean: Compute the mean of images within the date range.
- median: Compute the median of images within the date range.
- max: Compute the maximum value of images within the date range.
- sum: Compute the sum of images within the date range.
- mode: Compute the mode of images within the date range.
Created By:
Lingbo Liu
lingboliu@fas.harvard.edu
Spatial Data Lab project
Center for Geographic Analysis
Harvard University
The method of aggregating images within the specified date range. Options include:
- first: Retrieve the first image in the date range.
- min: Compute the minimum value of images within the date range.
- mean: Compute the mean of images within the date range.
- median: Compute the median of images within the date range.
- max: Compute the maximum value of images within the date range.
- sum: Compute the sum of images within the date range.
- mode: Compute the mode of images within the date range.
Created By:
Lingbo Liu
lingboliu@fas.harvard.edu
Spatial Data Lab project
Center for Geographic Analysis
Harvard University