The script performs the following tasks:
- Loads Sentinel-2 Harmonized Image Collection: The script starts by loading the Sentinel-2 Harmonized Image Collection from Google Earth Engine.
- Defines the Geometry: A specific region is defined using a polygon geometry.
- Filters Images: The Sentinel-2 images are filtered based on cloud cover percentage and date range.
- Cloud Masking: The script loads the Cloud Score+ collection and adds Cloud Score+ bands to each Sentinel-2 image in the collection. It then masks pixels with low Cloud Score+ QA scores.
- Scales Pixel Values: The pixel values are scaled to reflectance.
- Computes NDVI: The script computes the Normalized Difference Vegetation Index (NDVI) for each image and adds it as a band.
- Displays Time-Series Chart: The script displays a time-series chart of NDVI for the specified region.
