diff --git a/client/html/user-guide/.buildinfo b/client/html/user-guide/.buildinfo
new file mode 100644
index 0000000000000000000000000000000000000000..660b5d2724e9ee64b47bef132b2ad86fe00c0fa5
--- /dev/null
+++ b/client/html/user-guide/.buildinfo
@@ -0,0 +1,4 @@
+# Sphinx build info version 1
+# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
+config: a6656b170d5736361368d2be654357cc
+tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/client/html/user-guide/downloading.html b/client/html/user-guide/downloading.html
new file mode 100644
index 0000000000000000000000000000000000000000..fbd666b325cad7930f1413f078b45e07751c929e
--- /dev/null
+++ b/client/html/user-guide/downloading.html
@@ -0,0 +1,157 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Downloading &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Sample Service Requests" href="sample-requests.html" />
+    <link rel="prev" title="Searching" href="searching.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="downloading">
+<span id="id1"></span><h1>Downloading<a class="headerlink" href="#downloading" title="Permalink to this headline">¶</a></h1>
+<p>The download interface is implemented following the <a class="reference external" href="https://www.ogc.org/standards/wcs">Web Coverage Service (WCS)</a> as well as the <a class="reference external" href="https://portal.opengeospatial.org/files/?artifact_id=55210">Download Service for Earth
+Observation Products Best Practice (DSEO)</a> standards.</p>
+<p>These interfaces support both, the simple download of entire products via DSEO
+as well as flexible customized downloads via WCS. Both services can be accessed
+at the path <code class="docutils literal notranslate"><span class="pre">/ows?</span></code>.</p>
+<p>The WCS offers the following customizations in order to optimize downloads and
+minimize unnecessarily used bandwidth:</p>
+<ul class="simple">
+<li><p><a class="reference external" href="http://docs.opengeospatial.org/is/10-140r2/10-140r2.html">Earth Observation Application Profile (EO-WCS)</a></p></li>
+<li><p>Meaningful default configuration</p></li>
+<li><p>Spatial subset to retrieve only the geographic area of interest</p></li>
+<li><p>Range subset to retrieve only the band(s) of interest</p></li>
+<li><p>Scaling to required resolution</p></li>
+<li><p>Format selection</p></li>
+<li><p>Interpolation selection if needed</p></li>
+<li><p>Projection selection</p></li>
+</ul>
+<p>Note that the download size in WCS is restricted in order to not block the
+service. Clients are advised to download bigger coverages in chunks and put them
+together afterwards.</p>
+<div class="section" id="downloading-in-qgis">
+<h2>Downloading in QGIS<a class="headerlink" href="#downloading-in-qgis" title="Permalink to this headline">¶</a></h2>
+<p>In order to use the download via WCS 1.0, that QGIS supports, a WCS layer needs to be added.</p>
+<p>Open the Data Source Manager and add a WCS Layer, configuring the URL as shown in <a class="reference internal" href="#fig-wcs-qgis1"><span class="std std-numref">Figure 46</span></a> and create a new WCS Connection using the URL of the service and specifying the product id to be downloaded via CQL= query. It is necessary to tick the <strong>Ignore GetCoverage URI reported in capabilities</strong>, as the reference URI usually does not contain the additional CQL or any other request parameters.</p>
+<div class="figure align-default" id="id2">
+<span id="fig-wcs-qgis1"></span><img alt="QGIS - Create WCS Connection" src="_images/wcs_qgis1.png" />
+<p class="caption"><span class="caption-number">Figure 46 </span><span class="caption-text"><em>QGIS - Create WCS Connection</em></span><a class="headerlink" href="#id2" title="Permalink to this image">¶</a></p>
+</div>
+<p>A user can be prompted to specify the transformation between coordinate reference systems in case that the default output image is in a different coordinate reference system than current map projection - as shown in <a class="reference internal" href="#fig-wcs-qgis2"><span class="std std-numref">Figure 47</span></a></p>
+<div class="figure align-default" id="id3">
+<span id="fig-wcs-qgis2"></span><img alt="QGIS - CRS transformation confirmation" src="_images/wcs_qgis2.png" />
+<p class="caption"><span class="caption-number">Figure 47 </span><span class="caption-text"><em>QGIS - CRS transformation confirmation</em></span><a class="headerlink" href="#id3" title="Permalink to this image">¶</a></p>
+</div>
+<p>Currently, QGIS supports specifying the output coordinate reference system and image format through the relevant input fields as shown in <a class="reference internal" href="#fig-wcs-qgis3"><span class="std std-numref">Figure 48</span></a>. All other optional parameters for WCS request need to be added to the URL manually clicking on Edit button.</p>
+<div class="figure align-default" id="id4">
+<span id="fig-wcs-qgis3"></span><img alt="QGIS WCS layer options" src="_images/wcs_qgis3.png" />
+<p class="caption"><span class="caption-number">Figure 48 </span><span class="caption-text"><em>QGIS WCS layer options</em></span><a class="headerlink" href="#id4" title="Permalink to this image">¶</a></p>
+</div>
+<p>The final chapter <a class="reference internal" href="sample-requests.html#sample-requests"><span class="std std-ref">Sample Service Requests</span></a> holds a list of sample requests against
+the various services described in this user guide.</p>
+</div>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Downloading</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#downloading-in-qgis">Downloading in QGIS</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="searching.html" title="previous chapter">Searching</a></li>
+      <li>Next: <a href="sample-requests.html" title="next chapter">Sample Service Requests</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/downloading.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/genindex.html b/client/html/user-guide/genindex.html
new file mode 100644
index 0000000000000000000000000000000000000000..75470c66322377b13922f6568937944477c5d89c
--- /dev/null
+++ b/client/html/user-guide/genindex.html
@@ -0,0 +1,110 @@
+
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Index &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="#" />
+    <link rel="search" title="Search" href="search.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+
+<h1 id="index">Index</h1>
+
+<div class="genindex-jumpbox">
+ 
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/index.html b/client/html/user-guide/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..32fb13d41f60429da1cc9b1cd36e3da57018a12e
--- /dev/null
+++ b/client/html/user-guide/index.html
@@ -0,0 +1,156 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>View Server - User Guide &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Introduction" href="intro.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="view-server-user-guide">
+<span id="contents"></span><h1>View Server - User Guide<a class="headerlink" href="#view-server-user-guide" title="Permalink to this headline">¶</a></h1>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#interactive-tutorial">Interactive Tutorial</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#map">Map</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#timeslider">Timeslider</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#search-results">Search Results</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#filters">Filters</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#map-layers">Map Layers</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#details-display">Details Display</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#download">Download</a></li>
+<li class="toctree-l2"><a class="reference internal" href="web-client.html#saving-the-session">Saving the session</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="viewing.html#performance-optimized-service">Performance optimized service</a></li>
+<li class="toctree-l2"><a class="reference internal" href="viewing.html#flexible-service">Flexible service</a></li>
+<li class="toctree-l2"><a class="reference internal" href="viewing.html#loading-in-qgis">Loading in QGIS</a></li>
+<li class="toctree-l2"><a class="reference internal" href="viewing.html#loading-in-arcmap-10">Loading in ArcMap 10</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="searching.html#responses">Responses</a></li>
+<li class="toctree-l2"><a class="reference internal" href="searching.html#filters">Filters</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="downloading.html#downloading-in-qgis">Downloading in QGIS</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="sample-requests.html#web-client">Web Client</a></li>
+<li class="toctree-l2"><a class="reference internal" href="sample-requests.html#performance-optimized-viewing">Performance optimized viewing</a></li>
+<li class="toctree-l2"><a class="reference internal" href="sample-requests.html#flexible-viewing">Flexible viewing</a></li>
+<li class="toctree-l2"><a class="reference internal" href="sample-requests.html#searching">Searching</a></li>
+<li class="toctree-l2"><a class="reference internal" href="sample-requests.html#downloading">Downloading</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="sample-requests.html#wcs">WCS</a></li>
+<li class="toctree-l3"><a class="reference internal" href="sample-requests.html#dseo">DSEO</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="#">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="#">Documentation overview</a><ul>
+      <li>Next: <a href="intro.html" title="next chapter">Introduction</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/index.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/intro.html b/client/html/user-guide/intro.html
new file mode 100644
index 0000000000000000000000000000000000000000..fe240b9f56077328d586561c1784c41b20124f3d
--- /dev/null
+++ b/client/html/user-guide/intro.html
@@ -0,0 +1,123 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Introduction &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Web Client" href="web-client.html" />
+    <link rel="prev" title="View Server - User Guide" href="index.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="introduction">
+<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
+<p>This is the User Guide of the View Server (VS). The intended readers are users
+of the web client shown below and external services provided by the View Server.</p>
+<p>These provided external services are services for searching, viewing, and
+downloading of Earth Observation (EO) data. Service endpoints optimized for
+performance as well as for flexibility are provided alongside each other.</p>
+<div class="figure align-default" id="id1">
+<img alt="Web Client" src="_images/webclient_start.png" />
+<p class="caption"><span class="caption-number">Figure 1 </span><span class="caption-text"><em>Web Client</em></span><a class="headerlink" href="#id1" title="Permalink to this image">¶</a></p>
+</div>
+<p>Continue reading to understand the details of the provided <a class="reference internal" href="web-client.html#web-client"><span class="std std-ref">Web Client</span></a>.</p>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul class="current">
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="index.html" title="previous chapter">View Server - User Guide</a></li>
+      <li>Next: <a href="web-client.html" title="next chapter">Web Client</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/intro.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/objects.inv b/client/html/user-guide/objects.inv
new file mode 100644
index 0000000000000000000000000000000000000000..e3856a71bfb6c01cf87b0a37d6c86229f4806786
Binary files /dev/null and b/client/html/user-guide/objects.inv differ
diff --git a/client/html/user-guide/sample-requests.html b/client/html/user-guide/sample-requests.html
new file mode 100644
index 0000000000000000000000000000000000000000..fe7e306c149f39aee56d819b6ba6562e48606f99
--- /dev/null
+++ b/client/html/user-guide/sample-requests.html
@@ -0,0 +1,1173 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Sample Service Requests &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="prev" title="Downloading" href="downloading.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="sample-service-requests">
+<span id="sample-requests"></span><h1>Sample Service Requests<a class="headerlink" href="#sample-service-requests" title="Permalink to this headline">¶</a></h1>
+<p>This chapter provides various sample requests. Those requests are against a
+production service and might get invalid over time.</p>
+<p>Please note that the production service used requires user authentication.
+Please ask the European Space Agency (ESA) to get access granted.</p>
+<div class="section" id="web-client">
+<h2>Web Client<a class="headerlink" href="#web-client" title="Permalink to this headline">¶</a></h2>
+<p>The web and services are accessible at two production URLs:</p>
+<ul class="simple">
+<li><p>pdas.prism.eox.at</p></li>
+<li><p>pass.copernicus.eu</p></li>
+</ul>
+<p>Currently as of writing two collections/datasets are available, the <a class="reference external" href="https://vhr18.pdas.prism.eox.at">VHR IMAGE
+2018</a> and the <a class="reference external" href="https://emg.pdas.prism.eox.at">Emergency</a> dataset.</p>
+</div>
+<div class="section" id="performance-optimized-viewing">
+<h2>Performance optimized viewing<a class="headerlink" href="#performance-optimized-viewing" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows/wmts/1.0.0/WMTSCapabilities.xml">WMTS Capabilities</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</span>
+<span class="nt">&lt;Capabilities</span> <span class="na">version=</span><span class="s">&quot;1.0.0&quot;</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.opengis.net/wmts/1.0&quot;</span> <span class="na">xmlns:gml=</span><span class="s">&quot;http://www.opengis.net/gml&quot;</span> <span class="na">xmlns:inspire_common=</span><span class="s">&quot;http://inspire.ec.europa.eu/schemas/common/1.0&quot;</span> <span class="na">xmlns:inspire_vs=</span><span class="s">&quot;http://inspire.ec.europa.eu/schemas/inspire_vs_ows11/1.0&quot;</span> <span class="na">xmlns:ows=</span><span class="s">&quot;http://www.opengis.net/ows/1.1&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd http://inspire.ec.europa.eu/schemas/inspire_vs_ows11/1.0 http://inspire.ec.europa.eu/schemas/inspire_vs_ows11/1.0/inspire_vs_ows_11.xsd&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;ows:ServiceIdentification&gt;</span>
+    <span class="nt">&lt;ows:Title&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/ows:Title&gt;</span>
+    <span class="nt">&lt;ows:Abstract&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/ows:Abstract&gt;</span>
+    <span class="nt">&lt;ows:Keywords&gt;</span>
+      <span class="nt">&lt;ows:Keyword&gt;</span>view service<span class="nt">&lt;/ows:Keyword&gt;</span>
+    <span class="nt">&lt;/ows:Keywords&gt;</span>
+    <span class="nt">&lt;ows:ServiceType&gt;</span>OGC WMTS<span class="nt">&lt;/ows:ServiceType&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>1.0.0<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:Fees&gt;</span>UNKNOWN<span class="nt">&lt;/ows:Fees&gt;</span>
+    <span class="nt">&lt;ows:AccessConstraints&gt;</span>UNKNOWN<span class="nt">&lt;/ows:AccessConstraints&gt;</span>
+  <span class="nt">&lt;/ows:ServiceIdentification&gt;</span>
+  <span class="nt">&lt;ows:ServiceProvider&gt;</span>
+    <span class="nt">&lt;stripped/&gt;</span>
+  <span class="nt">&lt;/ows:ServiceProvider&gt;</span>
+  <span class="nt">&lt;ows:OperationsMetadata&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;GetCapabilities&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/wmts?&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;GetEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>KVP<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Get&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;GetTile&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/wmts?&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;GetEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>KVP<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Get&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;GetFeatureInfo&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/wmts?&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;GetEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>KVP<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Get&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;inspire_vs:ExtendedCapabilities&gt;</span>
+      <span class="nt">&lt;inspire_common:MetadataUrl</span> <span class="na">xsi:type=</span><span class="s">&quot;inspire_common:resourceLocatorType&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;inspire_common:URL&gt;</span>TBD<span class="nt">&lt;/inspire_common:URL&gt;</span>
+        <span class="nt">&lt;inspire_common:MediaType&gt;</span>application/vnd.iso.19139+xml<span class="nt">&lt;/inspire_common:MediaType&gt;</span>
+      <span class="nt">&lt;/inspire_common:MetadataUrl&gt;</span>
+      <span class="nt">&lt;inspire_common:SupportedLanguages&gt;</span>
+        <span class="nt">&lt;inspire_common:DefaultLanguage&gt;</span>
+          <span class="nt">&lt;inspire_common:Language&gt;</span>eng<span class="nt">&lt;/inspire_common:Language&gt;</span>
+        <span class="nt">&lt;/inspire_common:DefaultLanguage&gt;</span>
+      <span class="nt">&lt;/inspire_common:SupportedLanguages&gt;</span>
+      <span class="nt">&lt;inspire_common:ResponseLanguage&gt;</span>
+        <span class="nt">&lt;inspire_common:Language&gt;</span>eng<span class="nt">&lt;/inspire_common:Language&gt;</span>
+      <span class="nt">&lt;/inspire_common:ResponseLanguage&gt;</span>
+    <span class="nt">&lt;/inspire_vs:ExtendedCapabilities&gt;</span>
+  <span class="nt">&lt;/ows:OperationsMetadata&gt;</span>
+  <span class="nt">&lt;Contents&gt;</span>
+    <span class="nt">&lt;Layer&gt;</span>
+      <span class="nt">&lt;ows:Title&gt;</span>VHR Image 2018 Level 3 True Color with masked validity<span class="nt">&lt;/ows:Title&gt;</span>
+      <span class="nt">&lt;ows:Abstract&gt;</span>VHR Image 2018 Level 3 True Color with masked validity<span class="nt">&lt;/ows:Abstract&gt;</span>
+      <span class="nt">&lt;ows:WGS84BoundingBox&gt;</span>
+        <span class="nt">&lt;ows:LowerCorner&gt;</span>-180.000000 -90.000000<span class="nt">&lt;/ows:LowerCorner&gt;</span>
+        <span class="nt">&lt;ows:UpperCorner&gt;</span>180.000000 90.000000<span class="nt">&lt;/ows:UpperCorner&gt;</span>
+      <span class="nt">&lt;/ows:WGS84BoundingBox&gt;</span>
+      <span class="nt">&lt;ows:Identifier&gt;</span>VHR_IMAGE_2018_Level_3__masked_validity<span class="nt">&lt;/ows:Identifier&gt;</span>
+      <span class="nt">&lt;Style</span> <span class="na">isDefault=</span><span class="s">&quot;true&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;ows:Identifier&gt;</span>default<span class="nt">&lt;/ows:Identifier&gt;</span>
+      <span class="nt">&lt;/Style&gt;</span>
+      <span class="nt">&lt;Format&gt;</span>image/unknown<span class="nt">&lt;/Format&gt;</span>
+      <span class="nt">&lt;Dimension&gt;</span>
+        <span class="nt">&lt;ows:Identifier&gt;</span>time<span class="nt">&lt;/ows:Identifier&gt;</span>
+        <span class="nt">&lt;Default&gt;</span>2017/2019<span class="nt">&lt;/Default&gt;</span>
+        <span class="nt">&lt;Value&gt;</span>2017-05-01T09:54:28Z/2019-10-06T07:03:34Z<span class="nt">&lt;/Value&gt;</span>
+      <span class="nt">&lt;/Dimension&gt;</span>
+      <span class="nt">&lt;TileMatrixSetLink&gt;</span>
+        <span class="nt">&lt;TileMatrixSet&gt;</span>WGS84<span class="nt">&lt;/TileMatrixSet&gt;</span>
+      <span class="nt">&lt;/TileMatrixSetLink&gt;</span>
+      <span class="nt">&lt;ResourceURL</span> <span class="na">format=</span><span class="s">&quot;image/unknown&quot;</span> <span class="na">resourceType=</span><span class="s">&quot;tile&quot;</span> <span class="na">template=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__masked_validity/default/{time}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.xxx&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/Layer&gt;</span>
+    <span class="nt">&lt;Layer&gt;</span>
+      <span class="nt">&lt;ows:Title&gt;</span>VHR Image 2018 Level 3 True Color with masked validity Full Coverage<span class="nt">&lt;/ows:Title&gt;</span>
+      <span class="nt">&lt;ows:Abstract&gt;</span>VHR Image 2018 Level 3 True Color with masked validity Full Coverage<span class="nt">&lt;/ows:Abstract&gt;</span>
+      <span class="nt">&lt;ows:WGS84BoundingBox&gt;</span>
+        <span class="nt">&lt;ows:LowerCorner&gt;</span>-24.700000 27.500000<span class="nt">&lt;/ows:LowerCorner&gt;</span>
+        <span class="nt">&lt;ows:UpperCorner&gt;</span>45.000000 71.300000<span class="nt">&lt;/ows:UpperCorner&gt;</span>
+      <span class="nt">&lt;/ows:WGS84BoundingBox&gt;</span>
+      <span class="nt">&lt;ows:Identifier&gt;</span>VHR_IMAGE_2018_Level_3__masked_validity__Full<span class="nt">&lt;/ows:Identifier&gt;</span>
+      <span class="nt">&lt;Style</span> <span class="na">isDefault=</span><span class="s">&quot;true&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;ows:Identifier&gt;</span>default<span class="nt">&lt;/ows:Identifier&gt;</span>
+      <span class="nt">&lt;/Style&gt;</span>
+      <span class="nt">&lt;Format&gt;</span>image/unknown<span class="nt">&lt;/Format&gt;</span>
+      <span class="nt">&lt;TileMatrixSetLink&gt;</span>
+        <span class="nt">&lt;TileMatrixSet&gt;</span>WGS84<span class="nt">&lt;/TileMatrixSet&gt;</span>
+      <span class="nt">&lt;/TileMatrixSetLink&gt;</span>
+      <span class="nt">&lt;ResourceURL</span> <span class="na">format=</span><span class="s">&quot;image/unknown&quot;</span> <span class="na">resourceType=</span><span class="s">&quot;tile&quot;</span> <span class="na">template=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__masked_validity__Full/default/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.xxx&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/Layer&gt;</span>
+    <span class="nt">&lt;stripped_12_layers/&gt;</span>
+    <span class="nt">&lt;TileMatrixSet&gt;</span>
+      <span class="nt">&lt;stripped/&gt;</span>
+    <span class="nt">&lt;/TileMatrixSet&gt;</span>
+  <span class="nt">&lt;/Contents&gt;</span>
+<span class="nt">&lt;/Capabilities&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows?service=wms&amp;request=getcapabilities">WMS Capabilities</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot; ?&gt;</span>
+<span class="cp">&lt;!DOCTYPE WMT_MS_Capabilities</span>
+<span class="cp">  SYSTEM &#39;http://schemas.opengis.net/wms/1.1.0/capabilities_1_1_0.dtd&#39; [ &lt;!ELEMENT VendorSpecificCapabilities EMPTY&gt;</span>]&gt;
+<span class="nt">&lt;WMT_MS_Capabilities</span> <span class="na">version=</span><span class="s">&quot;1.1.1&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;Service&gt;</span>
+    <span class="nt">&lt;Name&gt;</span>OGC:WMS<span class="nt">&lt;/Name&gt;</span>
+    <span class="nt">&lt;Title&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/Title&gt;</span>
+    <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/?&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;/Service&gt;</span>
+  <span class="nt">&lt;Capability&gt;</span>
+    <span class="nt">&lt;Request&gt;</span>
+      <span class="nt">&lt;GetCapabilities&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>application/vnd.ogc.wms_xml<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;DCPType&gt;</span>
+          <span class="nt">&lt;HTTP&gt;</span>
+            <span class="nt">&lt;Get&gt;</span>
+              <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/?&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;/Get&gt;</span>
+          <span class="nt">&lt;/HTTP&gt;</span>
+        <span class="nt">&lt;/DCPType&gt;</span>
+      <span class="nt">&lt;/GetCapabilities&gt;</span>
+      <span class="nt">&lt;GetMap&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>image/png<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>image/jpeg<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;DCPType&gt;</span>
+          <span class="nt">&lt;HTTP&gt;</span>
+            <span class="nt">&lt;Get&gt;</span>
+              <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/?&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;/Get&gt;</span>
+          <span class="nt">&lt;/HTTP&gt;</span>
+        <span class="nt">&lt;/DCPType&gt;</span>
+      <span class="nt">&lt;/GetMap&gt;</span>
+      <span class="nt">&lt;GetFeatureInfo&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>text/plain<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>application/vnd.ogc.gml<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;DCPType&gt;</span>
+          <span class="nt">&lt;HTTP&gt;</span>
+            <span class="nt">&lt;Get&gt;</span>
+              <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pass.copernicus.eu/cache/ows/?&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;/Get&gt;</span>
+          <span class="nt">&lt;/HTTP&gt;</span>
+        <span class="nt">&lt;/DCPType&gt;</span>
+      <span class="nt">&lt;/GetFeatureInfo&gt;</span>
+    <span class="nt">&lt;/Request&gt;</span>
+    <span class="nt">&lt;Exception&gt;</span>
+      <span class="nt">&lt;Format&gt;</span>text/plain<span class="nt">&lt;/Format&gt;</span>
+    <span class="nt">&lt;/Exception&gt;</span>
+    <span class="nt">&lt;VendorSpecificCapabilities&gt;</span>
+      <span class="nt">&lt;stripped/&gt;</span>
+    <span class="nt">&lt;/VendorSpecificCapabilities&gt;</span>
+    <span class="nt">&lt;Layer&gt;</span>
+      <span class="nt">&lt;Title&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/Title&gt;</span>
+      <span class="nt">&lt;SRS&gt;</span>EPSG:4326<span class="nt">&lt;/SRS&gt;</span>
+      <span class="nt">&lt;Layer</span> <span class="na">cascaded=</span><span class="s">&quot;1&quot;</span> <span class="na">queryable=</span><span class="s">&quot;0&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;Name&gt;</span>VHR_IMAGE_2018_Level_3__masked_validity<span class="nt">&lt;/Name&gt;</span>
+        <span class="nt">&lt;Title&gt;</span>VHR Image 2018 Level 3 True Color with masked validity<span class="nt">&lt;/Title&gt;</span>
+        <span class="nt">&lt;Abstract&gt;</span>VHR Image 2018 Level 3 True Color with masked validity<span class="nt">&lt;/Abstract&gt;</span>
+        <span class="nt">&lt;LatLonBoundingBox</span> <span class="na">maxx=</span><span class="s">&quot;180.000000&quot;</span> <span class="na">maxy=</span><span class="s">&quot;90.000000&quot;</span> <span class="na">minx=</span><span class="s">&quot;-180.000000&quot;</span> <span class="na">miny=</span><span class="s">&quot;-90.000000&quot;</span><span class="nt">/&gt;</span>
+        <span class="nt">&lt;Dimension</span> <span class="na">default=</span><span class="s">&quot;2017/2019&quot;</span> <span class="na">name=</span><span class="s">&quot;time&quot;</span><span class="nt">&gt;</span>2017-05-01T09:54:28Z/2019-10-06T07:03:34Z<span class="nt">&lt;/Dimension&gt;</span>
+        <span class="nt">&lt;BoundingBox</span> <span class="na">SRS=</span><span class="s">&quot;EPSG:4326&quot;</span> <span class="na">maxx=</span><span class="s">&quot;180.000000&quot;</span> <span class="na">maxy=</span><span class="s">&quot;90.000000&quot;</span> <span class="na">minx=</span><span class="s">&quot;-180.000000&quot;</span> <span class="na">miny=</span><span class="s">&quot;-90.000000&quot;</span><span class="nt">/&gt;</span>
+        <span class="nt">&lt;SRS&gt;</span>EPSG:4326<span class="nt">&lt;/SRS&gt;</span>
+      <span class="nt">&lt;/Layer&gt;</span>
+      <span class="nt">&lt;Layer</span> <span class="na">cascaded=</span><span class="s">&quot;1&quot;</span> <span class="na">queryable=</span><span class="s">&quot;0&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;Name&gt;</span>VHR_IMAGE_2018_Level_3__masked_validity__Full<span class="nt">&lt;/Name&gt;</span>
+        <span class="nt">&lt;Title&gt;</span>VHR Image 2018 Level 3 True Color with masked validity Full Coverage<span class="nt">&lt;/Title&gt;</span>
+        <span class="nt">&lt;Abstract&gt;</span>VHR Image 2018 Level 3 True Color with masked validity Full Coverage<span class="nt">&lt;/Abstract&gt;</span>
+        <span class="nt">&lt;LatLonBoundingBox</span> <span class="na">maxx=</span><span class="s">&quot;45.000000&quot;</span> <span class="na">maxy=</span><span class="s">&quot;71.300000&quot;</span> <span class="na">minx=</span><span class="s">&quot;-24.700000&quot;</span> <span class="na">miny=</span><span class="s">&quot;27.500000&quot;</span><span class="nt">/&gt;</span>
+        <span class="nt">&lt;BoundingBox</span> <span class="na">SRS=</span><span class="s">&quot;EPSG:4326&quot;</span> <span class="na">maxx=</span><span class="s">&quot;45.000000&quot;</span> <span class="na">maxy=</span><span class="s">&quot;71.300000&quot;</span> <span class="na">minx=</span><span class="s">&quot;-24.700000&quot;</span> <span class="na">miny=</span><span class="s">&quot;27.500000&quot;</span><span class="nt">/&gt;</span>
+        <span class="nt">&lt;SRS&gt;</span>EPSG:4326<span class="nt">&lt;/SRS&gt;</span>
+      <span class="nt">&lt;/Layer&gt;</span>
+      <span class="nt">&lt;stripped_12_layers/&gt;</span>
+    <span class="nt">&lt;/Layer&gt;</span>
+  <span class="nt">&lt;/Capability&gt;</span>
+<span class="nt">&lt;/WMT_MS_Capabilities&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__TRUE_COLOR/default/2018-06-01T00%3A00%3A00Z--2018-07-01T00%3A00%3A00Z/WGS84/11/524/2224.xxx">WMTS True color tile</a>,
+<a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__FALSE_COLOR/default/2018-06-01T00%3A00%3A00Z--2018-07-01T00%3A00%3A00Z/WGS84/11/524/2224.xxx">WMTS False color tile</a>, and
+<a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__NDVI/default/2018-06-01T00%3A00%3A00Z--2018-07-01T00%3A00%3A00Z/WGS84/11/524/2224.xxx">WMTS NDVI tile</a>.
+Same area via <a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows?SERVICE=WMS&amp;VERSION=1.1.0&amp;REQUEST=GetMap&amp;FORMAT=image%2Fpng&amp;TRANSPARENT=true&amp;LAYERS=VHR_IMAGE_2018_Level_3__TRUE_COLOR&amp;STYLES=&amp;time=2018-06-01T00%3A00%3A00Z%2F2018-07-01T00%3A00%3A00Z&amp;WIDTH=256&amp;HEIGHT=256&amp;SRS=EPSG%3A4326&amp;BBOX=15.46875%2C43.857421875%2C15.556640625%2C43.9453125">WMS request</a>.</p>
+<div class="figure align-default" id="id1">
+<img alt="WMTS Tiles - True color, false color, and NDVI" src="_images/wmts_tiles.png" />
+<p class="caption"><span class="caption-number">Figure 49 </span><span class="caption-text"><em>WMTS Tiles - True color, false color, and NDVI</em></span><a class="headerlink" href="#id1" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__masked_validity/default/2018-06-01T00%3A00%3A00Z--2018-07-01T00%3A00%3A00Z/WGS84/11/524/2224.xxx">WMTS True color masked validity tile</a></p>
+<div class="figure align-default" id="id2">
+<img alt="WMTS Tiles - Unmasked and masked" src="_images/wmts_masked.png" />
+<p class="caption"><span class="caption-number">Figure 50 </span><span class="caption-text"><em>WMTS Tiles - Unmasked and masked</em></span><a class="headerlink" href="#id2" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/cache/ows/wmts/1.0.0/VHR_IMAGE_2018_Level_3__masked_validity__Full/default/WGS84/1/0/2.xxx">WMTS Full layer</a></p>
+<div class="figure align-default" id="id3">
+<img alt="WMTS Tiles - Full layer" src="_images/wmts_full.png" />
+<p class="caption"><span class="caption-number">Figure 51 </span><span class="caption-text"><em>WMTS Tiles - Full layer</em></span><a class="headerlink" href="#id3" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pass.copernicus.eu/cache/ows?SERVICE=WMS&amp;VERSION=1.1.0&amp;REQUEST=GetMap&amp;FORMAT=image%2Fpng&amp;TRANSPARENT=true&amp;LAYERS=VHR_IMAGE_2018_Level_3__masked_validity__Full&amp;WIDTH=256&amp;HEIGHT=256&amp;SRS=EPSG%3A4326&amp;BBOX=-25,25,40,90">WMS Full layer</a></p>
+<div class="figure align-default" id="id4">
+<img alt="WMS - Full layer" src="_images/wms_full.png" />
+<p class="caption"><span class="caption-number">Figure 52 </span><span class="caption-text"><em>WMS - Full layer</em></span><a class="headerlink" href="#id4" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="flexible-viewing">
+<h2>Flexible viewing<a class="headerlink" href="#flexible-viewing" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=wms&amp;request=getcapabilities">Capabilities for collection layers</a>
+(example below) or <a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=wms&amp;request=GetCapabilities&amp;cql=identifier=%27urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7%27">Layer capabilities for one product</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&#39;1.0&#39; encoding=&#39;iso-8859-1&#39;?&gt;</span>
+<span class="nt">&lt;WMS_Capabilities</span> <span class="na">updateSequence=</span><span class="s">&quot;20131219T132000Z&quot;</span> <span class="na">version=</span><span class="s">&quot;1.3.0&quot;</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.opengis.net/wms&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;Service&gt;</span>
+    <span class="nt">&lt;Name&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/Name&gt;</span>
+    <span class="nt">&lt;Title&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/Title&gt;</span>
+    <span class="nt">&lt;Abstract&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/Abstract&gt;</span>
+    <span class="nt">&lt;KeywordList&gt;</span>
+      <span class="nt">&lt;Keyword&gt;</span><span class="ni">&amp;lt;</span>KEYWORDLIST<span class="ni">&amp;gt;</span><span class="nt">&lt;/Keyword&gt;</span>
+    <span class="nt">&lt;/KeywordList&gt;</span>
+    <span class="nt">&lt;OnlineResource&gt;</span>http://eoxserver.org<span class="nt">&lt;/OnlineResource&gt;</span>
+    <span class="nt">&lt;ContactInformation&gt;</span>
+      <span class="nt">&lt;ContactPersonPrimary&gt;</span>
+        <span class="nt">&lt;ContactPerson&gt;</span><span class="ni">&amp;lt;</span>CONTACTPERSON<span class="ni">&amp;gt;</span><span class="nt">&lt;/ContactPerson&gt;</span>
+        <span class="nt">&lt;ContactOrganization&gt;</span><span class="ni">&amp;lt;</span>CONTACTORGANIZATION<span class="ni">&amp;gt;</span><span class="nt">&lt;/ContactOrganization&gt;</span>
+      <span class="nt">&lt;/ContactPersonPrimary&gt;</span>
+      <span class="nt">&lt;ContactPosition&gt;</span><span class="ni">&amp;lt;</span>CONTACTPOSITION<span class="ni">&amp;gt;</span><span class="nt">&lt;/ContactPosition&gt;</span>
+      <span class="nt">&lt;ContactAddress&gt;</span>
+        <span class="nt">&lt;AddressType&gt;</span>postal<span class="nt">&lt;/AddressType&gt;</span>
+        <span class="nt">&lt;Address&gt;</span><span class="ni">&amp;lt;</span>ADDRESS<span class="ni">&amp;gt;</span><span class="nt">&lt;/Address&gt;</span>
+        <span class="nt">&lt;City&gt;</span><span class="ni">&amp;lt;</span>CITY<span class="ni">&amp;gt;</span><span class="nt">&lt;/City&gt;</span>
+        <span class="nt">&lt;StateOrProvince&gt;</span><span class="ni">&amp;lt;</span>STATEORPROVINCE<span class="ni">&amp;gt;</span><span class="nt">&lt;/StateOrProvince&gt;</span>
+        <span class="nt">&lt;PostCode&gt;</span><span class="ni">&amp;lt;</span>POSTCODE<span class="ni">&amp;gt;</span><span class="nt">&lt;/PostCode&gt;</span>
+        <span class="nt">&lt;Country&gt;</span><span class="ni">&amp;lt;</span>COUNTRY<span class="ni">&amp;gt;</span><span class="nt">&lt;/Country&gt;</span>
+      <span class="nt">&lt;/ContactAddress&gt;</span>
+      <span class="nt">&lt;ContactVoiceTelephone&gt;</span><span class="ni">&amp;lt;</span>CONTACTVOICETELEPHONE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ContactVoiceTelephone&gt;</span>
+      <span class="nt">&lt;ContactFacsimileTelephone&gt;</span><span class="ni">&amp;lt;</span>CONTACTFACSIMILETELEPHONE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ContactFacsimileTelephone&gt;</span>
+      <span class="nt">&lt;ContactElectronicMailAddress&gt;</span><span class="ni">&amp;lt;</span>CONTACTELECTRONICMAILADDRESS<span class="ni">&amp;gt;</span><span class="nt">&lt;/ContactElectronicMailAddress&gt;</span>
+    <span class="nt">&lt;/ContactInformation&gt;</span>
+    <span class="nt">&lt;Fees&gt;</span>None<span class="nt">&lt;/Fees&gt;</span>
+    <span class="nt">&lt;AccessConstraints&gt;</span>None<span class="nt">&lt;/AccessConstraints&gt;</span>
+  <span class="nt">&lt;/Service&gt;</span>
+  <span class="nt">&lt;Capability&gt;</span>
+    <span class="nt">&lt;Request&gt;</span>
+      <span class="nt">&lt;GetCapabilities&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>text/xml<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;DCPType&gt;</span>
+          <span class="nt">&lt;HTTP&gt;</span>
+            <span class="nt">&lt;Get&gt;</span>
+              <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;/Get&gt;</span>
+          <span class="nt">&lt;/HTTP&gt;</span>
+        <span class="nt">&lt;/DCPType&gt;</span>
+      <span class="nt">&lt;/GetCapabilities&gt;</span>
+      <span class="nt">&lt;GetMap&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>image/png<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>image/jpeg<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>image/gif<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;Format&gt;</span>image/tiff<span class="nt">&lt;/Format&gt;</span>
+        <span class="nt">&lt;DCPType&gt;</span>
+          <span class="nt">&lt;HTTP&gt;</span>
+            <span class="nt">&lt;Get&gt;</span>
+              <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;/Get&gt;</span>
+          <span class="nt">&lt;/HTTP&gt;</span>
+        <span class="nt">&lt;/DCPType&gt;</span>
+      <span class="nt">&lt;/GetMap&gt;</span>
+      <span class="nt">&lt;GetFeatureInfo&gt;</span>
+        <span class="nt">&lt;Format/&gt;</span>
+        <span class="nt">&lt;DCPType&gt;</span>
+          <span class="nt">&lt;HTTP&gt;</span>
+            <span class="nt">&lt;Get&gt;</span>
+              <span class="nt">&lt;OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;/Get&gt;</span>
+          <span class="nt">&lt;/HTTP&gt;</span>
+        <span class="nt">&lt;/DCPType&gt;</span>
+      <span class="nt">&lt;/GetFeatureInfo&gt;</span>
+    <span class="nt">&lt;/Request&gt;</span>
+    <span class="nt">&lt;Exception&gt;</span>
+      <span class="nt">&lt;Format&gt;</span>XML<span class="nt">&lt;/Format&gt;</span>
+      <span class="nt">&lt;Format&gt;</span>INIMAGE<span class="nt">&lt;/Format&gt;</span>
+      <span class="nt">&lt;Format&gt;</span>BLANK<span class="nt">&lt;/Format&gt;</span>
+    <span class="nt">&lt;/Exception&gt;</span>
+    <span class="nt">&lt;Layer&gt;</span>
+      <span class="nt">&lt;Title&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/Title&gt;</span>
+      <span class="nt">&lt;CRS&gt;</span>EPSG:4326<span class="nt">&lt;/CRS&gt;</span>
+      <span class="nt">&lt;CRS&gt;</span>EPSG:3857<span class="nt">&lt;/CRS&gt;</span>
+      <span class="nt">&lt;CRS&gt;</span>EPSG:3035<span class="nt">&lt;/CRS&gt;</span>
+      <span class="nt">&lt;EX_GeographicBoundingBox&gt;</span>
+        <span class="nt">&lt;westBoundLongitude&gt;</span>-180<span class="nt">&lt;/westBoundLongitude&gt;</span>
+        <span class="nt">&lt;eastBoundLongitude&gt;</span>180<span class="nt">&lt;/eastBoundLongitude&gt;</span>
+        <span class="nt">&lt;southBoundLatitude&gt;</span>-90<span class="nt">&lt;/southBoundLatitude&gt;</span>
+        <span class="nt">&lt;northBoundLatitude&gt;</span>90<span class="nt">&lt;/northBoundLatitude&gt;</span>
+      <span class="nt">&lt;/EX_GeographicBoundingBox&gt;</span>
+      <span class="nt">&lt;stripped_2_layer_groups/&gt;</span>
+      <span class="nt">&lt;Layer</span> <span class="na">queryable=</span><span class="s">&quot;0&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;Name&gt;</span>VHR_IMAGE_2018_Level_3<span class="nt">&lt;/Name&gt;</span>
+        <span class="nt">&lt;EX_GeographicBoundingBox&gt;</span>
+          <span class="nt">&lt;westBoundLongitude&gt;</span>-24.6397992939<span class="nt">&lt;/westBoundLongitude&gt;</span>
+          <span class="nt">&lt;eastBoundLongitude&gt;</span>44.8308373419<span class="nt">&lt;/eastBoundLongitude&gt;</span>
+          <span class="nt">&lt;southBoundLatitude&gt;</span>27.5748429858<span class="nt">&lt;/southBoundLatitude&gt;</span>
+          <span class="nt">&lt;northBoundLatitude&gt;</span>71.2306420611<span class="nt">&lt;/northBoundLatitude&gt;</span>
+        <span class="nt">&lt;/EX_GeographicBoundingBox&gt;</span>
+        <span class="nt">&lt;Layer</span> <span class="na">queryable=</span><span class="s">&quot;1&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;Name&gt;</span>VHR_IMAGE_2018_Level_3__outlines<span class="nt">&lt;/Name&gt;</span>
+          <span class="nt">&lt;Style&gt;</span>
+            <span class="nt">&lt;Name&gt;</span>brown<span class="nt">&lt;/Name&gt;</span>
+            <span class="nt">&lt;Abstract&gt;</span>brown<span class="nt">&lt;/Abstract&gt;</span>
+          <span class="nt">&lt;/Style&gt;</span>
+          <span class="nt">&lt;Style&gt;</span>
+            <span class="nt">&lt;Name&gt;</span>yellow<span class="nt">&lt;/Name&gt;</span>
+            <span class="nt">&lt;Abstract&gt;</span>yellow<span class="nt">&lt;/Abstract&gt;</span>
+          <span class="nt">&lt;/Style&gt;</span>
+          <span class="nt">&lt;stripped_10_styles/&gt;</span>
+        <span class="nt">&lt;/Layer&gt;</span>
+        <span class="nt">&lt;stripped_6_layers/&gt;</span>
+        <span class="nt">&lt;Layer</span> <span class="na">queryable=</span><span class="s">&quot;0&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;Name&gt;</span>VHR_IMAGE_2018_Level_3__masked_validity<span class="nt">&lt;/Name&gt;</span>
+        <span class="nt">&lt;/Layer&gt;</span>
+        <span class="nt">&lt;Dimension</span> <span class="na">default=</span><span class="s">&quot;2018-09-30T13:26:34Z&quot;</span> <span class="na">name=</span><span class="s">&quot;time&quot;</span> <span class="na">units=</span><span class="s">&quot;ISO8601&quot;</span><span class="nt">&gt;</span>2017-05-01T09:54:28Z/2018-09-30T13:26:34Z/PT1S<span class="nt">&lt;/Dimension&gt;</span>
+      <span class="nt">&lt;/Layer&gt;</span>
+    <span class="nt">&lt;/Layer&gt;</span>
+  <span class="nt">&lt;/Capability&gt;</span>
+<span class="nt">&lt;/WMS_Capabilities&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;format=image/png&amp;TRANSPARENT=true&amp;width=463&amp;height=500&amp;CRS=EPSG:4326&amp;STYLES=&amp;BBOX=47.297788,25.978201,47.372606,26.047511">Quicklook</a></p>
+<div class="figure align-default" id="id5">
+<img alt="WMS - Quicklook" src="_images/wms_quicklook.png" />
+<p class="caption"><span class="caption-number">Figure 53 </span><span class="caption-text"><em>WMS - Quicklook</em></span><a class="headerlink" href="#id5" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__FALSE_COLOR&amp;format=image/png&amp;TRANSPARENT=true&amp;width=463&amp;height=500&amp;CRS=EPSG:4326&amp;STYLES=&amp;BBOX=47.297788,25.978201,47.372606,26.047511">False color</a></p>
+<div class="figure align-default" id="id6">
+<img alt="WMS - False color" src="_images/wms_false-color.png" />
+<p class="caption"><span class="caption-number">Figure 54 </span><span class="caption-text"><em>WMS - False color</em></span><a class="headerlink" href="#id6" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__NDVI&amp;format=image/png&amp;TRANSPARENT=true&amp;width=463&amp;height=500&amp;CRS=EPSG:4326&amp;STYLES=coolwarm&amp;BBOX=47.297788,25.978201,47.372606,26.047511">NDVI including style</a></p>
+<div class="figure align-default" id="id7">
+<img alt="WMS - NDVI custom style" src="_images/wms_ndvi-style.png" />
+<p class="caption"><span class="caption-number">Figure 55 </span><span class="caption-text"><em>WMS - NDVI custom style</em></span><a class="headerlink" href="#id7" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;format=image/png&amp;TRANSPARENT=true&amp;width=463&amp;height=500&amp;CRS=EPSG:4326&amp;STYLES=&amp;BBOX=47.297788,25.978201,47.372606,26.047511&amp;dim_range=1000%205000">Custom color stretch</a></p>
+<div class="figure align-default" id="id8">
+<img alt="WMS - Custom color stretch" src="_images/wms_custom-stretch.png" />
+<p class="caption"><span class="caption-number">Figure 56 </span><span class="caption-text"><em>WMS - Custom color stretch</em></span><a class="headerlink" href="#id8" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;format=image/png&amp;TRANSPARENT=true&amp;width=463&amp;height=500&amp;CRS=EPSG:4326&amp;STYLES=&amp;BBOX=47.297788,25.978201,47.372606,26.047511&amp;dim_bands=nir,red,green&amp;dim_range=1000%2010000,1000%2010000,1000%2010000">Custom band selection as RGB and color stretch as False color rendering</a></p>
+<div class="figure align-default" id="id9">
+<img alt="WMS - Custom bands" src="_images/wms_custom-bands.png" />
+<p class="caption"><span class="caption-number">Figure 57 </span><span class="caption-text"><em>WMS - Custom bands</em></span><a class="headerlink" href="#id9" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;layers=VHR_IMAGE_2018_Level_3&amp;format=image/png&amp;TRANSPARENT=true&amp;width=392&amp;height=500&amp;CRS=EPSG:4326&amp;STYLES=&amp;BBOX=44.196369,14.849791,44.554918,15.131223&amp;cql=cloudCover%3C1">CQL filtering on Cloud Coverage</a></p>
+<div class="figure align-default" id="id10">
+<img alt="WMS - CQL filtering" src="_images/wms_cql-filtering.png" />
+<p class="caption"><span class="caption-number">Figure 58 </span><span class="caption-text"><em>WMS - CQL filtering</em></span><a class="headerlink" href="#id10" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?SERVICE=WMS&amp;VERSION=1.1.0&amp;REQUEST=GetMap&amp;FORMAT=image%2Fpng&amp;TRANSPARENT=true&amp;LAYERS=VHR_IMAGE_2018_Level_3__validity&amp;STYLES=&amp;time=2017-04-14T13%3A49%3A45Z%2F2018-09-05T00%3A00%3A00Z&amp;WIDTH=256&amp;HEIGHT=256&amp;SRS=EPSG%3A4326&amp;BBOX=15.78727912902832,43.005756378173835,16.976377487182617,44.05855560302735">Clouds mask</a></p>
+<div class="figure align-default" id="id11">
+<img alt="WMS - Clouds mask" src="_images/wms_cloud-mask.png" />
+<p class="caption"><span class="caption-number">Figure 59 </span><span class="caption-text"><em>WMS - Clouds mask</em></span><a class="headerlink" href="#id11" title="Permalink to this image">¶</a></p>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?SERVICE=WMS&amp;VERSION=1.1.0&amp;REQUEST=GetMap&amp;FORMAT=image%2Fpng&amp;TRANSPARENT=true&amp;LAYERS=VHR_IMAGE_2018_Level_3__masked_validity&amp;STYLES=&amp;time=2017-04-14T13%3A49%3A45Z%2F2018-09-05T00%3A00%3A00Z&amp;WIDTH=256&amp;HEIGHT=256&amp;SRS=EPSG%3A4326&amp;BBOX=15.78727912902832,43.005756378173835,16.976377487182617,44.05855560302735">Masked clouds</a></p>
+<div class="figure align-default" id="id12">
+<img alt="WMS - Masked clouds" src="_images/wms_masked-clouds.png" />
+<p class="caption"><span class="caption-number">Figure 60 </span><span class="caption-text"><em>WMS - Masked clouds</em></span><a class="headerlink" href="#id12" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="searching">
+<span id="samples-searching"></span><h2>Searching<a class="headerlink" href="#searching" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/opensearch">1st step OSDD</a> (stripped to only
+contain the Atom URL template)</p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&#39;1.0&#39; encoding=&#39;iso-8859-1&#39;?&gt;</span>
+<span class="nt">&lt;OpenSearchDescription</span> <span class="na">xmlns=</span><span class="s">&quot;http://a9.com/-/spec/opensearch/1.1/&quot;</span> <span class="na">xmlns:atom=</span><span class="s">&quot;http://www.w3.org/2005/Atom&quot;</span> <span class="na">xmlns:cql=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/cql/1.0/&quot;</span> <span class="na">xmlns:eo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/eo/1.0/&quot;</span> <span class="na">xmlns:geo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/geo/1.0/&quot;</span> <span class="na">xmlns:parameters=</span><span class="s">&quot;http://a9.com/-/spec/opensearch/extensions/parameters/1.0/&quot;</span> <span class="na">xmlns:time=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/time/1.0/&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;ShortName/&gt;</span>
+  <span class="nt">&lt;Description/&gt;</span>
+  <span class="nt">&lt;Url</span> <span class="na">indexOffset=</span><span class="s">&quot;0&quot;</span> <span class="na">parameters:enctype=</span><span class="s">&quot;application/x-www-form-urlencoded&quot;</span> <span class="na">parameters:method=</span><span class="s">&quot;GET&quot;</span> <span class="na">rel=</span><span class="s">&quot;collection&quot;</span> <span class="na">template=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/atom/?q={searchTerms?}&amp;amp;count={count?}&amp;amp;startIndex={startIndex?}&amp;amp;collection={eo:collection?}&amp;amp;productType={eo:productType?}&amp;amp;doi={eo:doi?}&amp;amp;platform={eo:platform?}&amp;amp;platformSerialIdentifier={eo:platformSerialIdentifier?}&amp;amp;instrument={eo:instrument?}&amp;amp;sensorType={eo:sensorType?}&amp;amp;compositeType={eo:compositeType?}&amp;amp;processingLevel={eo:processingLevel?}&amp;amp;orbitType={eo:orbitType?}&amp;amp;spectralRange={eo:spectralRange?}&amp;amp;wavelength={eo:wavelength?}&amp;amp;productMetadataSummary={eo:productMetadataSummary?}&amp;amp;coverageMetadataSummary={eo:coverageMetadataSummary?}&amp;amp;bbox={geo:box?}&amp;amp;geom={geo:geometry?}&amp;amp;lon={geo:lon?}&amp;amp;lat={geo:lat?}&amp;amp;r={geo:radius?}&amp;amp;georel={geo:relation?}&amp;amp;uid={geo:uid?}&amp;amp;start={time:start?}&amp;amp;end={time:end?}&amp;amp;timerel={time:relation?}&amp;amp;cql={cql:cql?}&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;q&quot;</span> <span class="na">value=</span><span class="s">&quot;{searchTerms}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maxInclusive=</span><span class="s">&quot;200&quot;</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minInclusive=</span><span class="s">&quot;0&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;count&quot;</span> <span class="na">value=</span><span class="s">&quot;{count}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minInclusive=</span><span class="s">&quot;0&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;startIndex&quot;</span> <span class="na">value=</span><span class="s">&quot;{startIndex}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;collection&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:collection}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;productType&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:productType}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;doi&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:doi}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;platform&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:platform}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;platformSerialIdentifier&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:platformSerialIdentifier}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;instrument&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:instrument}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;sensorType&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:sensorType}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;compositeType&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:compositeType}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;processingLevel&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:processingLevel}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;orbitType&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:orbitType}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;spectralRange&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:spectralRange}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;wavelength&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:wavelength}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;productMetadataSummary&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:productMetadataSummary}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;coverageMetadataSummary&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:coverageMetadataSummary}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;bbox&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:box}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;geom&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:geometry}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/LINESTRING&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT LineStrings&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/POINT&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Point&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/POLYGON&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Polygons&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/MULTILINESTRING&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Multi-LineStrings&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/MULTIPOINT&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Multi-Point&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/MULTIPOLYGON&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Multi-Polygons&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;lon&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:lon}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;lat&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:lat}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;r&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:radius}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;georel&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:relation}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;intersects&quot;</span> <span class="na">value=</span><span class="s">&quot;intersects&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;contains&quot;</span> <span class="na">value=</span><span class="s">&quot;contains&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;disjoint&quot;</span> <span class="na">value=</span><span class="s">&quot;disjoint&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;uid&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:uid}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;start&quot;</span> <span class="na">value=</span><span class="s">&quot;{time:start}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;end&quot;</span> <span class="na">value=</span><span class="s">&quot;{time:end}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;timerel&quot;</span> <span class="na">value=</span><span class="s">&quot;{time:relation}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;intersects&quot;</span> <span class="na">value=</span><span class="s">&quot;intersects&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;contains&quot;</span> <span class="na">value=</span><span class="s">&quot;contains&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;disjoint&quot;</span> <span class="na">value=</span><span class="s">&quot;disjoint&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;equals&quot;</span> <span class="na">value=</span><span class="s">&quot;equals&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;cql&quot;</span> <span class="na">value=</span><span class="s">&quot;{cql:cql}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/csw/3.0/cql&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;CQL (Common Query Language) is a query language created by the OGC for the Catalogue Web Services specification.&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+  <span class="nt">&lt;/Url&gt;</span>
+  <span class="nt">&lt;stripped/&gt;</span>
+<span class="nt">&lt;/OpenSearchDescription&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/opensearch/atom/">1st step search for collections</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="nt">&lt;feed</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.w3.org/2005/Atom&quot;</span> <span class="na">xmlns:cql=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/cql/1.0/&quot;</span> <span class="na">xmlns:dc=</span><span class="s">&quot;http://purl.org/dc/elements/1.1/&quot;</span> <span class="na">xmlns:eo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/eo/1.0/&quot;</span> <span class="na">xmlns:geo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/geo/1.0/&quot;</span> <span class="na">xmlns:georss=</span><span class="s">&quot;http://www.georss.org/georss&quot;</span> <span class="na">xmlns:media=</span><span class="s">&quot;http://search.yahoo.com/mrss/&quot;</span> <span class="na">xmlns:opensearch=</span><span class="s">&quot;http://a9.com/-/spec/opensearch/1.1/&quot;</span> <span class="na">xmlns:owc=</span><span class="s">&quot;http://www.opengis.net/owc/1.0&quot;</span> <span class="na">xmlns:time=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/time/1.0/&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;id&gt;</span>https://vhr18.pdas.prism.eox.at/opensearch/atom/<span class="nt">&lt;/id&gt;</span>
+  <span class="nt">&lt;title&gt;</span>None Search<span class="nt">&lt;/title&gt;</span>
+  <span class="nt">&lt;description/&gt;</span>
+  <span class="nt">&lt;opensearch:totalResults&gt;</span>3<span class="nt">&lt;/opensearch:totalResults&gt;</span>
+  <span class="nt">&lt;opensearch:startIndex&gt;</span>0<span class="nt">&lt;/opensearch:startIndex&gt;</span>
+  <span class="nt">&lt;opensearch:itemsPerPage&gt;</span>3<span class="nt">&lt;/opensearch:itemsPerPage&gt;</span>
+  <span class="nt">&lt;opensearch:Query</span> <span class="na">role=</span><span class="s">&quot;request&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/&quot;</span> <span class="na">rel=</span><span class="s">&quot;search&quot;</span> <span class="na">type=</span><span class="s">&quot;application/opensearchdescription+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/atom/&quot;</span> <span class="na">rel=</span><span class="s">&quot;self&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/atom/?&quot;</span> <span class="na">rel=</span><span class="s">&quot;first&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/atom/?startIndex=0&quot;</span> <span class="na">rel=</span><span class="s">&quot;last&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;entry&gt;</span>
+    <span class="nt">&lt;title&gt;</span>VHR_IMAGE_2018_Level_3<span class="nt">&lt;/title&gt;</span>
+    <span class="nt">&lt;id&gt;</span>https://vhr18.pdas.prism.eox.at/opensearch/atom/?uid=VHR_IMAGE_2018_Level_3<span class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;dc:identifier&gt;</span>VHR_IMAGE_2018_Level_3<span class="nt">&lt;/dc:identifier&gt;</span>
+    <span class="nt">&lt;dc:date&gt;</span>2017-05-01T09:54:28Z/2018-09-30T13:26:34Z<span class="nt">&lt;/dc:date&gt;</span>
+    <span class="nt">&lt;georss:box&gt;</span>27.574843 -24.639799 71.230642 44.830837<span class="nt">&lt;/georss:box&gt;</span>
+    <span class="nt">&lt;georss:where&gt;</span>
+      <span class="nt">&lt;gml:MultiSurface</span> <span class="na">gml:id=</span><span class="s">&quot;multisurface_VHR_IMAGE_2018_Level_3&quot;</span> <span class="na">srsName=</span><span class="s">&quot;EPSG:4326&quot;</span> <span class="na">xmlns:eop=</span><span class="s">&quot;http://www.opengis.net/eop/2.0&quot;</span> <span class="na">xmlns:gml=</span><span class="s">&quot;http://www.opengis.net/gml/3.2&quot;</span> <span class="na">xmlns:gmlcov=</span><span class="s">&quot;http://www.opengis.net/gmlcov/1.0&quot;</span> <span class="na">xmlns:om=</span><span class="s">&quot;http://www.opengis.net/om/2.0&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;gml:surfaceMember&gt;</span>
+          <span class="nt">&lt;gml:Polygon</span> <span class="na">gml:id=</span><span class="s">&quot;polygon_VHR_IMAGE_2018_Level_3&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;gml:exterior&gt;</span>
+              <span class="nt">&lt;gml:LinearRing&gt;</span>
+                <span class="nt">&lt;gml:posList&gt;</span>27.57484299 -24.63979929 71.23064206 -24.63979929 71.23064206 44.83083734 27.57484299 44.83083734 27.57484299 -24.63979929<span class="nt">&lt;/gml:posList&gt;</span>
+              <span class="nt">&lt;/gml:LinearRing&gt;</span>
+            <span class="nt">&lt;/gml:exterior&gt;</span>
+          <span class="nt">&lt;/gml:Polygon&gt;</span>
+        <span class="nt">&lt;/gml:surfaceMember&gt;</span>
+      <span class="nt">&lt;/gml:MultiSurface&gt;</span>
+    <span class="nt">&lt;/georss:where&gt;</span>
+    <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/&quot;</span> <span class="na">rel=</span><span class="s">&quot;search&quot;</span> <span class="na">type=</span><span class="s">&quot;application/opensearchdescription+xml&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;summary</span> <span class="na">type=</span><span class="s">&quot;html&quot;</span><span class="nt">&gt;</span>
+      <span class="cp">&lt;![CDATA[&lt;table&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; width=&quot;10%&quot;&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=VHR_IMAGE_2018_Level_3&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=500&amp;amp;height=314&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=27.574843,-24.639799,71.230642,44.830837&quot; target=&quot;_blank&quot; title=&quot;View quicklook image&quot;&gt;&lt;img align=&quot;left&quot; border=&quot;0&quot; hspace=&quot;8&quot; src=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=VHR_IMAGE_2018_Level_3&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=100&amp;amp;height=62&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=27.574843,-24.639799,71.230642,44.830837&quot;  /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot; width=&quot;90%&quot;&gt;&lt;table&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;b&gt;Date &lt;/b&gt;&lt;/td&gt;&lt;td&gt;2017-05-01T09:54:28+00:00 / 2018-09-30T13:26:34+00:00&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;b&gt;Metadata&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/opensearch/atom/?uid=VHR_IMAGE_2018_Level_3&quot; title=&quot;Atom format&quot; target=&quot;_blank&quot;&gt;ATOM&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;OGC cross links&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;WMS&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;request=GetCapabilities&amp;amp;cql=identifier=&amp;#39;VHR_IMAGE_2018_Level_3&amp;#39;&quot; target=&quot;_blank&quot;&gt;GetCapabilities&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=VHR_IMAGE_2018_Level_3&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=500&amp;amp;height=314&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=27.574843,-24.639799,71.230642,44.830837&quot; target=&quot;_blank&quot;&gt;GetMap&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;WCS&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeEOCoverageSet&amp;amp;eoId=VHR_IMAGE_2018_Level_3&quot; target=&quot;_blank&quot;&gt;DescribeEOCoverageSet&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Metadata&lt;/h3&gt;&lt;table&gt;&lt;/table&gt;]]&gt;</span>
+    <span class="nt">&lt;/summary&gt;</span>
+  <span class="nt">&lt;/entry&gt;</span>
+<span class="nt">&lt;/feed&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/">2nd step OSDD</a>
+(stripped to only contain the Atom URL template)</p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&#39;1.0&#39; encoding=&#39;iso-8859-1&#39;?&gt;</span>
+<span class="nt">&lt;OpenSearchDescription</span> <span class="na">xmlns=</span><span class="s">&quot;http://a9.com/-/spec/opensearch/1.1/&quot;</span> <span class="na">xmlns:atom=</span><span class="s">&quot;http://www.w3.org/2005/Atom&quot;</span> <span class="na">xmlns:cql=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/cql/1.0/&quot;</span> <span class="na">xmlns:eo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/eo/1.0/&quot;</span> <span class="na">xmlns:geo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/geo/1.0/&quot;</span> <span class="na">xmlns:parameters=</span><span class="s">&quot;http://a9.com/-/spec/opensearch/extensions/parameters/1.0/&quot;</span> <span class="na">xmlns:time=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/time/1.0/&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;ShortName&gt;</span>VHR_IMAGE_2018_Level_3<span class="nt">&lt;/ShortName&gt;</span>
+  <span class="nt">&lt;Description/&gt;</span>
+  <span class="nt">&lt;Url</span> <span class="na">indexOffset=</span><span class="s">&quot;0&quot;</span> <span class="na">parameters:enctype=</span><span class="s">&quot;application/x-www-form-urlencoded&quot;</span> <span class="na">parameters:method=</span><span class="s">&quot;GET&quot;</span> <span class="na">rel=</span><span class="s">&quot;results&quot;</span> <span class="na">template=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?q={searchTerms?}&amp;amp;count={count?}&amp;amp;startIndex={startIndex?}&amp;amp;product={eo:product?}&amp;amp;parentIdentifier={eo:parentIdentifier?}&amp;amp;productionStatus={eo:productionStatus?}&amp;amp;acquisitionType={eo:acquisitionType?}&amp;amp;orbitNumber={eo:orbitNumber?}&amp;amp;orbitDirection={eo:orbitDirection?}&amp;amp;track={eo:track?}&amp;amp;frame={eo:frame?}&amp;amp;swathIdentifier={eo:swathIdentifier?}&amp;amp;productVersion={eo:productVersion?}&amp;amp;productQualityStatus={eo:productQualityStatus?}&amp;amp;productQualityDegradationTag={eo:productQualityDegradationTag?}&amp;amp;processorName={eo:processorName?}&amp;amp;processingCenter={eo:processingCenter?}&amp;amp;creationDate={eo:creationDate?}&amp;amp;modificationDate={eo:modificationDate?}&amp;amp;processingDate={eo:processingDate?}&amp;amp;sensorMode={eo:sensorMode?}&amp;amp;archivingCenter={eo:archivingCenter?}&amp;amp;processingMode={eo:processingMode?}&amp;amp;availabilityTime={eo:availabilityTime?}&amp;amp;acquisitionStation={eo:acquisitionStation?}&amp;amp;acquisitionSubType={eo:acquisitionSubType?}&amp;amp;startTimeFromAscendingNode={eo:startTimeFromAscendingNode?}&amp;amp;completionTimeFromAscendingNode={eo:completionTimeFromAscendingNode?}&amp;amp;illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&amp;amp;illuminationZenithAngle={eo:illuminationZenithAngle?}&amp;amp;illuminationElevationAngle={eo:illuminationElevationAngle?}&amp;amp;polarisationMode={eo:polarisationMode?}&amp;amp;polarizationChannels={eo:polarizationChannels?}&amp;amp;antennaLookDirection={eo:antennaLookDirection?}&amp;amp;minimumIncidenceAngle={eo:minimumIncidenceAngle?}&amp;amp;maximumIncidenceAngle={eo:maximumIncidenceAngle?}&amp;amp;dopplerFrequency={eo:dopplerFrequency?}&amp;amp;incidenceAngleVariation={eo:incidenceAngleVariation?}&amp;amp;cloudCover={eo:cloudCover?}&amp;amp;snowCover={eo:snowCover?}&amp;amp;lowestLocation={eo:lowestLocation?}&amp;amp;highestLocation={eo:highestLocation?}&amp;amp;bbox={geo:box?}&amp;amp;geom={geo:geometry?}&amp;amp;lon={geo:lon?}&amp;amp;lat={geo:lat?}&amp;amp;r={geo:radius?}&amp;amp;georel={geo:relation?}&amp;amp;uid={geo:uid?}&amp;amp;start={time:start?}&amp;amp;end={time:end?}&amp;amp;timerel={time:relation?}&amp;amp;cql={cql:cql?}&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;q&quot;</span> <span class="na">value=</span><span class="s">&quot;{searchTerms}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maxInclusive=</span><span class="s">&quot;200&quot;</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minInclusive=</span><span class="s">&quot;0&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;count&quot;</span> <span class="na">value=</span><span class="s">&quot;{count}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minInclusive=</span><span class="s">&quot;0&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;startIndex&quot;</span> <span class="na">value=</span><span class="s">&quot;{startIndex}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;product&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:product}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;parentIdentifier&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:parentIdentifier}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;productionStatus&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:productionStatus}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;ACQUIRED&quot;</span> <span class="na">value=</span><span class="s">&quot;ACQUIRED&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;CANCELLED&quot;</span> <span class="na">value=</span><span class="s">&quot;CANCELLED&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;ARCHIVED&quot;</span> <span class="na">value=</span><span class="s">&quot;ARCHIVED&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;acquisitionType&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:acquisitionType}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;NOMINAL&quot;</span> <span class="na">value=</span><span class="s">&quot;NOMINAL&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;OTHER&quot;</span> <span class="na">value=</span><span class="s">&quot;OTHER&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;CALIBRATION&quot;</span> <span class="na">value=</span><span class="s">&quot;CALIBRATION&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;orbitNumber&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:orbitNumber}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;orbitDirection&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:orbitDirection}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;DESCENDING&quot;</span> <span class="na">value=</span><span class="s">&quot;DESCENDING&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;ASCENDING&quot;</span> <span class="na">value=</span><span class="s">&quot;ASCENDING&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;track&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:track}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;frame&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:frame}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;swathIdentifier&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:swathIdentifier}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;productVersion&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:productVersion}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;productQualityStatus&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:productQualityStatus}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;DEGRAGED&quot;</span> <span class="na">value=</span><span class="s">&quot;DEGRAGED&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;NOMINAL&quot;</span> <span class="na">value=</span><span class="s">&quot;NOMINAL&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;productQualityDegradationTag&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:productQualityDegradationTag}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;processorName&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:processorName}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;processingCenter&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:processingCenter}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;creationDate&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:creationDate}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;modificationDate&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:modificationDate}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;processingDate&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:processingDate}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;sensorMode&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:sensorMode}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;archivingCenter&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:archivingCenter}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;processingMode&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:processingMode}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;availabilityTime&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:availabilityTime}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;acquisitionStation&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:acquisitionStation}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;acquisitionSubType&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:acquisitionSubType}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;startTimeFromAscendingNode&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:startTimeFromAscendingNode}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;completionTimeFromAscendingNode&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:completionTimeFromAscendingNode}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;illuminationAzimuthAngle&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:illuminationAzimuthAngle}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;illuminationZenithAngle&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:illuminationZenithAngle}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;illuminationElevationAngle&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:illuminationElevationAngle}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;polarisationMode&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:polarisationMode}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;quad&quot;</span> <span class="na">value=</span><span class="s">&quot;quad&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;single&quot;</span> <span class="na">value=</span><span class="s">&quot;single&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;twin&quot;</span> <span class="na">value=</span><span class="s">&quot;twin&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;dual&quot;</span> <span class="na">value=</span><span class="s">&quot;dual&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;UNDEFINED&quot;</span> <span class="na">value=</span><span class="s">&quot;UNDEFINED&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;polarizationChannels&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:polarizationChannels}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;UNDEFINED&quot;</span> <span class="na">value=</span><span class="s">&quot;UNDEFINED&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;VH&quot;</span> <span class="na">value=</span><span class="s">&quot;VH&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HH, HV&quot;</span> <span class="na">value=</span><span class="s">&quot;HH, HV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HH, HV, VH, VV&quot;</span> <span class="na">value=</span><span class="s">&quot;HH, HV, VH, VV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HV&quot;</span> <span class="na">value=</span><span class="s">&quot;HV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HH, VV&quot;</span> <span class="na">value=</span><span class="s">&quot;HH, VV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HH, VH&quot;</span> <span class="na">value=</span><span class="s">&quot;HH, VH&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;VV, HV&quot;</span> <span class="na">value=</span><span class="s">&quot;VV, HV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HH&quot;</span> <span class="na">value=</span><span class="s">&quot;HH&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;HV, VH&quot;</span> <span class="na">value=</span><span class="s">&quot;HV, VH&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;VV&quot;</span> <span class="na">value=</span><span class="s">&quot;VV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;VH, VV&quot;</span> <span class="na">value=</span><span class="s">&quot;VH, VV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;VH, HV&quot;</span> <span class="na">value=</span><span class="s">&quot;VH, HV&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;VV, VH&quot;</span> <span class="na">value=</span><span class="s">&quot;VV, VH&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;antennaLookDirection&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:antennaLookDirection}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;RIGHT&quot;</span> <span class="na">value=</span><span class="s">&quot;RIGHT&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;LEFT&quot;</span> <span class="na">value=</span><span class="s">&quot;LEFT&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;minimumIncidenceAngle&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:minimumIncidenceAngle}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;maximumIncidenceAngle&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:maximumIncidenceAngle}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;dopplerFrequency&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:dopplerFrequency}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;incidenceAngleVariation&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:incidenceAngleVariation}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;cloudCover&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:cloudCover}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;snowCover&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:snowCover}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;lowestLocation&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:lowestLocation}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;highestLocation&quot;</span> <span class="na">value=</span><span class="s">&quot;{eo:highestLocation}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;bbox&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:box}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;geom&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:geometry}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/LINESTRING&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT LineStrings&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/POINT&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Point&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/POLYGON&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Polygons&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/MULTILINESTRING&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Multi-LineStrings&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/MULTIPOINT&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Multi-Point&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/wkt/MULTIPOLYGON&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;This service accepts WKT Multi-Polygons&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;lon&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:lon}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;lat&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:lat}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;r&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:radius}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;georel&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:relation}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;intersects&quot;</span> <span class="na">value=</span><span class="s">&quot;intersects&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;contains&quot;</span> <span class="na">value=</span><span class="s">&quot;contains&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;disjoint&quot;</span> <span class="na">value=</span><span class="s">&quot;disjoint&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;uid&quot;</span> <span class="na">value=</span><span class="s">&quot;{geo:uid}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;start&quot;</span> <span class="na">value=</span><span class="s">&quot;{time:start}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;end&quot;</span> <span class="na">value=</span><span class="s">&quot;{time:end}&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;timerel&quot;</span> <span class="na">value=</span><span class="s">&quot;{time:relation}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;intersects&quot;</span> <span class="na">value=</span><span class="s">&quot;intersects&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;contains&quot;</span> <span class="na">value=</span><span class="s">&quot;contains&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;disjoint&quot;</span> <span class="na">value=</span><span class="s">&quot;disjoint&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;parameters:Option</span> <span class="na">label=</span><span class="s">&quot;equals&quot;</span> <span class="na">value=</span><span class="s">&quot;equals&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+    <span class="nt">&lt;parameters:Parameter</span> <span class="na">maximum=</span><span class="s">&quot;1&quot;</span> <span class="na">minimum=</span><span class="s">&quot;0&quot;</span> <span class="na">name=</span><span class="s">&quot;cql&quot;</span> <span class="na">value=</span><span class="s">&quot;{cql:cql}&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;atom:link</span> <span class="na">href=</span><span class="s">&quot;http://www.opengis.net/csw/3.0/cql&quot;</span> <span class="na">rel=</span><span class="s">&quot;profile&quot;</span> <span class="na">title=</span><span class="s">&quot;CQL (Common Query Language) is a query language created by the OGC for the Catalogue Web Services specification.&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/parameters:Parameter&gt;</span>
+  <span class="nt">&lt;/Url&gt;</span>
+  <span class="nt">&lt;stripped/&gt;</span>
+<span class="nt">&lt;/OpenSearchDescription&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/">2nd step search</a> and
+<a class="reference external" href="https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?uid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7">2nd step search returning one product</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="nt">&lt;feed</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.w3.org/2005/Atom&quot;</span> <span class="na">xmlns:cql=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/cql/1.0/&quot;</span> <span class="na">xmlns:dc=</span><span class="s">&quot;http://purl.org/dc/elements/1.1/&quot;</span> <span class="na">xmlns:eo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/eo/1.0/&quot;</span> <span class="na">xmlns:geo=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/geo/1.0/&quot;</span> <span class="na">xmlns:georss=</span><span class="s">&quot;http://www.georss.org/georss&quot;</span> <span class="na">xmlns:media=</span><span class="s">&quot;http://search.yahoo.com/mrss/&quot;</span> <span class="na">xmlns:opensearch=</span><span class="s">&quot;http://a9.com/-/spec/opensearch/1.1/&quot;</span> <span class="na">xmlns:owc=</span><span class="s">&quot;http://www.opengis.net/owc/1.0&quot;</span> <span class="na">xmlns:time=</span><span class="s">&quot;http://a9.com/-/opensearch/extensions/time/1.0/&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;id&gt;</span>https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?uid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7<span class="nt">&lt;/id&gt;</span>
+  <span class="nt">&lt;title&gt;</span>VHR_IMAGE_2018_Level_3 Search<span class="nt">&lt;/title&gt;</span>
+  <span class="nt">&lt;description/&gt;</span>
+  <span class="nt">&lt;opensearch:totalResults&gt;</span>1<span class="nt">&lt;/opensearch:totalResults&gt;</span>
+  <span class="nt">&lt;opensearch:startIndex&gt;</span>0<span class="nt">&lt;/opensearch:startIndex&gt;</span>
+  <span class="nt">&lt;opensearch:itemsPerPage&gt;</span>1<span class="nt">&lt;/opensearch:itemsPerPage&gt;</span>
+  <span class="nt">&lt;opensearch:Query</span> <span class="na">geo:uid=</span><span class="s">&quot;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot;</span> <span class="na">role=</span><span class="s">&quot;request&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/&quot;</span> <span class="na">rel=</span><span class="s">&quot;search&quot;</span> <span class="na">type=</span><span class="s">&quot;application/opensearchdescription+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?uid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot;</span> <span class="na">rel=</span><span class="s">&quot;self&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?uid=urn%3Aeop%3ADOVE%3AMULTISPECTRAL_4m%3A20180811_081455_1054_3be7&quot;</span> <span class="na">rel=</span><span class="s">&quot;first&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?startIndex=0&amp;amp;uid=urn%3Aeop%3ADOVE%3AMULTISPECTRAL_4m%3A20180811_081455_1054_3be7&quot;</span> <span class="na">rel=</span><span class="s">&quot;last&quot;</span> <span class="na">type=</span><span class="s">&quot;application/atom+xml&quot;</span><span class="nt">/&gt;</span>
+  <span class="nt">&lt;entry&gt;</span>
+    <span class="nt">&lt;title&gt;</span>urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7<span class="nt">&lt;/title&gt;</span>
+    <span class="nt">&lt;id&gt;</span>https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?uid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7<span class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;dc:identifier&gt;</span>urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7<span class="nt">&lt;/dc:identifier&gt;</span>
+    <span class="nt">&lt;dc:date&gt;</span>2018-08-11T08:14:55Z<span class="nt">&lt;/dc:date&gt;</span>
+    <span class="nt">&lt;georss:box&gt;</span>47.297788 25.978201 47.372606 26.047511<span class="nt">&lt;/georss:box&gt;</span>
+    <span class="nt">&lt;georss:where&gt;</span>
+      <span class="nt">&lt;gml:MultiSurface</span> <span class="na">gml:id=</span><span class="s">&quot;multisurface_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot;</span> <span class="na">srsName=</span><span class="s">&quot;EPSG:4326&quot;</span> <span class="na">xmlns:eop=</span><span class="s">&quot;http://www.opengis.net/eop/2.0&quot;</span> <span class="na">xmlns:gml=</span><span class="s">&quot;http://www.opengis.net/gml/3.2&quot;</span> <span class="na">xmlns:gmlcov=</span><span class="s">&quot;http://www.opengis.net/gmlcov/1.0&quot;</span> <span class="na">xmlns:om=</span><span class="s">&quot;http://www.opengis.net/om/2.0&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;gml:surfaceMember&gt;</span>
+          <span class="nt">&lt;gml:Polygon</span> <span class="na">gml:id=</span><span class="s">&quot;polygon_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7_1&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;gml:exterior&gt;</span>
+              <span class="nt">&lt;gml:LinearRing&gt;</span>
+                <span class="nt">&lt;gml:posList&gt;</span>47.29778796 26.00330821 47.29784395 26.00300545 47.29852855 26.00098039 47.33176050 25.98961353 47.35564999 25.98157482 47.35572189 25.98204011 47.36693204 25.97820059 47.37260630 26.01455420 47.37197192 26.01658883 47.37098788 26.01863079 47.36976416 26.02036682 47.36834411 26.02173541 47.36677806 26.02268812 47.31293985 26.04698765 47.31114307 26.04751063 47.30931486 26.04748521 47.30753117 26.04691252 47.30586607 26.04581637 47.30438870 26.04424235 47.30409927 26.04377423 47.29778796 26.00330821<span class="nt">&lt;/gml:posList&gt;</span>
+              <span class="nt">&lt;/gml:LinearRing&gt;</span>
+            <span class="nt">&lt;/gml:exterior&gt;</span>
+          <span class="nt">&lt;/gml:Polygon&gt;</span>
+        <span class="nt">&lt;/gml:surfaceMember&gt;</span>
+      <span class="nt">&lt;/gml:MultiSurface&gt;</span>
+    <span class="nt">&lt;/georss:where&gt;</span>
+    <span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=DSEO&amp;amp;version=1.0.0&amp;amp;request=GetProduct&amp;amp;ProductURI=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot;</span> <span class="na">rel=</span><span class="s">&quot;enclosure&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;media:content</span> <span class="na">url=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=463&amp;amp;height=500&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=47.297788,25.978201,47.372606,26.047511&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;media:category&gt;</span>QUICKLOOK<span class="nt">&lt;/media:category&gt;</span>
+    <span class="nt">&lt;/media:content&gt;</span>
+    <span class="nt">&lt;media:content</span> <span class="na">url=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=92&amp;amp;height=100&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=47.297788,25.978201,47.372606,26.047511&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;media:category&gt;</span>THUMBNAIL<span class="nt">&lt;/media:category&gt;</span>
+    <span class="nt">&lt;/media:content&gt;</span>
+    <span class="nt">&lt;owc:offering</span> <span class="na">code=</span><span class="s">&quot;http://www.opengis.net/spec/owc-atom/1.0/req/wms&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;owc:operation</span> <span class="na">code=</span><span class="s">&quot;GetCapabilities&quot;</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;request=GetCapabilities&amp;amp;cql=identifier=&#39;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&#39;&quot;</span> <span class="na">method=</span><span class="s">&quot;GET&quot;</span> <span class="na">type=</span><span class="s">&quot;application/xml&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;owc:operation</span> <span class="na">code=</span><span class="s">&quot;GetMap&quot;</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=463&amp;amp;height=500&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=47.297788,25.978201,47.372606,26.047511&quot;</span> <span class="na">method=</span><span class="s">&quot;GET&quot;</span> <span class="na">type=</span><span class="s">&quot;image/png&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/owc:offering&gt;</span>
+    <span class="nt">&lt;owc:offering</span> <span class="na">code=</span><span class="s">&quot;http://www.opengis.net/spec/owc-atom/1.0/req/wcs&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;owc:operation</span> <span class="na">code=</span><span class="s">&quot;GetCapabilities&quot;</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=GetCapabilities&quot;</span> <span class="na">method=</span><span class="s">&quot;GET&quot;</span> <span class="na">type=</span><span class="s">&quot;application/xml&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;owc:operation</span> <span class="na">code=</span><span class="s">&quot;DescribeCoverage&quot;</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeCoverage&amp;amp;coverageId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span> <span class="na">method=</span><span class="s">&quot;GET&quot;</span> <span class="na">type=</span><span class="s">&quot;application/xml&quot;</span><span class="nt">/&gt;</span>
+      <span class="nt">&lt;owc:operation</span> <span class="na">code=</span><span class="s">&quot;GetCoverage&quot;</span> <span class="na">href=</span><span class="s">&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=GetCoverage&amp;amp;coverageId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span> <span class="na">method=</span><span class="s">&quot;GET&quot;</span> <span class="na">type=</span><span class="s">&quot;image/tiff&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/owc:offering&gt;</span>
+    <span class="nt">&lt;summary</span> <span class="na">type=</span><span class="s">&quot;html&quot;</span><span class="nt">&gt;</span>
+      <span class="cp">&lt;![CDATA[&lt;table&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; width=&quot;10%&quot;&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=463&amp;amp;height=500&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=47.297788,25.978201,47.372606,26.047511&quot; target=&quot;_blank&quot; title=&quot;View quicklook image&quot;&gt;&lt;img align=&quot;left&quot; border=&quot;0&quot; hspace=&quot;8&quot; src=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=92&amp;amp;height=100&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=47.297788,25.978201,47.372606,26.047511&quot;  /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot; width=&quot;90%&quot;&gt;&lt;table&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;b&gt;Date &lt;/b&gt;&lt;/td&gt;&lt;td&gt;2018-08-11T08:14:55+00:00 / 2018-08-11T08:14:55+00:00&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;b&gt;Metadata&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?uid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot; title=&quot;Atom format&quot; target=&quot;_blank&quot;&gt;ATOM&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;b&gt;Download&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=DSEO&amp;amp;version=1.0.0&amp;amp;request=GetProduct&amp;amp;ProductURI=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot; title=&quot;Download&quot; target=&quot;_blank&quot;&gt;Package&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;h3&gt;OGC cross links&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;WMS&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;request=GetCapabilities&amp;amp;cql=identifier=&amp;#39;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;#39;&quot; target=&quot;_blank&quot;&gt;GetCapabilities&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WMS&amp;amp;version=1.3.0&amp;amp;request=GetMap&amp;amp;layers=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&amp;amp;format=image/png&amp;amp;TRANSPARENT=true&amp;amp;width=463&amp;amp;height=500&amp;amp;CRS=EPSG:4326&amp;amp;STYLES=&amp;amp;BBOX=47.297788,25.978201,47.372606,26.047511&quot; target=&quot;_blank&quot;&gt;GetMap&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;WCS&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeEOCoverageSet&amp;amp;eoId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7&quot; target=&quot;_blank&quot;&gt;DescribeEOCoverageSet&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeCoverage&amp;amp;coverageId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot; target=&quot;_blank&quot;&gt;DescribeCoverage&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=GetCoverage&amp;amp;coverageId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot; target=&quot;_blank&quot;&gt;GetCoverage&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Metadata&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Cloud Cover&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;]]&gt;</span>
+    <span class="nt">&lt;/summary&gt;</span>
+  <span class="nt">&lt;/entry&gt;</span>
+<span class="nt">&lt;/feed&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pass.copernicus.eu/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?geom=POLYGON((8.33%2052.63,%207.72%2051.90,%208.49%2051.77,%208.15%2051.23,%208.96%2051.32,%209.27%2051.93,%208.77%2052.30,%209.05%2052.66,%208.33%2052.63))&amp;start=2019-07-08T05:52:38Z&amp;end=2019-08-07T05:52:38Z">Query inside a polygon and with set time interval</a></p>
+<p><a class="reference external" href="https://vhr18.pass.copernicus.eu/opensearch/collections/VHR_IMAGE_2018_Level_3/atom/?bbox=7.53,47.82,8.56,48.98&amp;start=2019-07-08T05:52:38Z&amp;end=2019-08-07T05:52:38Z">Query inside a bounding box</a></p>
+</div>
+<div class="section" id="downloading">
+<h2>Downloading<a class="headerlink" href="#downloading" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="wcs">
+<h3>WCS<a class="headerlink" href="#wcs" title="Permalink to this headline">¶</a></h3>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=wcs&amp;request=getcapabilities">WCS Capabilities</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&#39;1.0&#39; encoding=&#39;iso-8859-1&#39;?&gt;</span>
+<span class="nt">&lt;wcs:Capabilities</span> <span class="na">updateSequence=</span><span class="s">&quot;20131219T132000Z&quot;</span> <span class="na">version=</span><span class="s">&quot;2.0.1&quot;</span> <span class="na">xmlns:crs=</span><span class="s">&quot;http://www.opengis.net/wcs/crs/1.0&quot;</span> <span class="na">xmlns:eop=</span><span class="s">&quot;http://www.opengis.net/eop/2.0&quot;</span> <span class="na">xmlns:gml=</span><span class="s">&quot;http://www.opengis.net/gml/3.2&quot;</span> <span class="na">xmlns:gmlcov=</span><span class="s">&quot;http://www.opengis.net/gmlcov/1.0&quot;</span> <span class="na">xmlns:int=</span><span class="s">&quot;http://www.opengis.net/wcs/interpolation/1.0&quot;</span> <span class="na">xmlns:ogc=</span><span class="s">&quot;http://www.opengis.net/ogc&quot;</span> <span class="na">xmlns:om=</span><span class="s">&quot;http://www.opengis.net/om/2.0&quot;</span> <span class="na">xmlns:ows=</span><span class="s">&quot;http://www.opengis.net/ows/2.0&quot;</span> <span class="na">xmlns:rsub=</span><span class="s">&quot;http://www.opengis.net/wcs/range-subsetting/1.0&quot;</span> <span class="na">xmlns:scal=</span><span class="s">&quot;http://www.opengis.net/wcs/scaling/1.0&quot;</span> <span class="na">xmlns:swe=</span><span class="s">&quot;http://www.opengis.net/swe/2.0&quot;</span> <span class="na">xmlns:wcs=</span><span class="s">&quot;http://www.opengis.net/wcs/2.0&quot;</span> <span class="na">xmlns:wcseo=</span><span class="s">&quot;http://www.opengis.net/wcs/wcseo/1.0&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsAll.xsd http://www.opengis.net/wcs/wcseo/1.0 http://schemas.opengis.net/wcs/wcseo/1.0/wcsEOAll.xsd&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;ows:ServiceIdentification&gt;</span>
+    <span class="nt">&lt;ows:Title&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/ows:Title&gt;</span>
+    <span class="nt">&lt;ows:Abstract&gt;</span>PRISM Data Access Service (PASS) developed by EOX<span class="nt">&lt;/ows:Abstract&gt;</span>
+    <span class="nt">&lt;ows:Keywords&gt;</span>
+      <span class="nt">&lt;ows:Keyword&gt;</span><span class="ni">&amp;lt;</span>KEYWORDLIST<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:Keyword&gt;</span>
+    <span class="nt">&lt;/ows:Keywords&gt;</span>
+    <span class="nt">&lt;ows:ServiceType</span> <span class="na">codeSpace=</span><span class="s">&quot;OGC&quot;</span><span class="nt">&gt;</span>OGC WCS<span class="nt">&lt;/ows:ServiceType&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>2.0.1<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>2.0.0<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>1.1.2<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>1.1.1<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>1.1.0<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:ServiceTypeVersion&gt;</span>1.0.0<span class="nt">&lt;/ows:ServiceTypeVersion&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_application-profile_earth-observation/1.0/conf/eowcs<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_application-profile_earth-observation/1.0/conf/eowcs_get-kvp<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_service-extension_crs/1.0/conf/crs<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS/2.0/conf/core<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_protocol-binding_get-kvp/1.0/conf/get-kvp<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_protocol-binding_post-xml/1.0/conf/post-xml<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/GMLCOV/1.0/conf/gml-coverage<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/GMLCOV/1.0/conf/multipart<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/GMLCOV/1.0/conf/special-format<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/GMLCOV_geotiff-coverages/1.0/conf/geotiff-coverage<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_geotiff-coverages/1.0/conf/geotiff-coverage<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_service-model_crs-predefined/1.0/conf/crs-predefined<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_service-extension_interpolation/1.0/conf/interpolation<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_service-extension_range-subsetting/1.0/conf/record-subsetting<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Profile&gt;</span>http://www.opengis.net/spec/WCS_service-extension_scaling/1.0/conf/scaling<span class="nt">&lt;/ows:Profile&gt;</span>
+    <span class="nt">&lt;ows:Fees&gt;</span>None<span class="nt">&lt;/ows:Fees&gt;</span>
+    <span class="nt">&lt;ows:AccessConstraints&gt;</span>None<span class="nt">&lt;/ows:AccessConstraints&gt;</span>
+  <span class="nt">&lt;/ows:ServiceIdentification&gt;</span>
+  <span class="nt">&lt;ows:ServiceProvider&gt;</span>
+    <span class="nt">&lt;ows:ProviderName&gt;</span><span class="ni">&amp;lt;</span>CONTACTORGANIZATION<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:ProviderName&gt;</span>
+    <span class="nt">&lt;ows:ProviderSite</span> <span class="na">xlink:href=</span><span class="s">&quot;&amp;lt;URL&amp;gt;&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;ows:ServiceContact&gt;</span>
+      <span class="nt">&lt;ows:IndividualName&gt;</span><span class="ni">&amp;lt;</span>CONTACTPERSON<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:IndividualName&gt;</span>
+      <span class="nt">&lt;ows:PositionName&gt;</span><span class="ni">&amp;lt;</span>CONTACTPOSITION<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:PositionName&gt;</span>
+      <span class="nt">&lt;ows:ContactInfo&gt;</span>
+        <span class="nt">&lt;ows:Phone&gt;</span>
+          <span class="nt">&lt;ows:Voice&gt;</span><span class="ni">&amp;lt;</span>CONTACTVOICETELEPHONE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:Voice&gt;</span>
+          <span class="nt">&lt;ows:Facsimile&gt;</span><span class="ni">&amp;lt;</span>CONTACTFACSIMILETELEPHONE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:Facsimile&gt;</span>
+        <span class="nt">&lt;/ows:Phone&gt;</span>
+        <span class="nt">&lt;ows:Address&gt;</span>
+          <span class="nt">&lt;ows:DeliveryPoint&gt;</span><span class="ni">&amp;lt;</span>ADDRESS<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:DeliveryPoint&gt;</span>
+          <span class="nt">&lt;ows:City&gt;</span><span class="ni">&amp;lt;</span>CITY<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:City&gt;</span>
+          <span class="nt">&lt;ows:AdministrativeArea&gt;</span><span class="ni">&amp;lt;</span>STATEORPROVINCE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:AdministrativeArea&gt;</span>
+          <span class="nt">&lt;ows:PostalCode&gt;</span><span class="ni">&amp;lt;</span>POSTCODE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:PostalCode&gt;</span>
+          <span class="nt">&lt;ows:Country&gt;</span><span class="ni">&amp;lt;</span>COUNTRY<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:Country&gt;</span>
+          <span class="nt">&lt;ows:ElectronicMailAddress&gt;</span><span class="ni">&amp;lt;</span>CONTACTELECTRONICMAILADDRESS<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:ElectronicMailAddress&gt;</span>
+        <span class="nt">&lt;/ows:Address&gt;</span>
+        <span class="nt">&lt;ows:OnlineResource</span> <span class="na">xlink:href=</span><span class="s">&quot;http://eoxserver.org&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+        <span class="nt">&lt;ows:HoursOfService&gt;</span><span class="ni">&amp;lt;</span>HOURSOFSERVICE<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:HoursOfService&gt;</span>
+        <span class="nt">&lt;ows:ContactInstructions&gt;</span><span class="ni">&amp;lt;</span>CONTACTINSTRUCTIONS<span class="ni">&amp;gt;</span><span class="nt">&lt;/ows:ContactInstructions&gt;</span>
+      <span class="nt">&lt;/ows:ContactInfo&gt;</span>
+      <span class="nt">&lt;ows:Role&gt;</span>Service provider<span class="nt">&lt;/ows:Role&gt;</span>
+    <span class="nt">&lt;/ows:ServiceContact&gt;</span>
+  <span class="nt">&lt;/ows:ServiceProvider&gt;</span>
+  <span class="nt">&lt;ows:OperationsMetadata&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;GetCapabilities&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+          <span class="nt">&lt;ows:Post</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;PostEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>XML<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Post&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;DescribeCoverage&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+          <span class="nt">&lt;ows:Post</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;PostEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>XML<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Post&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;GetCoverage&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+          <span class="nt">&lt;ows:Post</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;PostEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>XML<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Post&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;DescribeEOCoverageSet&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+          <span class="nt">&lt;ows:Post</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;PostEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>XML<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Post&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+      <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;CountDefault&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;ows:NoValues/&gt;</span>
+        <span class="nt">&lt;ows:DefaultValue&gt;</span>10<span class="nt">&lt;/ows:DefaultValue&gt;</span>
+      <span class="nt">&lt;/ows:Constraint&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+    <span class="nt">&lt;ows:Operation</span> <span class="na">name=</span><span class="s">&quot;GetEOCoverageSet&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;ows:DCP&gt;</span>
+        <span class="nt">&lt;ows:HTTP&gt;</span>
+          <span class="nt">&lt;ows:Get</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">/&gt;</span>
+          <span class="nt">&lt;ows:Post</span> <span class="na">xlink:href=</span><span class="s">&quot;pdas/ows?&quot;</span> <span class="na">xlink:type=</span><span class="s">&quot;simple&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;PostEncoding&quot;</span><span class="nt">&gt;</span>
+              <span class="nt">&lt;ows:AllowedValues&gt;</span>
+                <span class="nt">&lt;ows:Value&gt;</span>XML<span class="nt">&lt;/ows:Value&gt;</span>
+              <span class="nt">&lt;/ows:AllowedValues&gt;</span>
+            <span class="nt">&lt;/ows:Constraint&gt;</span>
+          <span class="nt">&lt;/ows:Post&gt;</span>
+        <span class="nt">&lt;/ows:HTTP&gt;</span>
+      <span class="nt">&lt;/ows:DCP&gt;</span>
+      <span class="nt">&lt;ows:Constraint</span> <span class="na">name=</span><span class="s">&quot;CountDefault&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;ows:NoValues/&gt;</span>
+        <span class="nt">&lt;ows:DefaultValue&gt;</span>10<span class="nt">&lt;/ows:DefaultValue&gt;</span>
+      <span class="nt">&lt;/ows:Constraint&gt;</span>
+    <span class="nt">&lt;/ows:Operation&gt;</span>
+  <span class="nt">&lt;/ows:OperationsMetadata&gt;</span>
+  <span class="nt">&lt;wcs:ServiceMetadata&gt;</span>
+    <span class="nt">&lt;wcs:formatSupported&gt;</span>image/tiff<span class="nt">&lt;/wcs:formatSupported&gt;</span>
+    <span class="nt">&lt;wcs:formatSupported&gt;</span>image/jp2<span class="nt">&lt;/wcs:formatSupported&gt;</span>
+    <span class="nt">&lt;wcs:formatSupported&gt;</span>application/x-netcdf<span class="nt">&lt;/wcs:formatSupported&gt;</span>
+    <span class="nt">&lt;wcs:formatSupported&gt;</span>application/x-hdf<span class="nt">&lt;/wcs:formatSupported&gt;</span>
+    <span class="nt">&lt;wcs:Extension&gt;</span>
+      <span class="nt">&lt;crs:CrsMetadata&gt;</span>
+        <span class="nt">&lt;crs:crsSupported&gt;</span>http://www.opengis.net/def/crs/EPSG/0/4326<span class="nt">&lt;/crs:crsSupported&gt;</span>
+        <span class="nt">&lt;crs:crsSupported&gt;</span>http://www.opengis.net/def/crs/EPSG/0/3857<span class="nt">&lt;/crs:crsSupported&gt;</span>
+        <span class="nt">&lt;crs:crsSupported&gt;</span>http://www.opengis.net/def/crs/EPSG/0/3035<span class="nt">&lt;/crs:crsSupported&gt;</span>
+      <span class="nt">&lt;/crs:CrsMetadata&gt;</span>
+      <span class="nt">&lt;int:InterpolationMetadata&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/average<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbour<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/bilinear<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/cubic<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/cubic-spline<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/lanczos<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+        <span class="nt">&lt;int:InterpolationSupported&gt;</span>http://www.opengis.net/def/interpolation/OGC/1/mode<span class="nt">&lt;/int:InterpolationSupported&gt;</span>
+      <span class="nt">&lt;/int:InterpolationMetadata&gt;</span>
+    <span class="nt">&lt;/wcs:Extension&gt;</span>
+  <span class="nt">&lt;/wcs:ServiceMetadata&gt;</span>
+  <span class="nt">&lt;wcs:Contents&gt;</span>
+    <span class="nt">&lt;wcs:Extension&gt;</span>
+      <span class="nt">&lt;wcseo:DatasetSeriesSummary&gt;</span>
+        <span class="nt">&lt;ows:WGS84BoundingBox&gt;</span>
+          <span class="nt">&lt;ows:LowerCorner&gt;</span>12.136296 -24.639799<span class="nt">&lt;/ows:LowerCorner&gt;</span>
+          <span class="nt">&lt;ows:UpperCorner&gt;</span>71.230642 52.293404<span class="nt">&lt;/ows:UpperCorner&gt;</span>
+        <span class="nt">&lt;/ows:WGS84BoundingBox&gt;</span>
+        <span class="nt">&lt;wcseo:DatasetSeriesId&gt;</span>VHR_IMAGE_2018<span class="nt">&lt;/wcseo:DatasetSeriesId&gt;</span>
+        <span class="nt">&lt;gml:TimePeriod</span> <span class="na">gml:id=</span><span class="s">&quot;VHR_IMAGE_2018_timeperiod&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;gml:beginPosition&gt;</span>2017-05-01T09:54:28Z<span class="nt">&lt;/gml:beginPosition&gt;</span>
+          <span class="nt">&lt;gml:endPosition&gt;</span>2019-10-06T07:03:34Z<span class="nt">&lt;/gml:endPosition&gt;</span>
+        <span class="nt">&lt;/gml:TimePeriod&gt;</span>
+      <span class="nt">&lt;/wcseo:DatasetSeriesSummary&gt;</span>
+      <span class="nt">&lt;wcseo:DatasetSeriesSummary&gt;</span>
+        <span class="nt">&lt;ows:WGS84BoundingBox&gt;</span>
+          <span class="nt">&lt;ows:LowerCorner&gt;</span>27.574843 -24.639799<span class="nt">&lt;/ows:LowerCorner&gt;</span>
+          <span class="nt">&lt;ows:UpperCorner&gt;</span>71.230642 44.830837<span class="nt">&lt;/ows:UpperCorner&gt;</span>
+        <span class="nt">&lt;/ows:WGS84BoundingBox&gt;</span>
+        <span class="nt">&lt;wcseo:DatasetSeriesId&gt;</span>VHR_IMAGE_2018_Level_1<span class="nt">&lt;/wcseo:DatasetSeriesId&gt;</span>
+        <span class="nt">&lt;gml:TimePeriod</span> <span class="na">gml:id=</span><span class="s">&quot;VHR_IMAGE_2018_Level_1_timeperiod&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;gml:beginPosition&gt;</span>2017-05-01T09:54:28Z<span class="nt">&lt;/gml:beginPosition&gt;</span>
+          <span class="nt">&lt;gml:endPosition&gt;</span>2018-09-30T13:26:34Z<span class="nt">&lt;/gml:endPosition&gt;</span>
+        <span class="nt">&lt;/gml:TimePeriod&gt;</span>
+      <span class="nt">&lt;/wcseo:DatasetSeriesSummary&gt;</span>
+      <span class="nt">&lt;wcseo:DatasetSeriesSummary&gt;</span>
+        <span class="nt">&lt;ows:WGS84BoundingBox&gt;</span>
+          <span class="nt">&lt;ows:LowerCorner&gt;</span>27.574843 -24.639799<span class="nt">&lt;/ows:LowerCorner&gt;</span>
+          <span class="nt">&lt;ows:UpperCorner&gt;</span>71.230642 44.830837<span class="nt">&lt;/ows:UpperCorner&gt;</span>
+        <span class="nt">&lt;/ows:WGS84BoundingBox&gt;</span>
+        <span class="nt">&lt;wcseo:DatasetSeriesId&gt;</span>VHR_IMAGE_2018_Level_3<span class="nt">&lt;/wcseo:DatasetSeriesId&gt;</span>
+        <span class="nt">&lt;gml:TimePeriod</span> <span class="na">gml:id=</span><span class="s">&quot;VHR_IMAGE_2018_Level_3_timeperiod&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;gml:beginPosition&gt;</span>2017-05-01T09:54:28Z<span class="nt">&lt;/gml:beginPosition&gt;</span>
+          <span class="nt">&lt;gml:endPosition&gt;</span>2018-09-30T13:26:34Z<span class="nt">&lt;/gml:endPosition&gt;</span>
+        <span class="nt">&lt;/gml:TimePeriod&gt;</span>
+      <span class="nt">&lt;/wcseo:DatasetSeriesSummary&gt;</span>
+    <span class="nt">&lt;/wcs:Extension&gt;</span>
+  <span class="nt">&lt;/wcs:Contents&gt;</span>
+<span class="nt">&lt;/wcs:Capabilities&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=DescribeEOCoverageSet&amp;eoId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7">EO Coverage set description</a> and
+<a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=DescribeCoverage&amp;coverageId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage">Coverage description</a></p>
+<div class="highlight-xml notranslate"><div class="highlight"><pre><span></span><span class="cp">&lt;?xml version=&#39;1.0&#39; encoding=&#39;iso-8859-1&#39;?&gt;</span>
+<span class="nt">&lt;wcs:CoverageDescriptions</span> <span class="na">xmlns:crs=</span><span class="s">&quot;http://www.opengis.net/wcs/crs/1.0&quot;</span> <span class="na">xmlns:eop=</span><span class="s">&quot;http://www.opengis.net/eop/2.0&quot;</span> <span class="na">xmlns:gml=</span><span class="s">&quot;http://www.opengis.net/gml/3.2&quot;</span> <span class="na">xmlns:gmlcov=</span><span class="s">&quot;http://www.opengis.net/gmlcov/1.0&quot;</span> <span class="na">xmlns:int=</span><span class="s">&quot;http://www.opengis.net/wcs/interpolation/1.0&quot;</span> <span class="na">xmlns:ogc=</span><span class="s">&quot;http://www.opengis.net/ogc&quot;</span> <span class="na">xmlns:om=</span><span class="s">&quot;http://www.opengis.net/om/2.0&quot;</span> <span class="na">xmlns:ows=</span><span class="s">&quot;http://www.opengis.net/ows/2.0&quot;</span> <span class="na">xmlns:rsub=</span><span class="s">&quot;http://www.opengis.net/wcs/range-subsetting/1.0&quot;</span> <span class="na">xmlns:scal=</span><span class="s">&quot;http://www.opengis.net/wcs/scaling/1.0&quot;</span> <span class="na">xmlns:swe=</span><span class="s">&quot;http://www.opengis.net/swe/2.0&quot;</span> <span class="na">xmlns:wcs=</span><span class="s">&quot;http://www.opengis.net/wcs/2.0&quot;</span> <span class="na">xmlns:wcseo=</span><span class="s">&quot;http://www.opengis.net/wcs/wcseo/1.0&quot;</span> <span class="na">xmlns:xlink=</span><span class="s">&quot;http://www.w3.org/1999/xlink&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;http://www.opengis.net/wcs/wcseo/1.0 http://schemas.opengis.net/wcs/wcseo/1.0/wcsEOAll.xsd&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;wcs:CoverageDescription</span> <span class="na">gml:id=</span><span class="s">&quot;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span><span class="nt">&gt;</span>
+    <span class="nt">&lt;gml:boundedBy&gt;</span>
+      <span class="nt">&lt;gml:Envelope</span> <span class="na">axisLabels=</span><span class="s">&quot;y x&quot;</span> <span class="na">srsDimension=</span><span class="s">&quot;2&quot;</span> <span class="na">srsName=</span><span class="s">&quot;http://www.opengis.net/def/crs/EPSG/0/3035&quot;</span> <span class="na">uomLabels=</span><span class="s">&quot;m m&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;gml:lowerCorner&gt;</span>2817620.000 5518044.000<span class="nt">&lt;/gml:lowerCorner&gt;</span>
+        <span class="nt">&lt;gml:upperCorner&gt;</span>2825972.000 5524488.000<span class="nt">&lt;/gml:upperCorner&gt;</span>
+      <span class="nt">&lt;/gml:Envelope&gt;</span>
+    <span class="nt">&lt;/gml:boundedBy&gt;</span>
+    <span class="nt">&lt;wcs:CoverageId&gt;</span>urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage<span class="nt">&lt;/wcs:CoverageId&gt;</span>
+    <span class="nt">&lt;gmlcov:metadata&gt;</span>
+      <span class="nt">&lt;gmlcov:Extension&gt;</span>
+        <span class="nt">&lt;wcseo:EOMetadata&gt;</span>
+          <span class="nt">&lt;eop:EarthObservation</span> <span class="na">gml:id=</span><span class="s">&quot;eop_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;om:phenomenonTime&gt;</span>
+              <span class="nt">&lt;gml:TimePeriod</span> <span class="na">gml:id=</span><span class="s">&quot;phen_time_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span><span class="nt">&gt;</span>
+                <span class="nt">&lt;gml:beginPosition&gt;</span>2018-08-11T08:14:55Z<span class="nt">&lt;/gml:beginPosition&gt;</span>
+                <span class="nt">&lt;gml:endPosition&gt;</span>2018-08-11T08:14:55Z<span class="nt">&lt;/gml:endPosition&gt;</span>
+              <span class="nt">&lt;/gml:TimePeriod&gt;</span>
+            <span class="nt">&lt;/om:phenomenonTime&gt;</span>
+            <span class="nt">&lt;om:resultTime&gt;</span>
+              <span class="nt">&lt;gml:TimeInstant</span> <span class="na">gml:id=</span><span class="s">&quot;res_time_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span><span class="nt">&gt;</span>
+                <span class="nt">&lt;gml:timePosition&gt;</span>2018-08-11T08:14:55Z<span class="nt">&lt;/gml:timePosition&gt;</span>
+              <span class="nt">&lt;/gml:TimeInstant&gt;</span>
+            <span class="nt">&lt;/om:resultTime&gt;</span>
+            <span class="nt">&lt;om:procedure/&gt;</span>
+            <span class="nt">&lt;om:observedProperty/&gt;</span>
+            <span class="nt">&lt;om:featureOfInterest&gt;</span>
+              <span class="nt">&lt;eop:Footprint</span> <span class="na">gml:id=</span><span class="s">&quot;footprint_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span><span class="nt">&gt;</span>
+                <span class="nt">&lt;eop:multiExtentOf&gt;</span>
+                  <span class="nt">&lt;gml:MultiSurface</span> <span class="na">gml:id=</span><span class="s">&quot;multisurface_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&quot;</span> <span class="na">srsName=</span><span class="s">&quot;EPSG:4326&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;gml:surfaceMember&gt;</span>
+                      <span class="nt">&lt;gml:Polygon</span> <span class="na">gml:id=</span><span class="s">&quot;polygon_urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage_1&quot;</span><span class="nt">&gt;</span>
+                        <span class="nt">&lt;gml:exterior&gt;</span>
+                          <span class="nt">&lt;gml:LinearRing&gt;</span>
+                            <span class="nt">&lt;gml:posList&gt;</span>47.29778796 26.00330821 47.29784395 26.00300545 47.29852855 26.00098039 47.33176050 25.98961353 47.35564999 25.98157482 47.35572189 25.98204011 47.36693204 25.97820059 47.37260630 26.01455420 47.37197192 26.01658883 47.37098788 26.01863079 47.36976416 26.02036682 47.36834411 26.02173541 47.36677806 26.02268812 47.31293985 26.04698765 47.31114307 26.04751063 47.30931486 26.04748521 47.30753117 26.04691252 47.30586607 26.04581637 47.30438870 26.04424235 47.30409927 26.04377423 47.29778796 26.00330821<span class="nt">&lt;/gml:posList&gt;</span>
+                          <span class="nt">&lt;/gml:LinearRing&gt;</span>
+                        <span class="nt">&lt;/gml:exterior&gt;</span>
+                      <span class="nt">&lt;/gml:Polygon&gt;</span>
+                    <span class="nt">&lt;/gml:surfaceMember&gt;</span>
+                  <span class="nt">&lt;/gml:MultiSurface&gt;</span>
+                <span class="nt">&lt;/eop:multiExtentOf&gt;</span>
+              <span class="nt">&lt;/eop:Footprint&gt;</span>
+            <span class="nt">&lt;/om:featureOfInterest&gt;</span>
+            <span class="nt">&lt;om:result/&gt;</span>
+            <span class="nt">&lt;eop:metaDataProperty&gt;</span>
+              <span class="nt">&lt;eop:EarthObservationMetaData&gt;</span>
+                <span class="nt">&lt;eop:identifier&gt;</span>urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage<span class="nt">&lt;/eop:identifier&gt;</span>
+                <span class="nt">&lt;eop:acquisitionType&gt;</span>NOMINAL<span class="nt">&lt;/eop:acquisitionType&gt;</span>
+                <span class="nt">&lt;eop:status&gt;</span>ARCHIVED<span class="nt">&lt;/eop:status&gt;</span>
+              <span class="nt">&lt;/eop:EarthObservationMetaData&gt;</span>
+            <span class="nt">&lt;/eop:metaDataProperty&gt;</span>
+          <span class="nt">&lt;/eop:EarthObservation&gt;</span>
+        <span class="nt">&lt;/wcseo:EOMetadata&gt;</span>
+      <span class="nt">&lt;/gmlcov:Extension&gt;</span>
+    <span class="nt">&lt;/gmlcov:metadata&gt;</span>
+    <span class="nt">&lt;gml:domainSet&gt;</span>
+      <span class="nt">&lt;gml:RectifiedGrid</span> <span class="na">dimension=</span><span class="s">&quot;2&quot;</span> <span class="na">gml:id=</span><span class="s">&quot;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage_grid&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;gml:limits&gt;</span>
+          <span class="nt">&lt;gml:GridEnvelope&gt;</span>
+            <span class="nt">&lt;gml:low&gt;</span>0 0<span class="nt">&lt;/gml:low&gt;</span>
+            <span class="nt">&lt;gml:high&gt;</span>1610 2087<span class="nt">&lt;/gml:high&gt;</span>
+          <span class="nt">&lt;/gml:GridEnvelope&gt;</span>
+        <span class="nt">&lt;/gml:limits&gt;</span>
+        <span class="nt">&lt;gml:axisLabels&gt;</span>y x<span class="nt">&lt;/gml:axisLabels&gt;</span>
+        <span class="nt">&lt;gml:origin&gt;</span>
+          <span class="nt">&lt;gml:Point</span> <span class="na">gml:id=</span><span class="s">&quot;urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage_grid_origin&quot;</span> <span class="na">srsName=</span><span class="s">&quot;http://www.opengis.net/def/crs/EPSG/0/3035&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;gml:pos&gt;</span>2825972.000 5518044.000<span class="nt">&lt;/gml:pos&gt;</span>
+          <span class="nt">&lt;/gml:Point&gt;</span>
+        <span class="nt">&lt;/gml:origin&gt;</span>
+        <span class="nt">&lt;gml:offsetVector</span> <span class="na">srsName=</span><span class="s">&quot;http://www.opengis.net/def/crs/EPSG/0/3035&quot;</span><span class="nt">&gt;</span>0.000 4.000<span class="nt">&lt;/gml:offsetVector&gt;</span>
+        <span class="nt">&lt;gml:offsetVector</span> <span class="na">srsName=</span><span class="s">&quot;http://www.opengis.net/def/crs/EPSG/0/3035&quot;</span><span class="nt">&gt;</span>-4.000 0.000<span class="nt">&lt;/gml:offsetVector&gt;</span>
+      <span class="nt">&lt;/gml:RectifiedGrid&gt;</span>
+    <span class="nt">&lt;/gml:domainSet&gt;</span>
+    <span class="nt">&lt;gmlcov:rangeType&gt;</span>
+      <span class="nt">&lt;swe:DataRecord&gt;</span>
+        <span class="nt">&lt;swe:field</span> <span class="na">name=</span><span class="s">&quot;red&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;swe:Quantity</span> <span class="na">definition=</span><span class="s">&quot;http://www.opengis.net/def/property/OGC/0/Radiance&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;swe:description&gt;</span>Red Channel<span class="nt">&lt;/swe:description&gt;</span>
+            <span class="nt">&lt;swe:nilValues&gt;</span>
+              <span class="nt">&lt;swe:NilValues&gt;</span>
+                <span class="nt">&lt;swe:nilValue</span> <span class="na">reason=</span><span class="s">&quot;http://www.opengis.net/def/nil/OGC/0/unknown&quot;</span><span class="nt">&gt;</span>0<span class="nt">&lt;/swe:nilValue&gt;</span>
+              <span class="nt">&lt;/swe:NilValues&gt;</span>
+            <span class="nt">&lt;/swe:nilValues&gt;</span>
+            <span class="nt">&lt;swe:uom</span> <span class="na">code=</span><span class="s">&quot;W.m-2.Sr-1&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;swe:constraint&gt;</span>
+              <span class="nt">&lt;swe:AllowedValues&gt;</span>
+                <span class="nt">&lt;swe:interval&gt;</span>0 65535<span class="nt">&lt;/swe:interval&gt;</span>
+                <span class="nt">&lt;swe:significantFigures&gt;</span>5<span class="nt">&lt;/swe:significantFigures&gt;</span>
+              <span class="nt">&lt;/swe:AllowedValues&gt;</span>
+            <span class="nt">&lt;/swe:constraint&gt;</span>
+          <span class="nt">&lt;/swe:Quantity&gt;</span>
+        <span class="nt">&lt;/swe:field&gt;</span>
+        <span class="nt">&lt;swe:field</span> <span class="na">name=</span><span class="s">&quot;green&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;swe:Quantity</span> <span class="na">definition=</span><span class="s">&quot;http://www.opengis.net/def/property/OGC/0/Radiance&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;swe:description&gt;</span>Green Channel<span class="nt">&lt;/swe:description&gt;</span>
+            <span class="nt">&lt;swe:nilValues&gt;</span>
+              <span class="nt">&lt;swe:NilValues&gt;</span>
+                <span class="nt">&lt;swe:nilValue</span> <span class="na">reason=</span><span class="s">&quot;http://www.opengis.net/def/nil/OGC/0/unknown&quot;</span><span class="nt">&gt;</span>0<span class="nt">&lt;/swe:nilValue&gt;</span>
+              <span class="nt">&lt;/swe:NilValues&gt;</span>
+            <span class="nt">&lt;/swe:nilValues&gt;</span>
+            <span class="nt">&lt;swe:uom</span> <span class="na">code=</span><span class="s">&quot;W.m-2.Sr-1&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;swe:constraint&gt;</span>
+              <span class="nt">&lt;swe:AllowedValues&gt;</span>
+                <span class="nt">&lt;swe:interval&gt;</span>0 65535<span class="nt">&lt;/swe:interval&gt;</span>
+                <span class="nt">&lt;swe:significantFigures&gt;</span>5<span class="nt">&lt;/swe:significantFigures&gt;</span>
+              <span class="nt">&lt;/swe:AllowedValues&gt;</span>
+            <span class="nt">&lt;/swe:constraint&gt;</span>
+          <span class="nt">&lt;/swe:Quantity&gt;</span>
+        <span class="nt">&lt;/swe:field&gt;</span>
+        <span class="nt">&lt;swe:field</span> <span class="na">name=</span><span class="s">&quot;blue&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;swe:Quantity</span> <span class="na">definition=</span><span class="s">&quot;http://www.opengis.net/def/property/OGC/0/Radiance&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;swe:description&gt;</span>Blue Channel<span class="nt">&lt;/swe:description&gt;</span>
+            <span class="nt">&lt;swe:nilValues&gt;</span>
+              <span class="nt">&lt;swe:NilValues&gt;</span>
+                <span class="nt">&lt;swe:nilValue</span> <span class="na">reason=</span><span class="s">&quot;http://www.opengis.net/def/nil/OGC/0/unknown&quot;</span><span class="nt">&gt;</span>0<span class="nt">&lt;/swe:nilValue&gt;</span>
+              <span class="nt">&lt;/swe:NilValues&gt;</span>
+            <span class="nt">&lt;/swe:nilValues&gt;</span>
+            <span class="nt">&lt;swe:uom</span> <span class="na">code=</span><span class="s">&quot;W.m-2.Sr-1&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;swe:constraint&gt;</span>
+              <span class="nt">&lt;swe:AllowedValues&gt;</span>
+                <span class="nt">&lt;swe:interval&gt;</span>0 65535<span class="nt">&lt;/swe:interval&gt;</span>
+                <span class="nt">&lt;swe:significantFigures&gt;</span>5<span class="nt">&lt;/swe:significantFigures&gt;</span>
+              <span class="nt">&lt;/swe:AllowedValues&gt;</span>
+            <span class="nt">&lt;/swe:constraint&gt;</span>
+          <span class="nt">&lt;/swe:Quantity&gt;</span>
+        <span class="nt">&lt;/swe:field&gt;</span>
+        <span class="nt">&lt;swe:field</span> <span class="na">name=</span><span class="s">&quot;nir&quot;</span><span class="nt">&gt;</span>
+          <span class="nt">&lt;swe:Quantity</span> <span class="na">definition=</span><span class="s">&quot;http://www.opengis.net/def/property/OGC/0/Radiance&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;swe:description&gt;</span>Nir Channel<span class="nt">&lt;/swe:description&gt;</span>
+            <span class="nt">&lt;swe:nilValues&gt;</span>
+              <span class="nt">&lt;swe:NilValues&gt;</span>
+                <span class="nt">&lt;swe:nilValue</span> <span class="na">reason=</span><span class="s">&quot;http://www.opengis.net/def/nil/OGC/0/unknown&quot;</span><span class="nt">&gt;</span>0<span class="nt">&lt;/swe:nilValue&gt;</span>
+              <span class="nt">&lt;/swe:NilValues&gt;</span>
+            <span class="nt">&lt;/swe:nilValues&gt;</span>
+            <span class="nt">&lt;swe:uom</span> <span class="na">code=</span><span class="s">&quot;W.m-2.Sr-1&quot;</span><span class="nt">/&gt;</span>
+            <span class="nt">&lt;swe:constraint&gt;</span>
+              <span class="nt">&lt;swe:AllowedValues&gt;</span>
+                <span class="nt">&lt;swe:interval&gt;</span>0 65535<span class="nt">&lt;/swe:interval&gt;</span>
+                <span class="nt">&lt;swe:significantFigures&gt;</span>5<span class="nt">&lt;/swe:significantFigures&gt;</span>
+              <span class="nt">&lt;/swe:AllowedValues&gt;</span>
+            <span class="nt">&lt;/swe:constraint&gt;</span>
+          <span class="nt">&lt;/swe:Quantity&gt;</span>
+        <span class="nt">&lt;/swe:field&gt;</span>
+      <span class="nt">&lt;/swe:DataRecord&gt;</span>
+    <span class="nt">&lt;/gmlcov:rangeType&gt;</span>
+    <span class="nt">&lt;wcs:ServiceParameters&gt;</span>
+      <span class="nt">&lt;wcs:CoverageSubtype&gt;</span>RectifiedDataset<span class="nt">&lt;/wcs:CoverageSubtype&gt;</span>
+      <span class="nt">&lt;wcs:nativeFormat&gt;</span>image/tiff<span class="nt">&lt;/wcs:nativeFormat&gt;</span>
+    <span class="nt">&lt;/wcs:ServiceParameters&gt;</span>
+  <span class="nt">&lt;/wcs:CoverageDescription&gt;</span>
+<span class="nt">&lt;/wcs:CoverageDescriptions&gt;</span>
+</pre></div>
+</div>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=GetCoverage&amp;coverageId=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage">Full coverage in default configuration</a></p>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=GetCoverage&amp;coverageid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&amp;subset=long(26.004538536944892,26.016211510577705)&amp;subset=lat(47.326254844665534,47.33495235268493)&amp;subsettingCRS=http://www.opengis.net/def/crs/EPSG/0/4326">Spatial subset</a></p>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=GetCoverage&amp;coverageid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&amp;rangesubset=nir">Range subset</a></p>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=GetCoverage&amp;coverageid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&amp;scaleFactor=0.1">Scaled down</a></p>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=GetCoverage&amp;coverageid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&amp;format=image/jp2&amp;interpolation=http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbour">Specific format and interpolation</a></p>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=WCS&amp;version=2.0.1&amp;request=GetCoverage&amp;coverageid=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7__coverage&amp;outputCRS=http://www.opengis.net/def/crs/EPSG/0/4326">Specific projection</a></p>
+</div>
+<div class="section" id="dseo">
+<h3>DSEO<a class="headerlink" href="#dseo" title="Permalink to this headline">¶</a></h3>
+<p><a class="reference external" href="https://vhr18.pdas.prism.eox.at/ows?service=DSEO&amp;version=1.0.0&amp;request=GetProduct&amp;ProductURI=urn:eop:DOVE:MULTISPECTRAL_4m:20180811_081455_1054_3be7">One entire product</a></p>
+</div>
+</div>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Sample Service Requests</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#web-client">Web Client</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#performance-optimized-viewing">Performance optimized viewing</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#flexible-viewing">Flexible viewing</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#searching">Searching</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#downloading">Downloading</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="#wcs">WCS</a></li>
+<li class="toctree-l3"><a class="reference internal" href="#dseo">DSEO</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="downloading.html" title="previous chapter">Downloading</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/sample-requests.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/search.html b/client/html/user-guide/search.html
new file mode 100644
index 0000000000000000000000000000000000000000..c3d7a110c24c8a301d31e86414011d7297e47875
--- /dev/null
+++ b/client/html/user-guide/search.html
@@ -0,0 +1,120 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Search &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <script src="_static/searchtools.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="#" />
+  <script src="searchindex.js" defer></script>
+  
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <h1 id="search-documentation">Search</h1>
+  <div id="fallback" class="admonition warning">
+  <script>$('#fallback').hide();</script>
+  <p>
+    Please activate JavaScript to enable the search
+    functionality.
+  </p>
+  </div>
+  <p>
+    From here you can search these documents. Enter your search
+    words into the box below and click "search". Note that the search
+    function will automatically search for all of the words. Pages
+    containing fewer words won't appear in the result list.
+  </p>
+  <form action="" method="get">
+    <input type="text" name="q" aria-labelledby="search-documentation" value="" />
+    <input type="submit" value="search" />
+    <span id="search-progress" style="padding-left: 10px"></span>
+  </form>
+  
+  <div id="search-results">
+  
+  </div>
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+  </ul></li>
+</ul>
+</div>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/searchindex.js b/client/html/user-guide/searchindex.js
new file mode 100644
index 0000000000000000000000000000000000000000..83e320abf708a6602a1ea89ceead6fc9d03a6145
--- /dev/null
+++ b/client/html/user-guide/searchindex.js
@@ -0,0 +1 @@
+Search.setIndex({docnames:["downloading","index","intro","sample-requests","searching","viewing","web-client"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":1,"sphinx.domains.index":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:56},filenames:["downloading.rst","index.rst","intro.rst","sample-requests.rst","searching.rst","viewing.rst","web-client.rst"],objects:{},objnames:{},objtypes:{},terms:{"01t09":3,"06t07":3,"11t08":3,"1st":3,"20131219t132000z":3,"20180811_081455_1054_3be7":3,"20180811_081455_1054_3be7_1":3,"20180811_081455_1054_3be7__coverag":3,"20180811_081455_1054_3be7__coverage_1":3,"20180811_081455_1054_3be7__coverage_grid":3,"20180811_081455_1054_3be7__coverage_grid_origin":3,"28z":3,"2nd":3,"30t13":3,"34z":3,"3a20180811_081455_1054_3be7":3,"3adov":3,"3aeop":3,"3amultispectral_4m":3,"55z":3,"abstract":3,"case":[0,5,6],"default":[0,3,5,6],"export":5,"final":[0,5],"function":6,"import":5,"int":3,"new":[0,5,6],"return":[3,4,6],"short":6,"switch":6,"true":[3,5],"while":[5,6],CRS:[0,3],For:[4,5],GIS:5,One:[3,4,5],SRS:3,That:6,The:[0,2,3,4,5,6],Then:5,There:6,These:[0,2,4,5],Used:4,WCS:[0,1,4,6],WMS:[3,4,5,6],___masked_valid:5,__outlin:5,__valid:5,_blank:3,about:[4,5],abov:[5,6],accept:3,access:[0,3,4,5],accessconstraint:3,account:6,acquir:3,acquisit:4,acquisitionst:3,acquisitionsubtyp:3,acquisitiontyp:3,act:6,actual:4,add:[0,5,6],added:[0,5,6],adding:5,addit:[0,4,5,6],addition:[4,6],address:[3,5],addresstyp:3,adjust:[5,6],administrativearea:3,advis:0,after:[5,6],afterward:0,again:6,against:[0,3],agenc:3,aggreg:[5,6],align:3,all:[0,4,5,6],allow:[4,5,6],allowedvalu:3,alongsid:[2,5],alreadi:[5,6],also:5,altern:6,alwai:[5,6],amp:3,ani:[0,5],anim:5,anoth:5,answer:5,antennalookdirect:3,anytim:6,appear:5,appli:[5,6],applic:[0,3,5],archiv:3,archivingcent:3,arcmap:1,area:[0,3,6],arrow:6,ascend:3,ascii:6,ask:3,atom:[3,4,6],attempt:5,authent:[3,5],author:5,automat:6,avail:[3,4,5,6],availabilitytim:3,averag:3,awar:[5,6],axi:5,axislabel:3,background:6,band:[0,3],bandwidth:0,bar:6,base:[4,6],basket:6,bbox:[3,4],beginposit:3,behavior:[5,6],being:4,below:[2,3,5,6],besid:[5,6],best:[0,4,5],between:[0,4,6],bigger:0,bilinear:3,binding_get:3,binding_post:3,blank:3,block:0,blue:[3,5],book:6,border:3,both:[0,4,5,6],bottom:6,bound:[3,4,6],boundedbi:3,boundingbox:3,box:[3,4,6],brown:3,brows:[4,6],browser:6,brush:6,bucket:6,built:6,button:[0,5,6],buttton:5,cach:[3,5],calibr:3,call:5,can:[0,4,5,6],cancel:3,capabilities_1_1_0:3,capabl:[0,3,5],cascad:3,catalog:6,catalogu:3,categori:3,cdata:3,center:6,ceo:4,certain:[5,6],chang:[5,6],channel:3,chapter:[0,3,4,5,6],charact:6,check:[5,6],checkbox:5,choic:5,choos:5,chosen:5,chunk:0,citi:3,click:[0,5,6],client:[0,1,2,5],cloud:[3,4,6],cloudcov:[3,4,5],code:3,codespac:3,collect:[3,4,5,6],color:[3,5,6],com:3,combin:[5,6],comfort:6,common:[3,5],completiontimefromascendingnod:3,compliant:6,compon:[4,5],compositetyp:3,concret:5,concurr:6,conf:3,configur:[0,3,4,5,6],confirm:[0,6],connect:[0,5,6],consecut:5,consid:5,constrain:5,constraint:3,contactaddress:3,contactelectronicmailaddress:3,contactfacsimiletelephon:3,contactinfo:3,contactinform:3,contactinstruct:3,contactorgan:3,contactperson:3,contactpersonprimari:3,contactposit:3,contactvoicetelephon:3,contain:[0,3,4,5,6],content:3,continu:[2,4,5],control:[4,5],conveni:5,coolwarm:5,coordin:[0,4,5,6],copernicu:3,copi:6,core:3,corner:6,correctli:5,correspond:6,count:[3,4],countdefault:3,countri:3,cours:5,cover:[3,4,5],coverag:[0,3,5,6],coveragedescript:3,coverageid:3,coveragemetadatasummari:3,coveragesubtyp:3,cql:[0,3,5],creat:[0,3,5],creationd:3,cross:3,crs:3,crsmetadata:3,crssupport:3,csw:3,cubic:3,current:[0,3,6],cursor:6,custom:[0,3,5,6],data:[0,2,3,5,6],datarecord:3,dataset:[3,5,6],datasetseriesid:3,datasetseriessummari:3,date:3,dcp:3,dcptype:3,decid:5,def:3,defaultlanguag:3,defaultvalu:3,defin:[5,6],definit:3,degrag:3,deliverypoint:3,demand:5,demonstr:5,depend:4,descend:3,describ:[0,4,5,6],describecoverag:[3,6],describeeocoverageset:[3,6],descript:[3,4,6],desir:5,detail:[1,2,5],determin:5,develop:3,dialog:6,differ:0,dim_rang:5,dimens:[3,5],direct:6,directli:[5,6],disabl:6,disjoint:[3,4],displai:[1,5],distribut:6,doctyp:3,document:4,doe:[0,5],doi:3,domainset:3,done:[5,6],dopplerfrequ:3,dot:6,doubl:6,dove:3,down:[3,5,6],download:[1,2,4],drag:6,draw:6,dseo:[0,1,6],dtd:3,dual:3,due:5,each:[2,4,5,6],earth:[0,2,4,5],earthobserv:3,earthobservationmetadata:3,easier:6,easili:5,eastboundlongitud:3,edg:6,edit:0,either:[4,5,6],electronicmailaddress:3,element:[3,6],emerg:[3,6],empti:3,enabl:6,enclosur:3,encod:[3,4,6],enctyp:3,end:[3,4,5,6],endpoint:[2,4,5],endposit:3,eng:3,enter:[5,6],entir:[0,3,5,6],entri:[3,5,6],envelop:3,eoid:3,eometadata:3,eop:3,eop_urn:3,eowc:3,eowcs_get:3,eox:3,eoxc:6,eoxserv:3,epsg:3,equal:[3,4],esa:3,etc:[5,6],europa:3,european:3,evalu:6,even:5,ex_geographicboundingbox:3,exampl:[3,5,6],except:3,expand:5,expect:5,explicit:6,explicitli:6,exploit:6,explor:5,express:4,extendedcap:3,extens:[3,4],extension_cr:3,extension_interpol:3,extension_rang:3,extension_sc:3,extent:6,exterior:3,extern:2,eye:6,facsimil:3,fals:[3,5],fastest:6,feasibl:5,featur:[5,6],featureofinterest:3,fee:3,feed:3,field:[0,3],figur:[0,5,6],file:[4,6],fill:4,filter:[1,3,5],fine:6,finger:6,finish:6,first:[3,4,5,6],flexibl:[0,1,2],fly:5,follow:[0,4,5,6],footprint:[3,4,6],footprint_urn:3,form:3,format:[0,3,4,5,6],formatsupport:3,four:4,frame:[3,5],from:[5,6],full:[3,5,6],fulli:5,gener:[4,5,6],geo:[3,4],geograph:[0,4,6],geojson:4,geom:[3,4],geometri:[3,4],georel:[3,4],georss:3,geotiff:3,get:[3,4,5,6],getcap:[3,6],getcoverag:[0,3,6],getencod:3,geteocoverageset:3,getfeatureinfo:3,getmap:[3,5,6],getproduct:3,gettil:[3,5],gif:[3,5],given:5,gml:3,gmlcov:3,gmlcov_geotiff:3,grain:6,grant:3,graph:6,graphic:6,green:[3,5],grei:5,gridenvelop:3,group:6,guid:[0,2,6],handl:5,has:[5,6],have:[5,6],hdf:3,height:3,high:[3,5],highestloc:3,highlight:6,histogram:6,hit:[5,6],hold:[0,6],horizont:6,hoursofservic:3,hover:6,how:[5,6],howev:5,href:3,hspace:3,html:[3,4],http:3,hundr:5,icon:6,id__ndvi:5,ideal:5,identifi:[3,4,5],ignor:[0,5],illuminationazimuthangl:3,illuminationelevationangl:3,illuminationzenithangl:3,imag:[0,3,5,6],img:3,impact:5,implement:[0,5],inbuilt:5,incidenceanglevari:3,includ:[3,4],inclus:6,increas:6,index:4,indexoffset:3,indic:6,individu:[5,6],individualnam:3,influenc:6,info:6,inform:6,inimag:3,initi:6,input:0,insert:[5,6],insid:3,inspect:6,inspir:3,inspire_common:3,inspire_v:3,inspire_vs_ows11:3,inspire_vs_ows_11:3,instal:5,instanc:3,instrument:3,integr:5,intend:2,interact:1,interest:[0,5,6],interfac:[0,4,5,6],internet:6,interpol:[0,3,6],interpolationmetadata:3,interpolationsupport:3,intersect:[3,4],interv:[3,4,5,6],introduct:1,intuit:6,invalid:3,investig:6,isdefault:3,iso8601:3,iso:[3,6],issu:[5,6],item:[4,6],itemsperpag:3,iter:5,its:[4,5,6],itself:6,jp2:3,jpeg:3,json:4,just:6,keyhol:4,keyword:3,keywordlist:3,kml:4,kvp:3,label:[3,6],lanczo:3,landscap:6,languag:[3,4,5],larg:6,last:[3,4],lat:[3,4],later:6,latitud:[4,6],latlonboundingbox:3,layer:[0,1,3,5],learn:5,left:[3,6],length:5,less:6,level:[3,5],librari:6,like:[5,6],limit:[3,5,6],line:6,linear:[3,5],linestr:3,link:[3,4,6],list:[0,5,6],load:[1,6],locat:6,login:5,lon:[3,4],longer:5,longitud:[4,6],low:[3,5],lower:5,lowercorn:3,lowestloc:3,made:4,main:[4,6],maintain:5,make:[5,6],manag:[0,5],manual:[0,5,6],map:[0,1,5],markup:4,mask:[3,5],match:4,max:4,maxi:3,maximum:3,maximumincidenceangl:3,maxinclus:3,maxx:3,mean:6,meaning:0,media:3,mediatyp:3,menu:6,metadata:[3,4,5,6],metadataproperti:3,metadataurl:3,metalink:6,method:[3,6],metr:4,middl:6,might:[3,5,6],millisecond:[5,6],min:4,mini:3,minim:0,minimum:[3,6],minimumincidenceangl:3,mininclus:3,minu:6,minx:3,mix:5,mode:[3,6],model_cr:3,modern:6,modifi:6,modificationd:3,month:5,more:[5,6],most:6,mous:6,mrss:3,multi:3,multiextentof:3,multilinestr:3,multipart:3,multipl:6,multipoint:3,multipolygon:3,multispectral_4m:3,multisurfac:3,multisurface_urn:3,multisurface_vhr_image_2018_level_3:3,must:5,name:[3,6],narrow:5,nativeformat:3,navig:[5,6],ndvi:[3,5],nearest:3,necessari:0,need:[0,5,6],neighbour:3,nest:5,net:3,netcdf:3,newest:6,next:[4,5,6],nil:3,nilvalu:3,nir:3,nomin:3,none:3,northboundlatitud:3,note:[0,3,6],novalu:3,number:[4,5,6],numer:5,object:[4,5,6],observ:[0,2,3,4,5],observedproperti:3,offer:[0,3,5,6],offset:4,offsetvector:3,ogc:[3,6],oldest:6,one:[3,4,5,6],ones:5,onli:[0,3,4,5,6],onlineresourc:3,opac:6,open:[0,5,6],opengi:3,opensearch:[3,4,6],opensearchdescript:3,oper:[3,4,5,6],operationsmetadata:3,optim:[0,1,2],option:[0,3,5,6],orbitdirect:3,orbitnumb:3,orbittyp:3,order:[0,5,6],org:3,orient:6,origin:3,osdd:[3,4],other:[0,2,3,5,6],otherwis:5,outlin:5,output:0,over:[3,5,6],overlai:6,overrul:6,overwritten:5,owc:3,own:[4,5],ows:[0,3,5],owsal:3,packag:[3,6],page:4,paint:6,pair:6,pan:6,panel:[5,6],parallel:6,paramet:[0,3,4,5,6],parentidentifi:3,pars:5,part:6,particularli:6,partli:5,pass:[3,4],password:5,path:[0,5],pda:3,perform:[1,2,6],phen_time_urn:3,phenomenontim:3,phone:3,pinch:6,plai:5,plain:3,platform:3,platformserialidentifi:3,pleas:[3,5,6],plu:6,plugin:5,png:3,point:[3,4,6],polarisationmod:3,polarizationchannel:3,polygon:[3,6],polygon_urn:3,polygon_vhr_image_2018_level_3:3,popup:6,pos:3,posit:6,positionnam:3,poslist:3,possibl:[5,6],post:3,postal:3,postalcod:3,postcod:3,postencod:3,potenti:6,practic:[0,4],pre:[5,6],predefin:[3,5,6],present:[5,6],previou:[4,5],prism:3,procedur:3,processingcent:3,processingd:3,processinglevel:3,processingmod:3,processornam:3,product:[0,3,4,5,6],productionstatu:3,productmetadatasummari:3,productqualitydegradationtag:3,productqualitystatu:3,producttyp:3,producturi:3,productvers:3,profil:[0,3,5],profile_earth:3,progress:6,project:[0,3,6],prompt:0,properti:[3,5],provid:[2,3,4,5,6],providernam:3,providersit:3,pt1:3,purl:3,put:[0,6],qgi:[1,6],quad:3,quantiti:3,queri:[0,3,4,5,6],queryabl:3,quick:5,quicklook:3,radianc:3,radiou:4,radiu:[3,4],rang:[0,3,4,5],rangetyp:3,raster:5,read:[2,4,5],readabl:6,reader:2,reason:[3,5],recogn:5,record:[3,4],rectangl:6,rectifieddataset:3,rectifiedgrid:3,red:[3,5],refer:[0,5],rel:3,relat:[3,4,5],relev:0,reload:6,remov:6,render:[3,5,6],report:[0,5],reprocess:5,reproject:5,req:3,request:[0,1,4,5,6],requir:[0,3,5],res_time_urn:3,resolut:[0,6],resourcelocatortyp:3,resourcetyp:3,resourceurl:3,respect:6,respons:[1,5],responselanguag:3,restrict:0,result:[1,3,4],resulttim:3,retriev:[0,4,5],revisit:6,rgb:3,right:[3,6],role:3,rss:4,rsub:3,run:6,same:[3,5,6],sampl:[0,1,4,5,6],satellit:6,save:1,scal:3,scale:[0,3,5,6],schema:3,schemaloc:3,scroll:6,search:[1,2,5],searchterm:3,section:[4,6],secur:5,see:[5,6],seed:5,seen:[5,6],segment:6,select:[0,3,4,5,6],self:3,semant:4,sensormod:3,sensortyp:3,sent:6,serv:5,server:[2,5,6],servic:[0,1,2,4,6],servicecontact:3,serviceidentif:3,servicemetadata:3,serviceparamet:3,serviceprovid:3,servicetyp:3,servicetypevers:3,session:1,set:[3,4,5,6],setup:[5,6],sever:6,shape:4,share:6,shortnam:3,should:6,show:[4,5,6],shown:[0,2,5,6],side:6,sign:6,significantfigur:3,simpl:[0,3,5,6],singl:[3,6],site:6,size:0,slightli:5,snowcov:3,softwar:[5,6],some:[5,6],someon:6,sophist:5,sort:[5,6],sourc:[0,5,6],southboundlatitud:3,space:[3,6],span:6,spatial:[0,3,6],spec:3,special:3,specif:[3,4,5,6],specifi:[0,6],spectralrang:3,speed:6,spinner:6,spline:3,src:3,srsdimens:3,srsname:3,stai:5,stamp:4,standalon:3,standard:[0,5,6],start:[3,4,5,6],startindex:[3,4],starttimefromascendingnod:3,state:6,stateorprovinc:3,statu:3,step:[3,5],still:[5,6],stitch:5,storag:[5,6],store:[5,6],stretch:[3,5],strip:3,stripped_10_styl:3,stripped_12_lay:3,stripped_2_layer_group:3,stripped_6_lay:3,structur:5,style:[3,5,6],sublay:5,submit:4,subset:[0,3,4,6],suggest:5,suitabl:5,summari:3,suppli:5,support:[0,5],supportedlanguag:3,sure:5,surfacememb:3,swathidentifi:3,swe:3,symbol:5,syndic:4,system:[0,3,5],tab:[5,6],tabl:[3,4],take:6,target:3,tbd:3,templat:[3,4],tempor:5,text:[3,6],than:[0,5],thei:[5,6],them:[0,5,6],therefor:5,thi:[0,2,3,4,5,6],those:[3,6],thousand:5,three:5,throttl:6,through:[0,5,6],thu:5,thumbnail:[3,4],tick:[0,5,6],tiff:3,tile:[3,5,6],tilecol:3,tilematrix:3,tilematrixset:3,tilematrixsetlink:3,tilerow:3,time:[3,4,5,6],timeend:6,timeinst:3,timemanag:5,timeperiod:3,timeposit:3,timerel:[3,4],timeslid:1,timestart:6,titl:3,togeth:[0,5],toggl:6,tool:6,top:[3,6],topolog:5,total:[5,6],totalresult:3,track:3,transform:[0,6],transpar:[3,5],tutori:1,twelv:5,twice:5,twin:3,two:[3,5,6],txt:6,type:[3,4],typic:6,uid:[3,4],undefin:3,under:5,understand:2,unit:3,unknown:3,unmask:[3,5],unnecessarili:0,uom:3,uomlabel:3,updatesequ:3,upon:5,upper:6,uppercorn:3,uri:[0,5],url:[0,3,4,5,6],urlencod:3,urn:3,usag:5,use:[0,5,6],used:[0,3,4,6],useful:5,user:[0,2,3,5,6],usernam:5,using:[0,4,5,6],usual:0,utc:6,utf:3,valid:[3,5],valign:3,valu:[3,4],variant:5,variou:[0,3,4,5,6],vector:5,vendorspecificcap:3,versa:6,version:[3,5],vhr18:3,vhr:[3,5],vhr_image_2018:3,vhr_image_2018_level_1:3,vhr_image_2018_level_1_timeperiod:3,vhr_image_2018_level_3:3,vhr_image_2018_level_3__masked_valid:3,vhr_image_2018_level_3__masked_validity__ful:3,vhr_image_2018_level_3__outlin:3,vhr_image_2018_level_3_timeperiod:3,vhr_image_2018_timeperiod:3,via:[0,3,5,6],vice:6,video:5,view:[2,6],visibl:6,visual:[5,6],vnd:3,voic:3,wai:[5,6],wait:5,warn:6,wavelength:3,wcs:3,wcs_applic:3,wcs_geotiff:3,wcs_protocol:3,wcs_servic:3,wcseo:3,wcseoall:3,web:[0,1,2,5],websit:6,well:[0,2,4,5,6],westboundlongitud:3,wgs84:[3,4],wgs84boundingbox:3,wheel:6,when:[5,6],where:[3,5],wherea:6,which:[5,6],whole:5,wide:5,width:[3,6],window:6,within:6,without:[5,6],wkt:[3,4],wms:3,wms_capabl:3,wms_xml:3,wmt:[3,5],wmt_ms_capabl:3,wmtsgetcapabilities_respons:3,work:6,workspac:5,would:5,write:3,www:3,xlink:3,xml:[3,4,6],xmln:3,xmlschema:3,xsd:3,xsi:3,xxx:3,yahoo:3,year:5,yellow:3,yet:5,zoom:[5,6]},titles:["Downloading","View Server - User Guide","Introduction","Sample Service Requests","Searching","Viewing","Web Client"],titleterms:{WCS:3,arcmap:5,client:[3,6],detail:6,displai:6,download:[0,3,6],dseo:3,filter:[4,6],flexibl:[3,5],guid:1,interact:6,introduct:2,layer:6,load:5,map:6,optim:[3,5],perform:[3,5],qgi:[0,5],request:3,respons:4,result:6,sampl:3,save:6,search:[3,4,6],server:1,servic:[3,5],session:6,timeslid:6,tutori:6,user:1,view:[1,3,5],web:[3,6]}})
\ No newline at end of file
diff --git a/client/html/user-guide/searching.html b/client/html/user-guide/searching.html
new file mode 100644
index 0000000000000000000000000000000000000000..df439c75f12c42675c1a0d72d1d19d3e30a3fae7
--- /dev/null
+++ b/client/html/user-guide/searching.html
@@ -0,0 +1,239 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Searching &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Downloading" href="downloading.html" />
+    <link rel="prev" title="Viewing" href="viewing.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="searching">
+<span id="id1"></span><h1>Searching<a class="headerlink" href="#searching" title="Permalink to this headline">¶</a></h1>
+<p>The main interface for searching is provided by <a class="reference external" href="http://opensearch.org/">OpenSearch</a> using various extensions including the <a class="reference external" href="https://portal.opengeospatial.org/files/?artifact_id=56866">Geo and Time
+Extensions</a>, the
+<a class="reference external" href="http://docs.opengeospatial.org/is/13-026r8/13-026r8.html">Extension for Earth Observation</a> as well as the
+<a class="reference external" href="http://ceos.org/document_management/Working_Groups/WGISS/Interest_Groups/OpenSearch/CEOS-OPENSEARCH-BP-V1.2.pdf">CEOS OpenSearch Best Practice Document</a>.</p>
+<p>The OpenSearch URL endpoints are:</p>
+<ul class="simple">
+<li><p><code class="docutils literal notranslate"><span class="pre">/opensearch</span></code>: Main service description</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">/opensearch/&lt;format&gt;</span></code>: Search for collections in a specific format</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">/opensearch/collections/&lt;collection-id&gt;</span></code>: Collection specific description</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">/opensearch/collections/&lt;collection-id&gt;/&lt;format&gt;</span></code>: Search for products in
+a collection in that format</p></li>
+</ul>
+<div class="section" id="responses">
+<h2>Responses<a class="headerlink" href="#responses" title="Permalink to this headline">¶</a></h2>
+<p>The description related endpoints provide an OpenSearch Description Document
+(OSDD). This XML based file format describes general service metadata and
+various access URL templates.</p>
+<p>These URL objects provide templates that can be filled with parameters to submit
+actual metadata queries. Depending on the used URL, the search result is
+returned in one of the following formats:</p>
+<ul class="simple">
+<li><p><code class="docutils literal notranslate"><span class="pre">atom</span></code>: Atom syndication format</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">rss</span></code>: RSS</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">html</span></code>: HTML</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">kml</span></code>: Keyhole Markup Language</p></li>
+<li><p><code class="docutils literal notranslate"><span class="pre">json</span></code>: GeoJSON</p></li>
+</ul>
+<p>The resulting items in that result document can be paged. Specific pages can be
+retrieved using the <code class="docutils literal notranslate"><span class="pre">offset</span></code> and <code class="docutils literal notranslate"><span class="pre">count</span></code> parameters. Additionally, the
+response contains links to the first, last, next, and previous pages of the
+result set.</p>
+<p>The results of the search depend on the type of object being searched. For the
+collection search, the result items are collection descriptions of all matched
+collections encoded in the selected format. Each description contains a link to
+its own specific OSDD document.</p>
+<p>In product searches, the result document items are descriptions of products,
+containing links to thumbnails, browses, and product specific services such as
+WMS or WCS. Additionally it contains the products acquisition footprint and
+time stamp.</p>
+</div>
+<div class="section" id="filters">
+<h2>Filters<a class="headerlink" href="#filters" title="Permalink to this headline">¶</a></h2>
+<p>The URL templates for both the collection and the record search allow to pass
+parameters that control the query and shape of the search. The following table
+shows all parameters available for both collection and product searches:</p>
+<table class="docutils align-default">
+<colgroup>
+<col style="width: 19%" />
+<col style="width: 81%" />
+</colgroup>
+<thead>
+<tr class="row-odd"><th class="head"><p>Parameter</p></th>
+<th class="head"><p>Description</p></th>
+</tr>
+</thead>
+<tbody>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">startIndex</span></code></p></td>
+<td><p>The index offset of the items. Used to get subsets of a result
+set</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">count</span></code></p></td>
+<td><p>The number of records for each page</p></td>
+</tr>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">start</span></code></p></td>
+<td><p>The start time stamp for the time range</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">end</span></code></p></td>
+<td><p>The end time stamp for the time range</p></td>
+</tr>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">timerel</span></code></p></td>
+<td><p>The semantic of the time range. Either <code class="docutils literal notranslate"><span class="pre">intersects</span></code>,
+<code class="docutils literal notranslate"><span class="pre">contains</span></code>, <code class="docutils literal notranslate"><span class="pre">disjoint</span></code>, or <code class="docutils literal notranslate"><span class="pre">equals</span></code></p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">bbox</span></code></p></td>
+<td><p>The geographic bounding box expressed as <code class="docutils literal notranslate"><span class="pre">min-lon</span></code>,
+<code class="docutils literal notranslate"><span class="pre">min-lat</span></code>, <code class="docutils literal notranslate"><span class="pre">max-lon</span></code>, <code class="docutils literal notranslate"><span class="pre">max-lat</span></code> in WGS84 coordinates</p></td>
+</tr>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">geom</span></code></p></td>
+<td><p>A WKT encoded geometry for a geographic search</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">lon</span></code></p></td>
+<td><p>The longitude component of point/radius searches</p></td>
+</tr>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">lat</span></code></p></td>
+<td><p>The latitude component of point/radius searches</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">r</span></code></p></td>
+<td><p>The radious in metres of point/radius searches</p></td>
+</tr>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">georel</span></code></p></td>
+<td><p>The semantic of the geometry filter. One of <code class="docutils literal notranslate"><span class="pre">intersects</span></code>,
+<code class="docutils literal notranslate"><span class="pre">contains</span></code>, or <code class="docutils literal notranslate"><span class="pre">disjoint</span></code></p></td>
+</tr>
+</tbody>
+</table>
+<p>The following parameters are only available in product searches in
+addition to the general search parameters:</p>
+<table class="docutils align-default">
+<colgroup>
+<col style="width: 19%" />
+<col style="width: 81%" />
+</colgroup>
+<thead>
+<tr class="row-odd"><th class="head"><p>Parameter</p></th>
+<th class="head"><p>Description</p></th>
+</tr>
+</thead>
+<tbody>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">uid</span></code></p></td>
+<td><p>Filter on identifier</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">cloudCover</span></code></p></td>
+<td><p>Cloud cover filter. Either a specific value or an interval of
+values. Values between 0-100</p></td>
+</tr>
+</tbody>
+</table>
+<p>The available parameters depend on the configuration made by the operator.</p>
+<p>Samples responses for each of the four URL endpoints are provided in the
+<a class="reference internal" href="sample-requests.html#samples-searching"><span class="std std-ref">Searching</span></a> section of the <a class="reference internal" href="sample-requests.html#sample-requests"><span class="std std-ref">Sample Service Requests</span></a> chapter.</p>
+<p>Continue reading about the provided <a class="reference internal" href="downloading.html#downloading"><span class="std std-ref">Downloading</span></a> services.</p>
+</div>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Searching</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#responses">Responses</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#filters">Filters</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="viewing.html" title="previous chapter">Viewing</a></li>
+      <li>Next: <a href="downloading.html" title="next chapter">Downloading</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/searching.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/viewing.html b/client/html/user-guide/viewing.html
new file mode 100644
index 0000000000000000000000000000000000000000..d769d559b9ed406acae4922267e8a185f2bb5a7e
--- /dev/null
+++ b/client/html/user-guide/viewing.html
@@ -0,0 +1,343 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Viewing &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Searching" href="searching.html" />
+    <link rel="prev" title="Web Client" href="web-client.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="viewing">
+<span id="id1"></span><h1>Viewing<a class="headerlink" href="#viewing" title="Permalink to this headline">¶</a></h1>
+<p>The viewing interface is implemented following the <a class="reference external" href="https://www.ogc.org/standards/wmts">Web Map Tile Service (WMTS)</a> as well as the <a class="reference external" href="https://www.ogc.org/standards/wms">Web Map Service (WMS)</a> standards. Both services are implemented
+by a wide range of client software which makes it as simple as possible to
+integrate the viewing service as needed.</p>
+<p>Service endpoints optimized for performance as well as for flexibility are
+provided alongside each other. Concrete example URLs demonstrating the
+capabilities of the various endpoints are provided in the chapter
+<a class="reference internal" href="sample-requests.html#sample-requests"><span class="std std-ref">Sample Service Requests</span></a>.</p>
+<div class="section" id="performance-optimized-service">
+<h2>Performance optimized service<a class="headerlink" href="#performance-optimized-service" title="Permalink to this headline">¶</a></h2>
+<p>The performance optimized service variant is provided under the path
+<code class="docutils literal notranslate"><span class="pre">/cache/ows?</span></code>.</p>
+<p>This endpoint offers access to predefined visualizations via WMTS and WMS. The
+GetTile as well as GetMap requests are answered from image tiles cached on
+object storage when possible. <a class="reference internal" href="#fig-wmts-tiles"><span class="std std-numref">Figure 28</span></a> below shows the three
+predefined visualizations, true color, false color, and NDVI of the same image
+tile and <a class="reference internal" href="#fig-wmts-masked"><span class="std std-numref">Figure 29</span></a> the unmasked and masked versions using the
+validity mask of one tile.</p>
+<div class="figure align-default" id="id2">
+<span id="fig-wmts-tiles"></span><img alt="WMTS Tiles - True color, false color, and NDVI" src="_images/wmts_tiles.png" />
+<p class="caption"><span class="caption-number">Figure 28 </span><span class="caption-text"><em>WMTS Tiles - True color, false color, and NDVI</em></span><a class="headerlink" href="#id2" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id3">
+<span id="fig-wmts-masked"></span><img alt="WMTS Tiles - Unmasked and masked" src="_images/wmts_masked.png" />
+<p class="caption"><span class="caption-number">Figure 29 </span><span class="caption-text"><em>WMTS Tiles - Unmasked and masked</em></span><a class="headerlink" href="#id3" title="Permalink to this image">¶</a></p>
+</div>
+<p>The operator might configure additional layers besides the default ones. These
+layers can offer a specific customization described below as performance
+optimized variant.</p>
+<p>For example for the VHR Image 2018 dataset not only the three default layers for
+True Color, False Color, and NDVI are configured but also the Masked Validity
+one as shown in the figures above.</p>
+<p>In addition the VHR Image 2018 dataset contains level 1 and 3 products. Thus
+individual layers aggregating each level individually are added making the total
+of offered layers twelve.</p>
+<p>Finally two layers are configured offering a quick true color visualization of
+the entire level 3 datasets without support of the time dimension both unmasked
+as well as masked. The masked layer is shown in
+<a class="reference internal" href="#fig-webclient-fulllayer"><span class="std std-numref">Figure 30</span></a> below.</p>
+<div class="figure align-default" id="id4">
+<span id="fig-webclient-fulllayer"></span><img alt="Web Client - Full coverage layer" src="_images/webclient_start.png" />
+<p class="caption"><span class="caption-number">Figure 30 </span><span class="caption-text"><em>Web Client - Full coverage layer</em></span><a class="headerlink" href="#id4" title="Permalink to this image">¶</a></p>
+</div>
+<p>Image tiles not yet present in the cache are stored upon first hit for
+consecutive requests. This is the so-called on-demand caching. The operator
+might decide for optimal performance, even for the first request, to pre-seed
+the cache. Also a mixed variant with a partly pre-seeded cache for example up to
+a certain zoom level is possible.</p>
+<p>However, this is done fully transparent to the users and the only impact is that
+they might need to wait slightly longer when they are the first to visualize a
+certain product.</p>
+<p>This service offers access on collection level only. Individual products can be
+addressed using the <code class="docutils literal notranslate"><span class="pre">time</span></code> parameter given that they do not cover one another
+on the time axis.</p>
+<p>The best performance is offered at the WMTS interface which serves images tiles
+as they are cached without the need of any reprocessing. WMS responses are
+generated on-the-fly from image tiles and might thus need some reprocessing to
+stitch together and scale image tiles.</p>
+<p>More sophisticated reprocessing like reprojection or custom color adjustments
+are not offered at this endpoint.</p>
+</div>
+<div class="section" id="flexible-service">
+<h2>Flexible service<a class="headerlink" href="#flexible-service" title="Permalink to this headline">¶</a></h2>
+<p>The other service variant offered is optimized for the best possible flexibility
+and can be accessed at the path <code class="docutils literal notranslate"><span class="pre">/ows?</span></code>.</p>
+<p>This endpoint offers the following customizations via WMS:</p>
+<ul class="simple">
+<li><p>Access to individual products via ID (<code class="docutils literal notranslate"><span class="pre">cql=identifier='ID'</span></code>)</p></li>
+<li><p>Access to entire collections/datasets supporting <code class="docutils literal notranslate"><span class="pre">time</span></code> parameter</p></li>
+<li><p>Various layers as defined by the <a class="reference external" href="https://portal.opengeospatial.org/files/?artifact_id=30912">Earth Observation Application Profile of WMS
+(EO-WMS)</a> like
+one showing outlines of products (<code class="docutils literal notranslate"><span class="pre">__outlines</span></code>)</p></li>
+<li><p>Additional useful layers like one showing both, products and outlines,
+correctly rendering topology of outlines (<code class="docutils literal notranslate"><span class="pre">__outlined</span></code>) or one showing a
+validity mask (<code class="docutils literal notranslate"><span class="pre">__validity</span></code>) or applied validity mask
+(<code class="docutils literal notranslate"><span class="pre">___masked_validity</span></code>)</p></li>
+<li><p>Numerous styles for layer where feasible like outlines or NDVI
+(<code class="docutils literal notranslate"><span class="pre">layers=ID__NDVI&amp;STYLES=coolwarm</span></code>)</p></li>
+<li><p>Reprojection to operator configured coordinate reference systems</p></li>
+<li><p>Color adjustment via custom linear stretch <code class="docutils literal notranslate"><span class="pre">dim_range=&lt;low-red-or-grey&gt;</span>
+<span class="pre">&lt;high-red-or-grey&gt;[,&lt;low-green&gt;</span> <span class="pre">&lt;high-green&gt;,&lt;low-blue&gt;</span> <span class="pre">&lt;high-blue&gt;]</span></code></p></li>
+<li><p>Filtering of products to render into collection/dataset visualizations via
+Common Query Language (CQL) for example <code class="docutils literal notranslate"><span class="pre">&amp;cql=cloudCover&lt;1</span></code></p></li>
+<li><p>All other standard WMS parameters like <code class="docutils literal notranslate"><span class="pre">transparent</span></code>, <code class="docutils literal notranslate"><span class="pre">format</span></code>, etc.</p></li>
+</ul>
+<p>All these customization parameters can of course be combined as needed.</p>
+<p>Please see the chapter <a class="reference internal" href="sample-requests.html#sample-requests"><span class="std std-ref">Sample Service Requests</span></a> for detailed examples of all
+supported parameters.</p>
+</div>
+<div class="section" id="loading-in-qgis">
+<span id="loading-qgis"></span><h2>Loading in QGIS<a class="headerlink" href="#loading-in-qgis" title="Permalink to this headline">¶</a></h2>
+<p>Any of the above described layers can be loaded in client software supporting
+either the WMTS or WMS standard like for example <a class="reference external" href="https://qgis.org">QGIS</a>.</p>
+<p>Open the Data Source Manager as shown in <a class="reference internal" href="#fig-wms-qgis1"><span class="std std-numref">Figure 31</span></a> and create a
+new WMS/WMTS Connection using the URL to the layer of interest.</p>
+<p>When using parameters like for example <code class="docutils literal notranslate"><span class="pre">cql=identifier='ID'</span></code> to view one
+individual product make sure to tick the “Ignore GetMap/GetTile URI reported in
+capabilities” as these parameters are overwritten otherwise.</p>
+<div class="figure align-default" id="id5">
+<span id="fig-wms-qgis1"></span><img alt="QGIS - Create WMS/WMTS Connection" src="_images/wms_qgis1.png" />
+<p class="caption"><span class="caption-number">Figure 31 </span><span class="caption-text"><em>QGIS - Create WMS/WMTS Connection</em></span><a class="headerlink" href="#id5" title="Permalink to this image">¶</a></p>
+</div>
+<p>The next step is to retrieve the capabilities of the created WMS/WMTS Connection
+using the Connect button. Selected layers from the list are added using the Add
+button as shown in <a class="reference internal" href="#fig-wms-qgis2"><span class="std std-numref">Figure 32</span></a>.</p>
+<div class="figure align-default" id="id6">
+<span id="fig-wms-qgis2"></span><img alt="WMS loading in QGIS" src="_images/wms_qgis2.png" />
+<p class="caption"><span class="caption-number">Figure 32 </span><span class="caption-text"><em>WMS loading in QGIS</em></span><a class="headerlink" href="#id6" title="Permalink to this image">¶</a></p>
+</div>
+<p>An important parameter to consider while viewing the layers is the requested
+time interval, allowing for example to observe changes over years. One option is
+to manually add a custom <strong>time=</strong> parameter to the URL after checking the
+<cite>Ignore GetMap URI</cite> checkbox.</p>
+<p>For QGIS versions lower than 3.14, the only way how to use WMS layers with time
+support (WMS-T) is through a maintained plugin called <a class="reference external" href="https://github.com/anitagraser/TimeManager">TimeManager</a>. It offers a convenient way to
+navigate through the time for raster and vector layers with custom defined steps
+as shown in <a class="reference internal" href="#fig-wms-qgis3"><span class="std std-numref">Figure 33</span></a>.</p>
+<div class="figure align-default" id="id7">
+<span id="fig-wms-qgis3"></span><img alt="WMS loading in QGIS with TimeManager" src="_images/wms_qgis3.png" />
+<p class="caption"><span class="caption-number">Figure 33 </span><span class="caption-text"><em>WMS loading in QGIS with TimeManager</em></span><a class="headerlink" href="#id7" title="Permalink to this image">¶</a></p>
+</div>
+<p>The plugin needs to be installed first and then set up with the desired layer.
+The raster layer to be added to the TimeManager must be first added to the
+workspace as shown in <a class="reference internal" href="#loading-qgis"><span class="std std-ref">Loading in QGIS</span></a>. By clicking the <cite>Settings</cite> button and
+following up with the <cite>Add raster</cite> button as can be seen in
+<a class="reference internal" href="#fig-wms-qgis4"><span class="std std-numref">Figure 34</span></a> it can be then chosen from the list of layers. It is
+also suggested to add Start and End time constrains to narrow down the interval
+which TimeManager will consider.</p>
+<div class="figure align-default" id="id8">
+<span id="fig-wms-qgis4"></span><img alt="Setup of TimeManager" src="_images/wms_qgis4.png" />
+<p class="caption"><span class="caption-number">Figure 34 </span><span class="caption-text"><em>Setup of TimeManager</em></span><a class="headerlink" href="#id8" title="Permalink to this image">¶</a></p>
+</div>
+<p>After setting the layer up, it is possible to change the time interval length
+(for example one month) and view all products in that interval. After clicking
+the <cite>play</cite> button, it displays the layer iteratively from the defined Start time
+to the defined End time, always displaying each frame for a set number of
+milliseconds.</p>
+<p>It even allows exporting an animation as shown in <a class="reference internal" href="#fig-wms-qgis5"><span class="std std-numref">Figure 35</span></a> below.</p>
+<div class="figure align-default" id="id9">
+<span id="fig-wms-qgis5"></span><img alt="GIF animation from TimeManager" src="_images/wmts_animation.gif" />
+<p class="caption"><span class="caption-number">Figure 35 </span><span class="caption-text"><em>GIF animation created from TimeManager</em></span><a class="headerlink" href="#id9" title="Permalink to this image">¶</a></p>
+</div>
+<p>New support for time aware layers was added in QGIS Version 3.14 called
+<strong>Temporal Controller</strong>. <a class="reference external" href="https://www.youtube.com/watch?v=vgDg5cRwPRw">This video</a> directly from the author of the
+feature shows the usage. However, due to the way that Capabilities of layers are
+provided by both View Server components Cache and Renderer, the QGIS Temporal
+Controller can not parse the time dimension metadata correctly.</p>
+<p>For performance reasons the View Server lists only start and end of the time
+interval, in which the collection contains some products. It would not be
+suitable to list all individual time entries, as there can be easily hundreds of
+thousands of them. Both QGIS 3.14 and ArcMap 10.4 expect individual time entries
+listing and then determine its own time related behavior while handling these
+layers. QGIS 3.14 does not recognize capabilities time interval as time aware
+layer and does not add the <cite>TIME=</cite> parameter to the WMS/WMTS query, so the
+TimeManager plugin still stays an ideal choice for QGIS users to view the layers
+provided by the View Server.</p>
+</div>
+<div class="section" id="loading-in-arcmap-10">
+<span id="loading-arcmap"></span><h2>Loading in ArcMap 10<a class="headerlink" href="#loading-in-arcmap-10" title="Permalink to this headline">¶</a></h2>
+<p>Any of the above described layers can be loaded in ArcMap 10, but the inbuilt
+time support does have the same issues as in the case of QGIS 3.14 Time
+Controller. Therefore a custom <cite>TIME</cite> parameter has to be added manually in the
+Layer settings.</p>
+<p>To add a WMS/WMTS layer, click on the <cite>Add Layer</cite> symbol. Select the <cite>Add GIS
+Server</cite> option and follow up with either <cite>Add WMS Server</cite> or <cite>Add WMTS Server</cite>,
+as can be seen on <a class="reference internal" href="#fig-wms-arcgis0"><span class="std std-numref">Figure 36</span></a>, <a class="reference internal" href="#fig-wms-arcgis1"><span class="std std-numref">Figure 37</span></a>, and
+<a class="reference internal" href="#fig-wms-arcgis2"><span class="std std-numref">Figure 38</span></a>.</p>
+<div class="figure align-default" id="id10">
+<span id="fig-wms-arcgis0"></span><img alt="ArcMap Add Data Buttton" src="_images/arcgis_0.png" />
+<p class="caption"><span class="caption-number">Figure 36 </span><span class="caption-text"><em>ArcMap Add Data Buttton</em></span><a class="headerlink" href="#id10" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id11">
+<span id="fig-wms-arcgis1"></span><img alt="ArcMap Choose GIS Servers" src="_images/arcgis_1.png" />
+<p class="caption"><span class="caption-number">Figure 37 </span><span class="caption-text"><em>Choose GIS Servers</em></span><a class="headerlink" href="#id11" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id12">
+<span id="fig-wms-arcgis2"></span><img alt="ArcMap WMS/WMTS loading in ArcMap" src="_images/arcgis_2.png" />
+<p class="caption"><span class="caption-number">Figure 38 </span><span class="caption-text"><em>WMS/WMTS loading in ArcMap</em></span><a class="headerlink" href="#id12" title="Permalink to this image">¶</a></p>
+</div>
+<p>Then user is required to insert the service <cite>URL</cite> and click <cite>Get Layers</cite>. If the
+service is secured with some sort of authentication, the user must provide a
+valid <cite>username</cite> and <cite>password</cite> on the login attempt. After they are supplied,
+the list of available layers appears, as seen on <a class="reference internal" href="#fig-wms-arcgis3"><span class="std std-numref">Figure 39</span></a>, and
+<a class="reference internal" href="#fig-wms-arcgis4"><span class="std std-numref">Figure 40</span></a>.</p>
+<div class="figure align-default" id="id13">
+<span id="fig-wms-arcgis3"></span><img alt="ArcMap add WMS Server panel" src="_images/arcgis_3.png" />
+<p class="caption"><span class="caption-number">Figure 39 </span><span class="caption-text"><em>ArcMap add WMS Server panel</em></span><a class="headerlink" href="#id13" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id14">
+<span id="fig-wms-arcgis4"></span><img alt="ArcMap add WMS Server panel" src="_images/arcgis_4.png" />
+<p class="caption"><span class="caption-number">Figure 40 </span><span class="caption-text"><em>ArcMap add WMS Server panel</em></span><a class="headerlink" href="#id14" title="Permalink to this image">¶</a></p>
+</div>
+<p>This layer then gets added into the list of layers to choose from for adding
+into the workspace, as seen on <a class="reference internal" href="#fig-wms-arcgis5"><span class="std std-numref">Figure 41</span></a>. A user than follows
+into the nested structure of sublayers to select the one to explore, as seen on
+<a class="reference internal" href="#fig-wms-arcgis6"><span class="std std-numref">Figure 42</span></a>, <a class="reference internal" href="#fig-wms-arcgis7"><span class="std std-numref">Figure 43</span></a>, and
+<a class="reference internal" href="#fig-wms-arcgis8"><span class="std std-numref">Figure 44</span></a>.</p>
+<div class="figure align-default" id="id15">
+<span id="fig-wms-arcgis5"></span><img alt="Select layers" src="_images/arcgis_5.png" />
+<p class="caption"><span class="caption-number">Figure 41 </span><span class="caption-text"><em>Select layers</em></span><a class="headerlink" href="#id15" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id16">
+<span id="fig-wms-arcgis6"></span><img alt="Select layers" src="_images/arcgis_6.png" />
+<p class="caption"><span class="caption-number">Figure 42 </span><span class="caption-text"><em>Select layers</em></span><a class="headerlink" href="#id16" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id17">
+<span id="fig-wms-arcgis7"></span><img alt="Select layers" src="_images/arcgis_7.png" />
+<p class="caption"><span class="caption-number">Figure 43 </span><span class="caption-text"><em>Select layers</em></span><a class="headerlink" href="#id17" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id18">
+<span id="fig-wms-arcgis8"></span><img alt="Select sublayers" src="_images/arcgis_8.png" />
+<p class="caption"><span class="caption-number">Figure 44 </span><span class="caption-text"><em>Select sublayers</em></span><a class="headerlink" href="#id18" title="Permalink to this image">¶</a></p>
+</div>
+<p>In order to limit the displayed time interval, a user needs to add the <cite>TIME</cite>
+parameter to the requests by accessing <cite>Layer Properties</cite>, expand the Tab
+<strong>Parameters</strong> and enter the time interval as can be seen on
+<a class="reference internal" href="#fig-wms-arcgis9"><span class="std std-numref">Figure 45</span></a>. If the TIME parameter was already added in the
+previous step of adding a WMS Server, it can not be added for the request twice
+and needs to be changed for the whole Data Source.</p>
+<div class="figure align-default" id="id19">
+<span id="fig-wms-arcgis9"></span><img alt="Set custom TIME parameter" src="_images/arcgis_9.png" />
+<p class="caption"><span class="caption-number">Figure 45 </span><span class="caption-text"><em>Set custom TIME parameter</em></span><a class="headerlink" href="#id19" title="Permalink to this image">¶</a></p>
+</div>
+<p>Continue reading to learn about the provided <a class="reference internal" href="searching.html#searching"><span class="std std-ref">Searching</span></a> services.</p>
+</div>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="web-client.html">Web Client</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Viewing</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#performance-optimized-service">Performance optimized service</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#flexible-service">Flexible service</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#loading-in-qgis">Loading in QGIS</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#loading-in-arcmap-10">Loading in ArcMap 10</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="web-client.html" title="previous chapter">Web Client</a></li>
+      <li>Next: <a href="searching.html" title="next chapter">Searching</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/viewing.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file
diff --git a/client/html/user-guide/web-client.html b/client/html/user-guide/web-client.html
new file mode 100644
index 0000000000000000000000000000000000000000..7457e57ce4d4d4df57d53f2cad9c57105d866f20
--- /dev/null
+++ b/client/html/user-guide/web-client.html
@@ -0,0 +1,447 @@
+
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8" />
+    <title>Web Client &#8212; View Server - User Guide  documentation</title>
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script src="_static/jquery.js"></script>
+    <script src="_static/underscore.js"></script>
+    <script src="_static/doctools.js"></script>
+    <script src="_static/language_data.js"></script>
+    <link rel="shortcut icon" href="_static/favicon.ico"/>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Viewing" href="viewing.html" />
+    <link rel="prev" title="Introduction" href="intro.html" />
+   
+  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+  
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+  </head><body>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          
+
+          <div class="body" role="main">
+            
+  <div class="section" id="web-client">
+<span id="id1"></span><h1>Web Client<a class="headerlink" href="#web-client" title="Permalink to this headline">¶</a></h1>
+<p>The most comfortable way to exploit the functionalities of the View Server (VS)
+is via the built-in <a class="reference external" href="https://github.com/eoxc/prism">web client</a>. This client
+is based on the open source <a class="reference external" href="https://github.com/eoxc/eoxc">eoxc</a> library and
+provides an intuitively to use interactive graphical user interface running in
+the user’s web browser.</p>
+<div class="section" id="interactive-tutorial">
+<h2>Interactive Tutorial<a class="headerlink" href="#interactive-tutorial" title="Permalink to this headline">¶</a></h2>
+<p>When the web client is opened for the first time a short interactive tutorial
+starts as shown in <a class="reference internal" href="#fig-webclient-tutorial"><span class="std std-numref">Figure 2</span></a> below. It guides the user
+through the main features and elements.</p>
+<div class="figure align-default" id="id6">
+<span id="fig-webclient-tutorial"></span><img alt="Web Client Tutorial - Start" src="_images/webclient_tutorial_01_start.png" />
+<p class="caption"><span class="caption-number">Figure 2 </span><span class="caption-text"><em>Web Client Tutorial - Start</em></span><a class="headerlink" href="#id6" title="Permalink to this image">¶</a></p>
+</div>
+<p>The tutorial can be started again
+anytime by clicking the <em>book</em> icon in the bottom right of the window.</p>
+<div class="figure align-default" id="id7">
+<img alt="Web Client Tutorial Button" src="_images/webclient_tutorial-button.png" />
+<p class="caption"><span class="caption-number">Figure 3 </span><span class="caption-text"><em>Web Client Tutorial Button</em></span><a class="headerlink" href="#id7" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="map">
+<h2>Map<a class="headerlink" href="#map" title="Permalink to this headline">¶</a></h2>
+<p>The main map view is for visualization and interactively browsing through
+available satellite data. Navigating to the area of interest is done by:</p>
+<ul class="simple">
+<li><p><em>panning</em>: left click + drag or one finger drag and</p></li>
+<li><p><em>zooming</em>: mouse wheel scroll, double click, two finger pinch, or the plus
+and minus icons in the bottom right corner of the map.</p></li>
+</ul>
+<div class="figure align-default" id="id8">
+<img alt="Web Client Tutorial - Map" src="_images/webclient_tutorial_02_map.png" />
+<p class="caption"><span class="caption-number">Figure 4 </span><span class="caption-text"><em>Web Client Tutorial - Map</em></span><a class="headerlink" href="#id8" title="Permalink to this image">¶</a></p>
+</div>
+<p>While hovering over footprints on the map, the respective product(s) are
+highlighted in the <em>map</em>, <em>timeslider</em>, and the <em>Search Results</em> menu. The same
+behavior is applied vice versa while hovering over dot groups in the
+<em>timeslider</em> and individual items in the <em>Search Results</em>.</p>
+<div class="figure align-default" id="id9">
+<img alt="Web Client - 3-way highlighting" src="_images/webclient_highlighting.png" />
+<p class="caption"><span class="caption-number">Figure 5 </span><span class="caption-text"><em>Web Client - 3-way highlighting</em></span><a class="headerlink" href="#id9" title="Permalink to this image">¶</a></p>
+</div>
+<p>Clicking on a footprint in the map followed by clicking on the <em>plus</em> or <em>minus</em>
+button can be used to add or remove a product to or from the <em>basket</em>, holding
+the list of  products selected for download (see <a class="reference internal" href="#weblient-download"><span class="std std-ref">Download</span></a>
+below).</p>
+<div class="figure align-default" id="id10">
+<img alt="Web Client - Select on map" src="_images/webclient_select-on-map.png" />
+<p class="caption"><span class="caption-number">Figure 6 </span><span class="caption-text"><em>Web Client - Select on map</em></span><a class="headerlink" href="#id10" title="Permalink to this image">¶</a></p>
+</div>
+<p>In the top most part of the map, there is a colored bar spanning the full width
+of the web client acting as loading indicator. It makes it easier to see if the
+loading of all requested map tiles is already finished or still in progress.</p>
+<div class="figure align-default" id="id11">
+<img alt="Web Client - Loading indicator" src="_images/webclient_loading-indicator.png" />
+<p class="caption"><span class="caption-number">Figure 7 </span><span class="caption-text"><em>Web Client - Loading indicator</em></span><a class="headerlink" href="#id11" title="Permalink to this image">¶</a></p>
+</div>
+<p>The geographic coordinates of the current cursor location can be seen as
+longitude, latitude pair in the bottom left corner of the map.</p>
+<div class="figure align-default" id="id12">
+<img alt="Web Client - Coordinates" src="_images/webclient_coordinates.png" />
+<p class="caption"><span class="caption-number">Figure 8 </span><span class="caption-text"><em>Web Client - Coordinates</em></span><a class="headerlink" href="#id12" title="Permalink to this image">¶</a></p>
+</div>
+<p>Clicking on the <em>landscape map</em> icon in the bottom right of the map window shows
+a list of available layers. Clicking on one of the layers opens a new browser
+tab showing this layer as currently visible on the map by generating a <em>WMS</em>
+request copying the current map parameters (zoom, bounding box, selected time,
+styling, etc.).</p>
+<div class="figure align-default" id="id13">
+<img alt="Web Client - Current view" src="_images/webclient_current-view.png" />
+<p class="caption"><span class="caption-number">Figure 9 </span><span class="caption-text"><em>Web Client - Current view</em></span><a class="headerlink" href="#id13" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="timeslider">
+<span id="id3"></span><h2>Timeslider<a class="headerlink" href="#timeslider" title="Permalink to this headline">¶</a></h2>
+<p>The <em>timeslider</em> presents the distribution of products in time via a <em>bar</em> (see
+<a class="reference internal" href="#fig-webclient-timeslider"><span class="std std-numref">Figure 10</span></a>) or an <em>aggregated dots</em> (see
+<a class="reference internal" href="#fig-webclient-timeslider-dots"><span class="std std-numref">Figure 11</span></a>) graph. The visualization mode used
+(<em>bars</em> or <em>dots</em>) is based on the total number of products available for the
+shown time interval.</p>
+<div class="figure align-default" id="id14">
+<span id="fig-webclient-timeslider"></span><img alt="Web Client Tutorial - Timeslider" src="_images/webclient_tutorial_03_timeslider.png" />
+<p class="caption"><span class="caption-number">Figure 10 </span><span class="caption-text"><em>Web Client Tutorial - Timeslider</em></span><a class="headerlink" href="#id14" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id15">
+<span id="fig-webclient-timeslider-dots"></span><img alt="Web Client - Timeslider dots" src="_images/webclient_timeslider-dots.png" />
+<p class="caption"><span class="caption-number">Figure 11 </span><span class="caption-text"><em>Web Client - Timeslider dots</em></span><a class="headerlink" href="#id15" title="Permalink to this image">¶</a></p>
+</div>
+<p>The interactive <em>timeslider</em> can be used in the following ways:</p>
+<ul class="simple">
+<li><p><em>panning</em>: left click + drag or one finger drag on the bottom area (below the
+horizontal line) or left and right arrow icons on the sides</p></li>
+<li><p><em>zooming</em>: mouse wheel scroll, two finger pinch, or plus and minus icons in
+the middle</p></li>
+<li><p><em>reloading</em>: spinner icon in the middle</p></li>
+<li><p><em>selecting a time interval</em>: left click + drag or one finger drag in the upper
+area (above the horizontal line) or click on a histogram bucket</p></li>
+<li><p><em>showing the total number of available products in a histogram bucket</em>: hover
+over the histogram bucket</p></li>
+<li><p><em>showing the footprints of all products, the first product id, and the total
+number of additional products in a dot group</em>: hover over the dot group</p></li>
+<li><p><em>showing start and end of the current selection</em>: left click + hold on
+selection rectangle</p></li>
+<li><p><em>zooming the map to a combined minimum bounding box of all products in a dot
+group</em>: click on the dot group</p></li>
+</ul>
+<p>There are currently two ways how timeslider works connected to spatial filters:</p>
+<ul class="simple">
+<li><p>Spatially un-aware: Always shows time distribution of all available products.</p></li>
+<li><p>Spatially aware: Takes currently set spatial filter (or current map view) in account when displaying histograms. That way, time distribution of products over a specific area can be evaluated.</p></li>
+</ul>
+<p>In order to change between the modes, use the location switch in top right edge of the timeslider panel.</p>
+<div class="figure align-default" id="id16">
+<span id="fig-webclient-timeslider-toggle"></span><img alt="Web Client - Timeslider histogram spatial toggle" src="_images/webclient_timeslider-toggle.png" />
+<p class="caption"><span class="caption-number">Figure 12 </span><span class="caption-text"><em>Web Client - Timeslider spatial toggle</em></span><a class="headerlink" href="#id16" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="search-results">
+<span id="id4"></span><h2>Search Results<a class="headerlink" href="#search-results" title="Permalink to this headline">¶</a></h2>
+<p>The panel in the right part of the map window has a tab showing the <em>Search
+Results</em> grouped by enabled layer(s). The search is defined by the currently
+visible geographic area or spatial filter, selected time interval, and
+additional filters if set. Items in the list are sorted as the catalog returns
+them which typically is from the oldest to the newest.</p>
+<div class="figure align-default" id="id17">
+<img alt="Web Client Tutorial - Search Results" src="_images/webclient_tutorial_04_search-results.png" />
+<p class="caption"><span class="caption-number">Figure 13 </span><span class="caption-text"><em>Web Client Tutorial - Search Results</em></span><a class="headerlink" href="#id17" title="Permalink to this image">¶</a></p>
+</div>
+<p>Searching can be disabled and enabled again for each displayed layer
+individually by clicking on the large button labeled <em>N layer(s) selected to
+show n/n</em> and clicking on the corresponding layer entry (see
+<a class="reference internal" href="#fig-webclient-toggle-search"><span class="std std-numref">Figure 14</span></a>) or by clicking on the <em>Search</em> toggle
+(see <a class="reference internal" href="#fig-webclient-toggle-search-single"><span class="std std-numref">Figure 15</span></a>) if only a single layer is
+configured.</p>
+<div class="figure align-default" id="id18">
+<span id="fig-webclient-toggle-search"></span><img alt="Web Client - Toggle search" src="_images/webclient_toggle-search.png" />
+<p class="caption"><span class="caption-number">Figure 14 </span><span class="caption-text"><em>Web Client - Toggle search</em></span><a class="headerlink" href="#id18" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id19">
+<span id="fig-webclient-toggle-search-single"></span><img alt="Web Client - Toggle search single layer" src="_images/webclient_toggle-search-single.png" />
+<p class="caption"><span class="caption-number">Figure 15 </span><span class="caption-text"><em>Web Client - Toggle search single layer</em></span><a class="headerlink" href="#id19" title="Permalink to this image">¶</a></p>
+</div>
+<p>Metadata and alternative visualizations of individual products can be inspected
+by hovering over an item and hitting the <em>info</em> icon either in the search
+results (see <a class="reference internal" href="#fig-webclient-info1"><span class="std std-numref">Figure 16</span></a>) or on the map (see
+<a class="reference internal" href="#fig-webclient-info2"><span class="std std-numref">Figure 17</span></a>). That opens a new overlay panel showing <em>details
+display</em> (see <a class="reference internal" href="#details-display"><span class="std std-ref">Details Display</span></a> below).</p>
+<div class="figure align-default" id="id20">
+<span id="fig-webclient-info1"></span><img alt="Web Client - Details button 1" src="_images/webclient_info1.png" />
+<p class="caption"><span class="caption-number">Figure 16 </span><span class="caption-text"><em>Web Client - Details button 1</em></span><a class="headerlink" href="#id20" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id21">
+<span id="fig-webclient-info2"></span><img alt="Web Client - Details button 2" src="_images/webclient_info2.png" />
+<p class="caption"><span class="caption-number">Figure 17 </span><span class="caption-text"><em>Web Client - Details button 2</em></span><a class="headerlink" href="#id21" title="Permalink to this image">¶</a></p>
+</div>
+<p>By clicking on individual items, they can be inserted to or removed from the
+<em>basket</em> holding the list of items selected for download.</p>
+<div class="figure align-default" id="id22">
+<img alt="Web Client - Add item to basket" src="_images/webclient_add-to-basket.png" />
+<p class="caption"><span class="caption-number">Figure 18 </span><span class="caption-text"><em>Web Client - Add item to basket</em></span><a class="headerlink" href="#id22" title="Permalink to this image">¶</a></p>
+</div>
+<p>Searching from the web client is throttled for performance and only a limited
+number of items is shown from the first search. Additional items, if available,
+are shown by clicking the button labeled <em>Load n more</em>.</p>
+<p>The <em>Select all</em> button adds all currently listed items to the <em>basket</em>.</p>
+<p>The <em>link</em> button next to the layer name shows the current search query. To
+download the results XML file click with the right mouse button on the link and
+use the <em>Save Link As…</em> menu entry.</p>
+<div class="figure align-default" id="id23">
+<img alt="Web Client - Buttons in search panel" src="_images/webclient_search-buttons.png" />
+<p class="caption"><span class="caption-number">Figure 19 </span><span class="caption-text"><em>Web Client - Buttons in search panel</em></span><a class="headerlink" href="#id23" title="Permalink to this image">¶</a></p>
+</div>
+<p>Items selected for download can be viewed in the <em>Basket</em> tab (see
+<a class="reference internal" href="#fig-webclient-basket1"><span class="std std-numref">Figure 20</span></a>) or <em>Selected</em> button (see
+<a class="reference internal" href="#fig-webclient-basket2"><span class="std std-numref">Figure 21</span></a>, single layer mode) on the right panel. To
+remove an item from the selection use the <em>minus</em> icon visible while hovering
+over it.</p>
+<div class="figure align-default" id="id24">
+<span id="fig-webclient-basket1"></span><img alt="Web Client - Basket" src="_images/webclient_basket1.png" />
+<p class="caption"><span class="caption-number">Figure 20 </span><span class="caption-text"><em>Web Client - Basket</em></span><a class="headerlink" href="#id24" title="Permalink to this image">¶</a></p>
+</div>
+<div class="figure align-default" id="id25">
+<span id="fig-webclient-basket2"></span><img alt="Web Client - Selected" src="_images/webclient_basket2.png" />
+<p class="caption"><span class="caption-number">Figure 21 </span><span class="caption-text"><em>Web Client - Selected</em></span><a class="headerlink" href="#id25" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="filters">
+<h2>Filters<a class="headerlink" href="#filters" title="Permalink to this headline">¶</a></h2>
+<p>There are several options to add explicit filters to product queries in the
+<em>Filters</em> tab in the left panel:</p>
+<ul class="simple">
+<li><p><em>Spatial filter</em>: allows drawing a Point, Rectangle, or Polygon directly on
+the map. By default when no explicit spatial filter is set, the current map
+window extent is used as a spatial filter.</p></li>
+<li><p><em>Time filter</em>: by default the time filter, a simple time interval, is
+configured via the <a class="reference internal" href="#timeslider"><span class="std std-ref">Timeslider</span></a>. If enabled, the time filter tool allows
+a fine grained configuration of the time interval to use for searching.</p></li>
+<li><p><em>Additional filters</em>: based on the configuration provided by the operator
+additional filters for each layer based on available metadata like “Cloud
+Coverage” might be available.</p></li>
+</ul>
+<div class="figure align-default" id="id26">
+<img alt="Web Client Tutorial - Filters" src="_images/webclient_tutorial_05_filters.png" />
+<p class="caption"><span class="caption-number">Figure 22 </span><span class="caption-text"><em>Web Client Tutorial - Filters</em></span><a class="headerlink" href="#id26" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="map-layers">
+<h2>Map Layers<a class="headerlink" href="#map-layers" title="Permalink to this headline">¶</a></h2>
+<p>The <em>Layers</em> tab in the left panel enables configuring <em>Overlays</em>, <em>Layers</em>,
+and <em>Base Layers</em> to be shown.</p>
+<div class="figure align-default" id="id27">
+<img alt="Web Client Tutorial - Map Layers" src="_images/webclient_tutorial_06_map-layers.png" />
+<p class="caption"><span class="caption-number">Figure 23 </span><span class="caption-text"><em>Web Client Tutorial - Map Layers</em></span><a class="headerlink" href="#id27" title="Permalink to this image">¶</a></p>
+</div>
+<p><em>Base Layers</em> provide various backgrounds whereas <em>Overlays</em> are text labels or
+other information like footprints to view on top of products for easier
+orientation on the <em>map</em>. They can be enabled and disabled individually as
+needed via the <em>eye</em> icon next to their name.</p>
+<p><em>Layers</em> correspond to product collections or datasets. Searching is performed
+on enabled layers.</p>
+<p>The order of <em>layers</em> can be changed by dragging the arrows next to each layer
+up and down. This influences the order of the rendering on the <em>map</em> as well as
+in the <em>timeslider</em>.</p>
+<p>The visualization (styling) of <em>layers</em> can be changed by clicking on the <em>paint
+brush</em> icon next to the layer name. The displayed overlay enables setting the
+layer’s opacity and selecting one of the predefined styles for the layer.</p>
+<div class="figure align-default" id="id28">
+<img alt="Web Client - Layer configuration" src="_images/webclient_layer-configuration.png" />
+<p class="caption"><span class="caption-number">Figure 24 </span><span class="caption-text"><em>Web Client - Layer configuration</em></span><a class="headerlink" href="#id28" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="details-display">
+<span id="id5"></span><h2>Details Display<a class="headerlink" href="#details-display" title="Permalink to this headline">¶</a></h2>
+<p>In order to view details of individual products, either click on the <em>info</em> (i)
+icon after clicking on the product footprint on the map or the product entry in
+the <em>Search Results</em> panel.</p>
+<div class="figure align-default" id="id29">
+<img alt="Web Client Details Display panel" src="_images/webclient_details_display.png" />
+<p class="caption"><span class="caption-number">Figure 25 </span><span class="caption-text"><em>Web Client Details Display</em></span><a class="headerlink" href="#id29" title="Permalink to this image">¶</a></p>
+</div>
+<p>An overlay display will open showing the product metadata as well as the product
+itself on a map. The product metadata contains links to visualize and download
+the metadata and product. Those links are OGC standards compliant service
+requests for OpenSearch (see chapter <a class="reference internal" href="searching.html#searching"><span class="std std-ref">Searching</span></a>), WMS (see chapter
+<a class="reference internal" href="viewing.html#viewing"><span class="std std-ref">Viewing</span></a>), WCS, and DSEO (both see chapter <a class="reference internal" href="downloading.html#downloading"><span class="std std-ref">Downloading</span></a>). The
+chapter <a class="reference internal" href="sample-requests.html#sample-requests"><span class="std std-ref">Sample Service Requests</span></a> provides sample requests for all those services.</p>
+<p>The following links are provided:</p>
+<ul class="simple">
+<li><p><em>Metadata ATOM</em>: download the product’s metadata in ATOM format</p></li>
+<li><p><em>Download Package</em>: download the entire product as stored on object storage</p></li>
+<li><p><em>WMS: GetCapabilities</em>: get the description of the WMS for the individual
+product for example for inclusion in QGIS</p></li>
+<li><p><em>WMS: GetMap</em>: visualize the individual product using WMS</p></li>
+<li><p><em>WCS: DescribeEOCoverageSet</em> or <em>WCS: DescribeCoverage</em>: get the description
+of the product’s coverage in WCS</p></li>
+<li><p><em>WCS: GetCoverage</em>: download the product as coverage potentially after
+adjusting the URL parameters</p></li>
+</ul>
+<p>The visualization (opacity and style) of the product layer for this map window
+can be changed via the <em>Visualization</em> button in the top left corner.</p>
+<p>The product itself can be added to the <em>basket</em> by ticking the check box in the
+bottom right of the panel.</p>
+</div>
+<div class="section" id="download">
+<span id="weblient-download"></span><h2>Download<a class="headerlink" href="#download" title="Permalink to this headline">¶</a></h2>
+<p>Several methods for downloading products or only parts of them are exploited by
+the web client.</p>
+<p>After putting one or more products in the <em>basket</em> or selecting them for
+download, they are listed in the right panel, either on the <em>Search Results</em> tab
+via the <em>Selected</em> button or on the <em>Basket</em> tab (see section
+<a class="reference internal" href="#search-results"><span class="std std-ref">Search Results</span></a> particularly <a class="reference internal" href="#fig-webclient-basket1"><span class="std std-numref">Figure 20</span></a> and
+<a class="reference internal" href="#fig-webclient-basket2"><span class="std std-numref">Figure 21</span></a> above).</p>
+<p>To download a full product (image and linked metadata) or a full coverage (just
+the image), the <em>Details Display</em> of the respective product can be used (see
+chapter <a class="reference internal" href="#details-display"><span class="std std-ref">Details Display</span></a> above).</p>
+<p>To download all selected products in parallel the <em>Download</em> or <em>Download as</em>
+buttons on the right panel of the web client can be used.</p>
+<div class="figure align-default" id="id30">
+<img alt="Web Client - Download multiple products" src="_images/webclient_download-buttons.png" />
+<p class="caption"><span class="caption-number">Figure 26 </span><span class="caption-text"><em>Web Client - Download multiple products</em></span><a class="headerlink" href="#id30" title="Permalink to this image">¶</a></p>
+</div>
+<ul class="simple">
+<li><p><em>Download as</em>: offers a <em>Download as URL-List</em> option which downloads a <em>.txt</em>
+file with a list of download links (<em>Get Coverage</em> requests) and a <em>Download
+as Metalink</em> option allowing for possibly increased speed via segment
+downloading by metalink-aware software.</p></li>
+<li><p><em>Download</em>: opens an overlay panel allowing to specify download parameters
+for subsetting, projection, format, interpolation, and resolution or scaling
+as shown in <a class="reference internal" href="#webclient-download-multiple"><span class="std std-numref">Figure 27</span></a> below. When multiple
+products are to be downloaded, the configured options are applied to all of
+them. Clicking the <em>Download</em> button confirms the selected options and
+initiates the downloads. Note, the browser might open multiple confirmation
+dialogs or issue a warning. Besides, modern browsers have a limit of 6
+concurrent connections. Popups might need to be explicitly allowed for this
+site.</p></li>
+</ul>
+<div class="figure align-default" id="id31">
+<span id="webclient-download-multiple"></span><img alt="Web Client - Download multiple products via WCS" src="_images/webclient_download_multiple.png" />
+<p class="caption"><span class="caption-number">Figure 27 </span><span class="caption-text"><em>Web Client - Download multiple products via WCS</em></span><a class="headerlink" href="#id31" title="Permalink to this image">¶</a></p>
+</div>
+</div>
+<div class="section" id="saving-the-session">
+<h2>Saving the session<a class="headerlink" href="#saving-the-session" title="Permalink to this headline">¶</a></h2>
+<p>The web client allows to save some parts of its current state by setting the
+URL search parameters. That enables users to revisit the same view in time and
+space later on or share the direct link with someone, overruling the default
+client setup. Please note that certain characters are automatically URL encoded,
+as URLs sent over the Internet only use the ASCII character set. This means that
+if user manually enters for example <strong>:</strong> sign, while entering the website,
+it will automatically transform into <strong>%3A</strong>, making the URL less readable.</p>
+<ul class="simple">
+<li><p>Pre-set the map position by setting <strong>x</strong>, <strong>y</strong> as coordinates of the center
+of the map and the zoom with the <strong>z</strong> parameter. <a class="reference external" href="https://vhr18.pdas.prism.eox.at?x=15&amp;y=50&amp;z=9">Map position example</a>.</p></li>
+<li><p>The time selection is set by <cite>timestart</cite> and <cite>timeend</cite>, and should be entered
+as ISO 8601 UTC time format without milliseconds. <a class="reference external" href="https://vhr18.pdas.prism.eox.at/?timestart=2017-12-31T17:32:45Z&amp;timeend=2019-01-01T00:00:00Z">Time selection example</a>.</p></li>
+<li><p>In case only one main layer is configured (like in the Emergency collection),
+additionally custom filters can be saved via their name. In order to
+investigate this option, the fastest way is to use the filter manually within
+the client and copy/modify the URL parameters. <a class="reference external" href="https://emg.pdas.prism.eox.at/?eo:cloudCover=0,50&amp;geo:uid=urn:eop:EUSI:EW03:104005000FDC5200:058979092010">Filter example</a>.</p></li>
+</ul>
+<p>The following chapters describe the services offered for <a class="reference internal" href="viewing.html#viewing"><span class="std std-ref">Viewing</span></a>,
+<a class="reference internal" href="searching.html#searching"><span class="std std-ref">Searching</span></a>, as well as <a class="reference internal" href="downloading.html#downloading"><span class="std std-ref">Downloading</span></a>.</p>
+</div>
+</div>
+
+
+          </div>
+          
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">View Server - User Guide</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Web Client</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#interactive-tutorial">Interactive Tutorial</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#map">Map</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#timeslider">Timeslider</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#search-results">Search Results</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#filters">Filters</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#map-layers">Map Layers</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#details-display">Details Display</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#download">Download</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#saving-the-session">Saving the session</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="viewing.html">Viewing</a></li>
+<li class="toctree-l1"><a class="reference internal" href="searching.html">Searching</a></li>
+<li class="toctree-l1"><a class="reference internal" href="downloading.html">Downloading</a></li>
+<li class="toctree-l1"><a class="reference internal" href="sample-requests.html">Sample Service Requests</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+  <li><a href="index.html">Documentation overview</a><ul>
+      <li>Previous: <a href="intro.html" title="previous chapter">Introduction</a></li>
+      <li>Next: <a href="viewing.html" title="next chapter">Viewing</a></li>
+  </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+  <h3 id="searchlabel">Quick search</h3>
+    <div class="searchformwrapper">
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" aria-labelledby="searchlabel" />
+      <input type="submit" value="Go" />
+    </form>
+    </div>
+</div>
+<script>$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2019, 2020, EOX IT Services GmbH.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+      
+      |
+      <a href="_sources/web-client.rst.txt"
+          rel="nofollow">Page source</a>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file