Skip to content

Commit 28452f7

Browse files
authoredSep 10, 2024··
Removed usage of ColorGradientVisualizer (#327)
* Removed usage of ColorGradientVisualizer * Non-hardcoded examples for hls * Parametrized dem examples
1 parent f7af3a8 commit 28452f7

File tree

48 files changed

+862
-874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+862
-874
lines changed
 

‎_layouts/script.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
S5_SO2: S5_SO2_CDAS
1717
S1_AWS_EW_HHHV: S1_CDAS_EW_HHHV
1818
S1_MOSAIC: 3c662330-108b-4378-8899-525fd5a225cb
19+
DEM_MAPZEN: DEM_COPERNICUS_30_CDAS
1920
---
2021

2122
<h1 class="d-inline" id={{page.slug}}> {{page.title}} </h1>
@@ -55,7 +56,7 @@ <h1 class="d-inline" id={{page.slug}}> {{page.title}} </h1>
5556
</div>
5657

5758
{% if page.examples %}
58-
<h2 class="d-inline"> Evaluate and Visualize </h2>
59+
<h2 id="evaluate-and-visualize"> <a href="#evaluate-and-visualize" class="anchor-heading" aria-labelledby="evaluate-and-visualize"><svg viewBox="0 0 16 16" aria-hidden="true"><use xlink:href="#svg-link"></use></svg></a> Evaluate and Visualize </h2>
5960
{% for example in page.examples %}
6061
{% if example.name %}
6162
<h3 class="d-inline"> {{example.name}} </h2>

‎dem/dem-color/README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@ parent: DEM
44
layout: script
55
permalink: /dem/dem-color/
66
nav_exclude: true
7+
scripts:
8+
- - Visualization
9+
- script.js
10+
- - EO Browser
11+
- eob.js
12+
examples:
13+
- zoom: '10'
14+
lat: '42.40876'
15+
lng: '12.00634'
16+
datasetId: DEM_MAPZEN
17+
fromTime: '2023-10-02T00:00:00.000Z'
18+
toTime: '2023-10-02T23:59:59.999Z'
19+
platform:
20+
- CDSE
21+
- EOB
22+
evalscripturl: https://custom-scripts.sentinel-hub.com/dem/dem-color/eob.js
723
---
824

9-
10-
## Evaluate and visualize
11-
12-
- [EO Browser](https://sentinelshare.page.link/HNQV)
13-
- [Copernicus Browser](https://sentinelshare.page.link/h2as)
14-
1525
## Description
1626

1727
This script returns a color visualization of a digital elevation model, assigning continuous colors to the elevation borders.

0 commit comments

Comments
 (0)
Please sign in to comment.