ImageCollectionAccessor#
- class geetools.ee_image_collection.ImageCollectionAccessor(obj)#
Toolbox for the
ee.ImageCollectionclass.Instantiate the class.
- Parameters:
obj (ee.ImageCollection)
Methods#
|
Aggregate the ImageCollection selected properties into a dictionary. |
|
Append an image to the existing image collection. |
|
Gets the closest image (or set of images if the collection intersects a region that requires multiple scenes) to the specified date. |
Fill masked pixels with the first valid pixel in the stack of images. |
|
A binary ee.Image where only pixels that are masked in all images of the collection get masked. |
|
|
Filter the ImageCollection keeping only the images with all the provided bands. |
|
Filter the ImageCollection keeping only the images with any of the provided bands. |
|
Filter the ImageCollection by band names using the provided filter. |
|
Reduce the data for each image in the collection by bands on a specific region. |
|
Reduce the data for each image in the collection by regions for a single band. |
|
Aggregate the images that occurs on the same day and then reduce each band on a single region. |
|
Aggregate the images that occurs on the same day and then reduce a single band on multiple regions. |
|
Aggregate for each year on a single region a single band. |
Gets the citation of the image, if available. |
|
|
Gets the DOI of the collection, if available. |
Gets the offset parameters for each band of the image. |
|
|
Gets the STAC of the image. |
Gets the scale parameters for each band of the image. |
|
|
Transform the ImageCollection into a list of smaller collection of the specified duration. |
|
Get Image from the ImageCollection by index. |
|
Compute the integral of a band over time or a specified property. |
|
Masks clouds and shadows in each image of an ImageCollection (valid just for Surface Reflectance products). |
|
Compute the medoid of the ImageCollection. |
|
Compute the outlier for each pixel in the specified bands. |
|
Apply panchromatic sharpening to the ImageCollection images. |
|
Plot the reduced data for each image in the collection by bands on a specific region. |
|
Plot the reduced data for each image in the collection by regions for a single band. |
|
Plot the reduced data for each image in the collection by bands on a specific region. |
|
Plot the reduced data for each image in the collection by regions for a single band. |
|
Plot the reduced data for each image in the collection by years for a single band. |
|
Pre-processes the image: masks clouds and shadows, and scales and offsets the image. |
|
Reduce the images included in the same duration interval using the provided reducer. |
|
Apply a reducer to all the pixels in a specific region on each image of the collection. |
Scales bands on an image according to their scale and offset parameters. |
|
|
Computes one or more spectral indices (indices are added as bands) for an image from the Awesome List of Spectral Indices. |
Calculates tasseled cap brightness, wetness, and greenness components. |
|
|
Open an Earth Engine ImageCollection as an |
|
Compute the number of valid pixels in the specified band. |