Skip to content

Commit 51bc3ed

Browse files
authored
Merge pull request #352 from azlinszkysinergise/agri_growth_stage
updated markdowns for radar vegetation index dual polarimetric and ag…
2 parents b6c2120 + 1e8737a commit 51bc3ed

File tree

2 files changed

+26
-2
lines changed
  • sentinel-1/radar_vegetation_index_code_dual_polarimetric
  • sentinel-2/agriculture_growth_stage

2 files changed

+26
-2
lines changed

sentinel-1/radar_vegetation_index_code_dual_polarimetric/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ This index can be applied to retrieve the crop phenological stages and also for
3131

3232
See the [supplementary material](supplementary_material.pdf){:target="_blank"} for more details about the script.
3333

34+
## Adaptation to Sentinel-1 mosaics
35+
36+
As Sentinel-1 mosaics provide a seamless and noise-reduced data source, they can also be used for visualizing Radar Vegetation Index. This script was modified to calculate the same spectral index, but provide a vegetation-oriented color ramp that can be tuned by the user to their local data range. It also includes a very rudimentary water classification by a simple threshold - this is prone to mistake bare soil as water.
37+
3438
## Author of the script
3539

36-
Subhadip Dey
40+
Subhadip Dey, adapted to Sentinel-1 monthly mosaics by András Zlinszky and Github Copilot
3741

3842
## Description of representative images
3943

sentinel-2/agriculture_growth_stage/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,31 @@ examples:
2727
---
2828

2929
## Author of the script
30-
[@HarelDan](https://github.com/hareldunn/GIS_Repo/blob/master/Multi-Temporal%20NDVI%20for%20Sentinel%20Hub%20Custom%20Scripts){:target="_blank"}
30+
[@HarelDan](https://github.com/hareldunn/GIS_Repo/blob/master/Multi-Temporal%20NDVI%20for%20Sentinel%20Hub%20Custom%20Scripts){:target="_blank"}
31+
32+
Adapted to [Sentinel-2 Quarterly Cloudless Mosaics](https://documentation.dataspace.copernicus.eu/Data/SentinelMissions/Sentinel2.html#sentinel-2-level-3-quarterly-mosaics) by András Zlinszky and Github Copilot.
3133

3234
## General description of the script
3335
Agricultural growth stage is a script visualizing the multi-temporal NDVI trends in Sentinel-2 imagery. It takes the current image as baseline and calculates the average NDVI for the previous 2 months.
3436
The script requires multi-temporal processing, so the parameter TEMPORAL=true should be added to the request.
37+
A simple stretching is applied to NDVI between 0.1 and 0.7 by default, then the mean NDVI from the first, second and third month is assigned to the Red, Green and Blue channels of the image respectively, creating a composite image. What you see on the composite is
38+
- how dense and/or vigorous the vegetation is, represented by the brightness of the color from black (no vegetation at all) to white (dense green vegetation all year), with various shades of color in between
39+
- when the vegetation peak happens and how distinct it is. Vegetation with a single very distict peak will be one of the primary colors (Red, Green, Blue) while vegetation with a longer, more even growth season will be yellow (between Red and Green) or cyan (between Green and Blue). Purple color may indicate two vegetation peaks, one in the first month and another in the last, with a dry period or grassland mowing in between.
40+
41+
The adaptation for Sentinel-2 Quarterly Cloudless mosaics also visualizes multi-temporal NDVI trends in Sentinel-2 imagery, but over an even longer timeframe as each mosaic dataset covers 3 months. It uses the NDVI values from three mosaics: the latest mosaic in the provided time interval, the mosaic from the previous quarter and the mosaic two quarters before the last. This means that the script will integrate information over a period of 9 months, typically a full growing season The NDVI values are similarly stretched between 0.1 and 0.7.
42+
Again, the color shades represent
43+
- how dense or vigorous the vegetation is, represented by the intensity of the color (bright colors or white for dense, healthy vegetation)
44+
- when the vegetation peak happens and how distinct it is, on a timescale of several months.
45+
46+
## How to use
47+
48+
- In Copernicus Browser, open the calendar panel dropdown (with the dropdown button on the right)
49+
- Select the time interval view (the calendar icon with arrows on the top right). You will now see two dates, labeled "from" and "until".
50+
- Select these dates to cover an interval of three months for the regular script, or 7 months for the quarterly mosaics. This is because each mosaic represents the three months *after* its start date. Selecting eg. June 1 to August 31 for regular Sentinel-2 images will cover most of the agriculture growth season, and selecting April 01 to October 01 for the Quarterly Sentinel-2 Mosaics will cover the nine months from April 1 to December 31, including the full vegetation season in the temperate northern hemisphere.
51+
- Select your evalscript of choice from this script website and copy it from the code window above
52+
- In Copernicus Browser, click the `</>` icon beside the name of the active layer to open the evalscript code window
53+
- Select the full text inside the window (eg. with the Ctrl+A hotkey) and paste the evalscript code from the clipboard
54+
- Wait until the data loads - this may take some time for large areas.
3555

3656
## Description of representative images
3757

0 commit comments

Comments
 (0)