diff --git a/documentation/user-guide/downloading.rst b/documentation/user-guide/downloading.rst index 1d19b183d8c66d05120005e1cfd5cdb9dfa49d52..8f8302bac112a46d30324a0c04fdde6dc83dc4d8 100644 --- a/documentation/user-guide/downloading.rst +++ b/documentation/user-guide/downloading.rst @@ -26,7 +26,7 @@ minimize unnecessarily used bandwidth: * Projection selection Note that the download size in WCS is restricted in order to not block the -service. Clients are advised to download bigger coverages in junks and but them +service. Clients are advised to download bigger coverages in chunks and put them together afterwards. The final chapter :ref:`sample_requests` holds a list of sample requests against diff --git a/documentation/user-guide/searching.rst b/documentation/user-guide/searching.rst index 02889d8ff3f9afb3437ef4dc82cd10332756972a..a422e0579cb03769d0e422cf689746d6e440ae64 100644 --- a/documentation/user-guide/searching.rst +++ b/documentation/user-guide/searching.rst @@ -84,7 +84,7 @@ addition to the general search parameters: =============== ================================================================ Parameter Description =============== ================================================================ -``uid`` Filter on identifiert +``uid`` Filter on identifier ``cloudCover`` Cloud cover filter. Either a specific value or an interval of values. Values between 0-100 =============== ================================================================ diff --git a/documentation/user-guide/web-client.rst b/documentation/user-guide/web-client.rst index 8bfcd0e74cfe8a2406be8a8ef9369df5fa562023..66cbca63983fcad394acd3f9e6ae8b8db071420f 100644 --- a/documentation/user-guide/web-client.rst +++ b/documentation/user-guide/web-client.rst @@ -378,6 +378,19 @@ buttons on the right panel of the web client can be used. :alt: Web Client - Download multiple products via WCS *Web Client - Download multiple products via WCS* + +Saving session +-------- +Web client allows to save some parts of its current state by setting the +URL search parameters. That enables 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 ASCII character set. +This means that if user manually enters for example **:** sign, while entering the website, +it will automatically transform into **%3A**, making the url less readable. + +* Pre-set map position by setting **x**, **y** as parameters of the center of the map and zoom by **z** parameter. `Example of such query <https://vhr18.pdas.prism.eox.at?x=15&y=50&z=9>`_. +* Time selection is set by `timestart` and `timeend`, and should be entered in as ISO 8601 UTC time format without milliseconds. `Example of such query <https://vhr18.pdas.prism.eox.at/?timestart=2017-12-31T17:32:45Z&timeend=2019-01-01T00:00:00Z>`_. +* 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. `Example of such query <https://emg.pdas.prism.eox.at/?eo:cloudCover=0,50&geo:uid=urn:eop:EUSI:EW03:104005000FDC5200:058979092010>`_. The following chapters describe the services offered for :ref:`viewing`, :ref:`searching`, as well as :ref:`downloading`.