Skip to content

Commit a325187

Browse files
committed
Deploy preview for PR 152 🛫
1 parent e1bfe06 commit a325187

File tree

3 files changed

+105
-105
lines changed

3 files changed

+105
-105
lines changed

‎pr-preview/pr-152/notebooks/quickstarts/hls-visualization.html

+57-57
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ <h2 class="anchored" data-anchor-id="parameters-for-investigating-hurricane-even
609609
<p>In this notebook we will focus on HLS S30 data for Hurricane Ida, but Hurricane Maria and L30 parameters are provided below for further exploration.</p>
610610
<div id="cell-6" class="cell" data-tags="[]" data-execution_count="2">
611611
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Endpoints</span></span>
612-
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>STAC_API_URL <span class="op">=</span> <span class="st">"https://staging-stac.delta-backend.com"</span></span>
613-
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>RASTER_API_URL <span class="op">=</span> <span class="st">"https://staging-raster.delta-backend.com"</span></span>
612+
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>STAC_API_URL <span class="op">=</span> <span class="st">"https://openveda.cloud/api/stac"</span></span>
613+
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>RASTER_API_URL <span class="op">=</span> <span class="st">"https://openveda.cloud/api/raster"</span></span>
614614
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a></span>
615615
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a><span class="co"># Harmonized Sentinel collection id and configuration info</span></span>
616616
<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a>s30_collection_id <span class="op">=</span> <span class="st">"hls-s30-002-ej-reprocessed"</span></span>
@@ -680,20 +680,20 @@ <h3 class="anchored" data-anchor-id="first-search-the-stac-api-to-find-the-speci
680680
<pre><code>search context: {'limit': 100, 'matched': 14, 'returned': 14}</code></pre>
681681
</div>
682682
<div class="cell-output cell-output-display" data-execution_count="3">
683-
<pre><code>['2021-07-14T16:55:15.122720Z',
684-
'2021-07-24T16:55:15.112940Z',
685-
'2021-07-29T16:55:16.405890Z',
686-
'2021-08-08T16:55:15.798510Z',
687-
'2021-08-13T16:55:13.394950Z',
688-
'2021-08-23T16:55:11.785040Z',
689-
'2021-09-02T16:55:09.568600Z',
690-
'2021-09-07T16:55:13.430530Z',
691-
'2021-09-22T16:55:10.763010Z',
692-
'2021-09-27T16:55:17.027350Z',
693-
'2021-10-07T16:55:18.213640Z',
694-
'2021-10-12T16:55:14.209080Z',
695-
'2021-10-17T16:55:18.517600Z',
696-
'2021-10-22T16:55:14.670710Z']</code></pre>
683+
<pre><code>['2021-07-14T16:55:15.122720+00:00',
684+
'2021-07-24T16:55:15.112940+00:00',
685+
'2021-07-29T16:55:16.405890+00:00',
686+
'2021-08-08T16:55:15.798510+00:00',
687+
'2021-08-13T16:55:13.394950+00:00',
688+
'2021-08-23T16:55:11.785040+00:00',
689+
'2021-09-02T16:55:09.568600+00:00',
690+
'2021-09-07T16:55:13.430530+00:00',
691+
'2021-09-22T16:55:10.763010+00:00',
692+
'2021-09-27T16:55:17.027350+00:00',
693+
'2021-10-07T16:55:18.213640+00:00',
694+
'2021-10-12T16:55:14.209080+00:00',
695+
'2021-10-17T16:55:18.517600+00:00',
696+
'2021-10-22T16:55:14.670710+00:00']</code></pre>
697697
</div>
698698
</div>
699699
</section>
@@ -737,19 +737,19 @@ <h3 class="anchored" data-anchor-id="update-the-temporal-range-in-search-body-an
737737
"rel": "metadata",
738738
"title": "Mosaic metadata",
739739
"type": "application/json",
740-
"href": "https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/info"
740+
"href": "https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/info"
741741
},
742742
{
743743
"rel": "tilejson",
744744
"title": "Link for TileJSON",
745745
"type": "application/json",
746-
"href": "https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/tilejson.json"
746+
"href": "https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/tilejson.json"
747747
},
748748
{
749749
"rel": "wmts",
750750
"title": "Link for WMTS",
751751
"type": "application/json",
752-
"href": "https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/WMTSCapabilities.xml"
752+
"href": "https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/WMTSCapabilities.xml"
753753
}
754754
]
755755
}</code></pre>
@@ -790,7 +790,7 @@ <h2 class="anchored" data-anchor-id="use-the-built-in-swir-post-processing-algor
790790
"version": "1.0.0",
791791
"scheme": "xyz",
792792
"tiles": [
793-
"https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?algorith=swir&amp;assets=B12&amp;assets=B8A&amp;assets=B04"
793+
"https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?algorith=swir&amp;assets=B12&amp;assets=B8A&amp;assets=B04"
794794
],
795795
"minzoom": 6,
796796
"maxzoom": 12,
@@ -855,7 +855,7 @@ <h3 class="anchored" data-anchor-id="display-the-data-on-a-map">Display the data
855855
<meta name=&quot;viewport&quot; content=&quot;width=device-width,
856856
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; />
857857
<style>
858-
#map_0f712cbc28eb2c10c532c637cfa59ab5 {
858+
#map_6f673c891abfd0ac895c57bc8eaea94d {
859859
position: relative;
860860
width: 100.0%;
861861
height: 100.0%;
@@ -869,14 +869,14 @@ <h3 class="anchored" data-anchor-id="display-the-data-on-a-map">Display the data
869869
<body>
870870
871871
872-
<div class=&quot;folium-map&quot; id=&quot;map_0f712cbc28eb2c10c532c637cfa59ab5&quot; ></div>
872+
<div class=&quot;folium-map&quot; id=&quot;map_6f673c891abfd0ac895c57bc8eaea94d&quot; ></div>
873873
874874
</body>
875875
<script>
876876
877877
878-
var map_0f712cbc28eb2c10c532c637cfa59ab5 = L.map(
879-
&quot;map_0f712cbc28eb2c10c532c637cfa59ab5&quot;,
878+
var map_6f673c891abfd0ac895c57bc8eaea94d = L.map(
879+
&quot;map_6f673c891abfd0ac895c57bc8eaea94d&quot;,
880880
{
881881
center: [30.210818000000003, -90.349537],
882882
crs: L.CRS.EPSG3857,
@@ -890,22 +890,22 @@ <h3 class="anchored" data-anchor-id="display-the-data-on-a-map">Display the data
890890
891891
892892
893-
var tile_layer_e5324e294a18d323344eac4060ffe49d = L.tileLayer(
893+
var tile_layer_36fbf51fc8bd139d4bdcf9b91c744855 = L.tileLayer(
894894
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
895895
{&quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 19, &quot;maxZoom&quot;: 19, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
896896
);
897897
898898
899-
tile_layer_e5324e294a18d323344eac4060ffe49d.addTo(map_0f712cbc28eb2c10c532c637cfa59ab5);
899+
tile_layer_36fbf51fc8bd139d4bdcf9b91c744855.addTo(map_6f673c891abfd0ac895c57bc8eaea94d);
900900
901901
902-
var tile_layer_27dc9daa1f7d670ebf3c3ed5af671ad7 = L.tileLayer(
903-
&quot;https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?algorith=swir\u0026assets=B12\u0026assets=B8A\u0026assets=B04&quot;,
902+
var tile_layer_ac0e46bd85f27dc2c0147f659df7f05f = L.tileLayer(
903+
&quot;https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?algorith=swir\u0026assets=B12\u0026assets=B8A\u0026assets=B04&quot;,
904904
{&quot;attribution&quot;: &quot;Mosaic&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 18, &quot;maxZoom&quot;: 18, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
905905
);
906906
907907
908-
tile_layer_27dc9daa1f7d670ebf3c3ed5af671ad7.addTo(map_0f712cbc28eb2c10c532c637cfa59ab5);
908+
tile_layer_ac0e46bd85f27dc2c0147f659df7f05f.addTo(map_6f673c891abfd0ac895c57bc8eaea94d);
909909
910910
</script>
911911
</html>" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen=""></iframe></div></div>
@@ -937,7 +937,7 @@ <h3 class="anchored" data-anchor-id="format-and-render-tiles-using-custom-format
937937
"version": "1.0.0",
938938
"scheme": "xyz",
939939
"tiles": [
940-
"https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=B08&amp;assets=B04&amp;expression=%28B08_b1-B04_b1%29%2F%28B08_b1%2BB04_b1%29&amp;rescale=0%2C1&amp;colormap_name=rdylgn"
940+
"https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=B08&amp;assets=B04&amp;expression=%28B08_b1-B04_b1%29%2F%28B08_b1%2BB04_b1%29&amp;rescale=0%2C1&amp;colormap_name=rdylgn"
941941
],
942942
"minzoom": 6,
943943
"maxzoom": 12,
@@ -1000,7 +1000,7 @@ <h3 class="anchored" data-anchor-id="format-and-render-tiles-using-custom-format
10001000
<meta name=&quot;viewport&quot; content=&quot;width=device-width,
10011001
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; />
10021002
<style>
1003-
#map_8610898008b134d6977bbd7f45a11fe0 {
1003+
#map_59d681b7d7b7ede7d5ef4fe7da434603 {
10041004
position: relative;
10051005
width: 100.0%;
10061006
height: 100.0%;
@@ -1014,14 +1014,14 @@ <h3 class="anchored" data-anchor-id="format-and-render-tiles-using-custom-format
10141014
<body>
10151015
10161016
1017-
<div class=&quot;folium-map&quot; id=&quot;map_8610898008b134d6977bbd7f45a11fe0&quot; ></div>
1017+
<div class=&quot;folium-map&quot; id=&quot;map_59d681b7d7b7ede7d5ef4fe7da434603&quot; ></div>
10181018
10191019
</body>
10201020
<script>
10211021
10221022
1023-
var map_8610898008b134d6977bbd7f45a11fe0 = L.map(
1024-
&quot;map_8610898008b134d6977bbd7f45a11fe0&quot;,
1023+
var map_59d681b7d7b7ede7d5ef4fe7da434603 = L.map(
1024+
&quot;map_59d681b7d7b7ede7d5ef4fe7da434603&quot;,
10251025
{
10261026
center: [30.210818000000003, -90.349537],
10271027
crs: L.CRS.EPSG3857,
@@ -1035,22 +1035,22 @@ <h3 class="anchored" data-anchor-id="format-and-render-tiles-using-custom-format
10351035
10361036
10371037
1038-
var tile_layer_535e7c5c8d694fa5804d3ba2a9a99274 = L.tileLayer(
1038+
var tile_layer_ff9f51deec8d480e2d5269a401ad8bb4 = L.tileLayer(
10391039
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
10401040
{&quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 19, &quot;maxZoom&quot;: 19, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
10411041
);
10421042
10431043
1044-
tile_layer_535e7c5c8d694fa5804d3ba2a9a99274.addTo(map_8610898008b134d6977bbd7f45a11fe0);
1044+
tile_layer_ff9f51deec8d480e2d5269a401ad8bb4.addTo(map_59d681b7d7b7ede7d5ef4fe7da434603);
10451045
10461046
1047-
var tile_layer_206d842c7ffd27f3790765c5e6341f3b = L.tileLayer(
1048-
&quot;https://staging-raster.delta-backend.com/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=B08\u0026assets=B04\u0026expression=%28B08_b1-B04_b1%29%2F%28B08_b1%2BB04_b1%29\u0026rescale=0%2C1\u0026colormap_name=rdylgn&quot;,
1047+
var tile_layer_8f9fff8d9fd2eb9872b515bd2ef93820 = L.tileLayer(
1048+
&quot;https://openveda.cloud/api/raster/mosaic/7743bcb31bff7151aff7e5508785fce1/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=B08\u0026assets=B04\u0026expression=%28B08_b1-B04_b1%29%2F%28B08_b1%2BB04_b1%29\u0026rescale=0%2C1\u0026colormap_name=rdylgn&quot;,
10491049
{&quot;attribution&quot;: &quot;Mosaic&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 18, &quot;maxZoom&quot;: 18, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
10501050
);
10511051
10521052
1053-
tile_layer_206d842c7ffd27f3790765c5e6341f3b.addTo(map_8610898008b134d6977bbd7f45a11fe0);
1053+
tile_layer_8f9fff8d9fd2eb9872b515bd2ef93820.addTo(map_59d681b7d7b7ede7d5ef4fe7da434603);
10541054
10551055
</script>
10561056
</html>" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen=""></iframe></div></div>
@@ -1132,15 +1132,15 @@ <h2 class="anchored" data-anchor-id="l30-hurricane-maria-example">L30 Hurricane
11321132
<pre><code>search context: {'limit': 10, 'matched': 9, 'returned': 9}</code></pre>
11331133
</div>
11341134
<div class="cell-output cell-output-display" data-execution_count="10">
1135-
<pre><code>['2017-06-06T14:43:41.335694Z',
1136-
'2017-06-22T14:43:47.156698Z',
1137-
'2017-07-24T14:43:56.898518Z',
1138-
'2017-08-09T14:44:03.584741Z',
1139-
'2017-08-25T14:44:07.854507Z',
1140-
'2017-09-26T14:44:14.813967Z',
1141-
'2017-10-12T14:44:19.576858Z',
1142-
'2017-11-13T14:44:17.834919Z',
1143-
'2017-11-29T14:44:11.126689Z']</code></pre>
1135+
<pre><code>['2017-06-06T14:43:41.335694+00:00',
1136+
'2017-06-22T14:43:47.156698+00:00',
1137+
'2017-07-24T14:43:56.898518+00:00',
1138+
'2017-08-09T14:44:03.584741+00:00',
1139+
'2017-08-25T14:44:07.854507+00:00',
1140+
'2017-09-26T14:44:14.813967+00:00',
1141+
'2017-10-12T14:44:19.576858+00:00',
1142+
'2017-11-13T14:44:17.834919+00:00',
1143+
'2017-11-29T14:44:11.126689+00:00']</code></pre>
11441144
</div>
11451145
</div>
11461146
<div id="cell-23" class="cell" data-execution_count="11">
@@ -1234,7 +1234,7 @@ <h2 class="anchored" data-anchor-id="l30-hurricane-maria-example">L30 Hurricane
12341234
<meta name=&quot;viewport&quot; content=&quot;width=device-width,
12351235
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; />
12361236
<style>
1237-
#map_d90dea1334abd484fcd83b3d2443af44 {
1237+
#map_0d773b176bced6636a8a2caeb4da5620 {
12381238
position: relative;
12391239
width: 100.0%;
12401240
height: 100.0%;
@@ -1248,14 +1248,14 @@ <h2 class="anchored" data-anchor-id="l30-hurricane-maria-example">L30 Hurricane
12481248
<body>
12491249
12501250
1251-
<div class=&quot;folium-map&quot; id=&quot;map_d90dea1334abd484fcd83b3d2443af44&quot; ></div>
1251+
<div class=&quot;folium-map&quot; id=&quot;map_0d773b176bced6636a8a2caeb4da5620&quot; ></div>
12521252
12531253
</body>
12541254
<script>
12551255
12561256
1257-
var map_d90dea1334abd484fcd83b3d2443af44 = L.map(
1258-
&quot;map_d90dea1334abd484fcd83b3d2443af44&quot;,
1257+
var map_0d773b176bced6636a8a2caeb4da5620 = L.map(
1258+
&quot;map_0d773b176bced6636a8a2caeb4da5620&quot;,
12591259
{
12601260
center: [18.464629000000002, -65.638847],
12611261
crs: L.CRS.EPSG3857,
@@ -1269,22 +1269,22 @@ <h2 class="anchored" data-anchor-id="l30-hurricane-maria-example">L30 Hurricane
12691269
12701270
12711271
1272-
var tile_layer_79cf4fdeb1509fccb07fe7f69cd064bf = L.tileLayer(
1272+
var tile_layer_d6550dda642e81b9465356f1a5694ed2 = L.tileLayer(
12731273
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
12741274
{&quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 19, &quot;maxZoom&quot;: 19, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
12751275
);
12761276
12771277
1278-
tile_layer_79cf4fdeb1509fccb07fe7f69cd064bf.addTo(map_d90dea1334abd484fcd83b3d2443af44);
1278+
tile_layer_d6550dda642e81b9465356f1a5694ed2.addTo(map_0d773b176bced6636a8a2caeb4da5620);
12791279
12801280
1281-
var tile_layer_09388fe7c881ee6fde621fd95f0f5dd5 = L.tileLayer(
1282-
&quot;https://staging-raster.delta-backend.com/mosaic/61809545320d5ea343d57453af06b818/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=B03\u0026assets=B05\u0026expression=%28B03_b1-B05_b1%29%2F%28B03_b1%2BB05_b1%29\u0026rescale=0%2C1\u0026colormap_name=viridis&quot;,
1281+
var tile_layer_fc57f849ea1afb7634cd6e7a4cb942af = L.tileLayer(
1282+
&quot;https://openveda.cloud/api/raster/mosaic/61809545320d5ea343d57453af06b818/tiles/WebMercatorQuad/{z}/{x}/{y}?assets=B03\u0026assets=B05\u0026expression=%28B03_b1-B05_b1%29%2F%28B03_b1%2BB05_b1%29\u0026rescale=0%2C1\u0026colormap_name=viridis&quot;,
12831283
{&quot;attribution&quot;: &quot;Mosaic&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 18, &quot;maxZoom&quot;: 18, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
12841284
);
12851285
12861286
1287-
tile_layer_09388fe7c881ee6fde621fd95f0f5dd5.addTo(map_d90dea1334abd484fcd83b3d2443af44);
1287+
tile_layer_fc57f849ea1afb7634cd6e7a4cb942af.addTo(map_0d773b176bced6636a8a2caeb4da5620);
12881288
12891289
</script>
12901290
</html>" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen=""></iframe></div></div>

0 commit comments

Comments
 (0)