API Reference#
Welcome to the eeExtra API Reference!
Extra.Image#
|
Get a minimum value. |
|
Get a maximum value. |
Extra.ImageCollection#
|
Gets the closest image (or set of images if the collection intersects a region that requires multiple scenes) to the specified date. |
Extra.JavaScript#
|
Install an Earth Engine modue and its dependencies. |
|
Uninstall an Earth Engine JavaScript module. |
|
Convert an EE JavaScript file to an EE Python file. |
|
Requires a JavaScript module as a python module. |
|
Translate a EE Js module to a Python script. |
Extra.QA#
|
Masks clouds and shadows in an image or image collection (valid just for Surface Reflectance products). |
|
Pre-process the image, or image collection: masks clouds and shadows, and scales and offsets the image, or image collection. |
Get the name and class of all QA metrics. |
|
|
Take one or more metric names and return a list of matching QA metrics. |
|
Calculate band-wise Mean Squared Error (MSE) between an original and modified image with the same bands. |
|
Calculate band-wise Root-Mean Squared Error (RMSE) between an original and modified image with the same bands. |
|
Calculate image-wise Relative Average Spectral Error (RASE) between an original and modified image with the same bands. |
|
Calculate image-wise Dimensionless Global Relative Error of Synthesis (ERGAS) between an original and modified image with the same bands. |
|
Calculate band-wise Difference in Variance (DIV) between an original and modified image with the same bands. |
|
Calculate band-wise bias between an original and modified image with the same bands. |
|
Calculate band-wise correlation coefficient (CC) between an original and modified image with the same bands. |
|
Calculate band-wise change in mean luminance (CML) between an original and modified image with the same bands. |
|
Calculate band-wise change in mean contrast (CMC) between an original and modified image with the same bands. |
|
Calculate band-wise Universal Image Quality Index (UIQI) between an original and modified image with the same bands. |
Extra.Spectral#
|
Gets the dictionary of available indices. |
|
Gets the list of available indices. |
|
Computes one or more spectral indices (indices are added as bands) for an image or image collection. |
|
Calculates tasseled cap brightness, wetness, and greenness components for an image or image collection. |
Extra.STAC#
|
Gets the citation of the specified platform, if available. |
|
Gets the DOI of the specified platform, if available. |
Gets the offset parameters for each band of the image or image collection. |
|
Gets the scale parameters for each band of the image or image collection. |
|
|
Gets the STAC of the specified platform. |
Returns all datasets from the GEE STAC as a list. |
|
Scales and offsets bands on an Image or Image Collection. |
Extra.TimeSeries#
|
Gets the time series by region for the given image collection and geometry (feature or feature collection are also supported) according to the specified reducer (or reducers). |
|
Gets the time series by regions for the given image collection and feature collection according to the specified reducer (or reducers). |
Extra.Algorithms#
|
Apply panchromatic sharpening to an Image or ImageCollection. |
Get the name and class of all pan-sharpening algorithms. |
|
|
Return a pan-sharpening algorithm that matches a name. |
|
The Smoothing Filter-based Intensity Modulation (SFIM) sharpener. |
|
The High Pass Filter Addition (HPFA) sharpener. |
|
The Principal Component Substitution (PCS) sharpener. |
|
The Simple Mean (SM) sharpener. |