File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
sentinel-2/penguin_locator Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ The spectral bands of PlanetScope data are the following if you order a 8-band p
47
47
- [ True Color] ({% link planet/planetscope/true_color/index.md %})
48
48
- [ False Color] ({% link planet/planetscope/false_color/index.md %})
49
49
- [ Cloudless Mosaic] ({% link planet/planetscope/cloudless_mosaic/index.md %})
50
- - [ Agriculture Growth Stage] ({% link planet/planetscope/agriculture_growth_stage/readme.md %})
51
- - [ Kernel NDVI] ({% link planet/planetscope/kndvi/readme.md %})
50
+ - [ Agriculture Growth Stage] ({% link planet/planetscope/agriculture_growth_stage/README.md %})
51
+ - [ Green City Index] ({% link planet/planetscope/green_city/index.md %})
52
+ - [ Kernel NDVI] ({% link planet/planetscope/kndvi/README.md %})
52
53
- [ NDVI] ({% link planet/planetscope/ndvi/index.md %})
53
54
- [ Maximum NDVI] ({% link planet/planetscope/max_ndvi/index.md %})
54
55
- [ NDVI Difference] ({% link planet/planetscope/ndvi_difference/index.md %})
55
56
- [ NDWI] ({% link planet/planetscope/ndwi/index.md %})
56
57
- [ NDCI - Normalized Difference Chlorophyll Index] ({% link planet/planetscope/ndci/index.md %})
57
58
- [ NDRE - Normalized Difference Red Edge Index] ({% link planet/planetscope/ndre/index.md %})
58
- - [ Penguin Locator - Highlight small differences in snow and ice landscapes] ({% link planet/planetscope/penguin_locator/index.md})
59
- - [ Green City] ({% link planet/planetscope/green_city/index.md %})
59
+ - [ Penguin Locator] ({% link planet/planetscope/penguin_locator/index.md %})
60
60
- [ UDM2 Cloud/Snow Classification] ({% link planet/planetscope/cloud_classification/index.md %})
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ examples:
13
13
fromTime : ' 2025-06-04T00:00:00.000Z'
14
14
toTime : ' 2025-06-04T23:59:59.999Z'
15
15
platform :
16
- - CDSE
16
+ - EOB
17
17
evalscripturl : https://custom-scripts.sentinel-hub.com/custom-scripts/sentinel/sentinel-2/penguin_locator/script.js
18
18
---
19
19
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ layout: script
6
6
permalink : /sentinel-2/penguin_locator/
7
7
nav_exclude : true
8
8
examples :
9
- - zoom : ' 10 '
10
- lat : ' 66.4630 '
11
- lng : ' -38.46067 '
9
+ - zoom : ' 13 '
10
+ lat : ' -73.33561 '
11
+ lng : ' -169.67045 '
12
12
datasetId : S2L2A
13
- fromTime : ' 2025-07-19T00 :00:00.000Z'
14
- toTime : ' 2025-07-19T23 :59:59.999Z'
13
+ fromTime : ' 2024-09-28T00 :00:00.000Z'
14
+ toTime : ' 2024-09-28T23 :59:59.999Z'
15
15
platform :
16
16
- CDSE
17
- evalscripturl : https://custom-scripts.sentinel-hub .com/custom-scripts/sentinel /sentinel-2/penguin_locator/script.js
17
+ evalscripturl : https://raw.githubusercontent .com/sentinel-hub/customScripts/master /sentinel-2/penguin_locator/script.js
18
18
---
19
19
20
20
The layout ` script ` automatically adds the title defined in the front matter and adds buttons to visualize the script. For the buttons to work the evalscript has to be named ` script.js ` and must be in the same directory as the ` README.md ` file.
You can’t perform that action at this time.
0 commit comments