33 < head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="initial-scale=1.0, user-scalable=no, width=device-width ">
6- < title > GeoZarr</ title >
6+ < title > GeoZarr Resampling </ title >
77 < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css " crossorigin ="anonymous ">
88 < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.2/css/fontawesome.min.css " crossorigin ="anonymous ">
99 < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.2/css/solid.css " crossorigin ="anonymous ">
6565 < a href ="# " id ="codepen-button " class ="btn btn-link float-end ">
6666 < i class ="fab fa-codepen fa-lg "> </ i > Edit
6767 </ a >
68- < h4 id ="title "> GeoZarr</ h4 >
68+ < h4 id ="title "> GeoZarr Resampling </ h4 >
6969 < p class ="tags ">
7070 < span class ="badge-group ">
7171 < a
@@ -77,8 +77,8 @@ <h4 id="title">GeoZarr</h4>
7777 data-title ="zarr "
7878 data-content ="<ul class="list-group">
7979 <li><a class="list-group-item list-group-item-action" href="./geozarr-stretch.html">Band Selection and Contrast Stretch</a>
80- <li><a class="list-group-item list-group-item-action active" href="./geozarr-sparse.html">GeoZarr</a>
8180 <li><a class="list-group-item list-group-item-action" href="./geozarr.html">GeoZarr</a>
81+ <li><a class="list-group-item list-group-item-action active" href="./geozarr-sparse.html">GeoZarr Resampling</a>
8282 </ul> "
8383 tabindex ="0 "
8484 > 3</ a >
@@ -93,8 +93,8 @@ <h4 id="title">GeoZarr</h4>
9393 data-title ="geozarr "
9494 data-content ="<ul class="list-group">
9595 <li><a class="list-group-item list-group-item-action" href="./geozarr-stretch.html">Band Selection and Contrast Stretch</a>
96- <li><a class="list-group-item list-group-item-action active" href="./geozarr-sparse.html">GeoZarr</a>
9796 <li><a class="list-group-item list-group-item-action" href="./geozarr.html">GeoZarr</a>
97+ <li><a class="list-group-item list-group-item-action active" href="./geozarr-sparse.html">GeoZarr Resampling</a>
9898 </ul> "
9999 tabindex ="0 "
100100 > 3</ a >
@@ -108,8 +108,8 @@ <h4 id="title">GeoZarr</h4>
108108 data-bs-target ="#tag-example-list "
109109 data-title ="sentinel-2 "
110110 data-content ="<ul class="list-group">
111- <li><a class="list-group-item list-group-item-action active" href="./geozarr-sparse.html">GeoZarr</a>
112111 <li><a class="list-group-item list-group-item-action" href="./geozarr.html">GeoZarr</a>
112+ <li><a class="list-group-item list-group-item-action active" href="./geozarr-sparse.html">GeoZarr Resampling</a>
113113 </ul> "
114114 tabindex ="0 "
115115 > 2</ a >
@@ -151,7 +151,7 @@ <h5 class="source-heading">main.js</h5>
151151import OSM from 'ol/source/OSM.js';
152152
153153const source = new GeoZarr({
154- url: 'https://s3.explorer.eopf.copernicus.eu/esa-zarr-sentinel-explorer-fra/tests-output/sentinel-2-l2a-staging/S2B_MSIL2A_20251115T091139_N0511_R050_T35SLU_20251115T111807 .zarr',
154+ url: 'https://s3.explorer.eopf.copernicus.eu/esa-zarr-sentinel-explorer-fra/tests-output/sentinel-2-l2a/S2B_MSIL2A_20260120T125339_N0511_R138_T27VWL_20260120T131151 .zarr',
155155 group: 'measurements/reflectance',
156156 bands: ['b11', 'b03', 'b02'],
157157});
@@ -194,7 +194,7 @@ <h5 class="source-heading">index.html</h5>
194194<html lang="en">
195195 <head>
196196 <meta charset="UTF-8">
197- <title>GeoZarr</title>
197+ <title>GeoZarr Resampling </title>
198198 <link rel="stylesheet" href="node_modules/ol/ol.css">
199199 <style>
200200 .map {
0 commit comments