This code file is designed to interact with the Google Earth Engine (GEE) to process satellite imagery data. It includes functions to filter and manipulate image collections, mask clouds, and generate cloud coverage maps. The code is particularly focused on handling data from different satellite missions, such as LANDSAT and Sentinel.
## Dependencies
- Google Earth Engine (GEE)
- External utility functions from `../utils`
- Metadata handling from `../../common/metadata`
- Cloud scoring from `../imagery`
- LANDSAT-specific algorithms from `../../algorithms/satellite/landsat`
## Functions
### `addGridPosition(element)`
Adds grid position metadata to an image.
**Parameters:**
-`element`: The image element to which the grid position will be added.