Google Earth Engine (GEE)'s public data archive includes more than forty years of historical imagery and scientific datasets, updated and expanded daily. The data catalog includes a variety of standard Earth science raster datasets. One can import these datasets into a scripting environment with a single click. When using remote sensing data several pre-processing steps can be applied that aim at removing artifacts from the images that are not related to the actual reflectance of the land cover such as sensor effects, atmospheric, and illumination conditions. However, the required preprocessing steps applied to the images also depend heavily on the intended use of the data.
1. When performing a sample-based classification of individual scenes or a temporal stack of scenes within a footprint, several pre-processing steps may be skipped because training and classification are performed within the same domain.
2. Whereas a rigorous pre-processing is required for trend detection algorithms, classifications across several footprints, or the classification of composite images.
In GEE, to get image composition there need to process different mathematical algorithm. Image composition refers to an approach that creates a single, cloud-free image composite by selecting for each pixel location the best pixel from a time-series of multiple images. The sequential workflow of potential pre-processing steps as follows:
The remote sensing data provided as level 1 product and the band values being digital numbers (DN), first needs to be georeferenced and/or co-registered so that pixel location from one image to the other correspond (geometric correction). Next, several steps for an absolute correction are required so that we obtain the surface reflectance, which already allows comparison across images. These steps include conversion to radiance to obtain at-sensor radiance, a solar correction that results in the top of atmosphere (TOA) reflectance, and the atmospheric correction that provides surface reflectance (SR). Which finally leads you to the Image composition after topographical correction.