You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on Source: @HarelDan - https://github.com/hareldunn/GIS_Repo/blob/master/Multi-Temporal%20NDVI%20for%20Sentinel%20Hub%20Custom%20Scripts
4
+
Adapted to visualize NDVI for Sentinel-2 quarterly cloudless mosaics by András Zlinszky using GitHub Copilot.
5
+
Each quarter's NDVI is assigned to an RGB channel:
6
+
- Red: NDVI for the oldest quarter
7
+
- Green: NDVI for the middle quarter
8
+
- Blue: NDVI for the most recent quarter
9
9
Script requires multi-temporal processing so parameter TEMPORAL=true should be added to the request.
10
10
*/
11
11
12
+
// How to use this script:
13
+
// Open Copernicus Browser, zoom to your area of interest
14
+
// Select Sentinel-2 Quarterly Mosaics
15
+
// On the date panel, select Time Range mode (calendar icon with from-to arrows on the right side of the date panel)
16
+
// Set the time range - it should be 7 months. This is because the date of a Quarterly Mosaic refers to the first date in the 3 month interval that is used for generating data (https://forum.dataspace.copernicus.eu/t/scenes-getmonth-for-quarterly-mosaics/3045/2?u=andras.zlinszky_education). So eg. if your start date is 2022-01-01 and your end date is 2022-07-01, your are actually looking at images from 2022-01-01 to 2022-09-30
17
+
// If it is longer, the algorithm will use only the last 9 months
0 commit comments