ImageAccessor#
- class geetools.ee_image.ImageAccessor(obj)#
Toolbox for the
ee.Imageclass.Initialize the Image class.
- Parameters:
obj (ee.Image)
Methods#
|
Add a band with the date of the image in the provided format. |
|
Add a prefix to the image selected band. |
|
Add a suffix to the image selected band. |
|
Make a buffer around every masked pixel of the Image. |
|
Compute a reducer for each band of the image in each region. |
|
Compute a reducer in each region of the image for eah band. |
|
Create a mask using the class information. |
|
Convert each class into a separate binary mask. |
|
Clip an image to a |
|
Compute the sum of all spectral distance between two images. |
|
Compute the distance from each pixel to the nearest non-masked pixel. |
|
Convert the DOY band to a date band. |
|
Create a string from using the given pattern and using the image properties. |
|
Create a single image by passing a list of images. |
|
Create an image with the given values and names. |
|
Create an image with the same band names, projection and scale as the original image. |
|
Apply a gaussian filter to the image. |
Gets the citation of the image, if available. |
|
|
Gets the DOI of the image, 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. |
|
|
Get the value of the image at the given point using specified geometry. |
Return the list of indices implemented in this module. |
|
|
Interpolate bands from the |
|
Compute the islet mask from an image. |
|
Masks clouds and shadows in an image (valid just for Surface Reflectance products). |
|
Compute the percentage of masked pixels inside the image. |
|
Compute the coverage of masked pixels inside a Geometry. |
|
Compute the coverage of masked pixels inside a Geometry. |
|
Adjust the image's histogram to match a target image. |
|
Merge images into a single image. |
|
Return the minimum scale of the image. |
|
The opposite of the clip method. |
|
Apply panchromatic sharpening to the Image. |
|
Extend the :py:method:`ee.Image.pixelArea` method by setting the unit of the output. |
|
Plot the image on a matplotlib axis. |
|
Plot the reduced values for each band. |
|
Plot the reduced values for each region. |
|
Plot the histogram of the image bands. |
|
Pre-processes the image: masks clouds and shadows, and scales and offsets the image. |
|
Reduce the image using the selected reducer and adding the result as a band using the selected name. |
|
Remove bands from the image. |
|
Remove a list of properties from an image. |
Return an image array with non-zero values extracted from each band. |
|
|
Rename the bands of the image based on a dictionary. |
|
Repeat a band of the image. |
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. |
|
|
Convert an image to a grid of polygons. |