GEE tool for downloading Sentinel-2 images
This project contains a Google Earth Engine script for processing Sentinel-2 satellite imagery. The script filters the Sentinel-2 collection by date and location, applies cloud masking, and calculates several indices: NDVI, EVI, kNDVI, NIRv, NDWI, and NMDI.
- Google Earth Engine account
- JavaScript knowledge for script customization
- Copy the script (download_s2_images.js) into your Google Earth Engine Code Editor or Copy from https://code.earthengine.google.com/11afd5c10ddb6cdbe8df25928147e015.
- Customize the
point
variable with the desired coordinates. - Set the date range in the
filterDate
function. - Run the script in the Code Editor to see the results and export the images.
The script can be used for environmental monitoring, agricultural analysis, and land cover change detection by leveraging the calculated vegetation and water indices.
Contributions to the script are welcome. Please fork the repository and open a pull request with your changes.
Zhanzhang Cai, Fan Wang, Min Wang
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Google Earth Engine team for the platform
- Sentinel-2 data providers