Skip to content

Commit 2a54bfe

Browse files
fixed example location for penguin locator
1 parent c216aa4 commit 2a54bfe

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

planet/planetscope/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ The spectral bands of PlanetScope data are the following if you order a 8-band p
4747
- [True Color]({% link planet/planetscope/true_color/index.md %})
4848
- [False Color]({% link planet/planetscope/false_color/index.md %})
4949
- [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 %})
5253
- [NDVI]({% link planet/planetscope/ndvi/index.md %})
5354
- [Maximum NDVI]({% link planet/planetscope/max_ndvi/index.md %})
5455
- [NDVI Difference]({% link planet/planetscope/ndvi_difference/index.md %})
5556
- [NDWI]({% link planet/planetscope/ndwi/index.md %})
5657
- [NDCI - Normalized Difference Chlorophyll Index]({% link planet/planetscope/ndci/index.md %})
5758
- [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 %})
6060
- [UDM2 Cloud/Snow Classification]({% link planet/planetscope/cloud_classification/index.md %})

planet/planetscope/penguin_locator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ examples:
1313
fromTime: '2025-06-04T00:00:00.000Z'
1414
toTime: '2025-06-04T23:59:59.999Z'
1515
platform:
16-
- CDSE
16+
- EOB
1717
evalscripturl: https://custom-scripts.sentinel-hub.com/custom-scripts/sentinel/sentinel-2/penguin_locator/script.js
1818
---
1919

sentinel-2/penguin_locator/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ layout: script
66
permalink: /sentinel-2/penguin_locator/
77
nav_exclude: true
88
examples:
9-
- zoom: '10'
10-
lat: '66.4630'
11-
lng: '-38.46067'
9+
- zoom: '13'
10+
lat: '-73.33561'
11+
lng: '-169.67045'
1212
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'
1515
platform:
1616
- 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
1818
---
1919

2020
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.

0 commit comments

Comments
 (0)