This code file is designed to process satellite imagery using Google Earth Engine. It includes functions to acquire images from a specific date, process collections of images, and generate cloud maps. The code relies on several utility functions and external libraries.
## Dependencies
- Google Earth Engine (`ee`)
- Utility functions from `../utils`
- Metadata handling from `../../common/metadata`
- Cloud scoring from `../imagery`
## Constants
-`REVISIT_DAYS`: The number of days between satellite revisits (16 days).