Skip to content
Create Data Catalogue Web GUI authored by sb akton's avatar sb akton
# Overview
## Clusters view
![clusters-view](uploads/4c6e6b380b913d3f7156509e6f0d09de/clusters-view.png)
This view displays all the matching hits gathered in clusters which are localised on a geohash grid. Each cluster shows the local count of hits.
## Features view
![features-view](uploads/1089a449a5bb135f69cfcb94e9fd6869/features-view.png)
This view displays every feature using its actual geographical extent.
# Main panels
Every panel in the application allows to see the distribution of the hits over several dimensions: temporal, geographical or technical dimensions, including means to restrain the scope of the exploration by setting a selection.
Thanks to these filters, the user can easily see and interact with the product.
## Timeline ![1](uploads/3f4e9d82a762c285db07a892d50e4d69/1.png)
This widget enables the user to see the temporal distribution of the exploration hits and also define a temporal selection. A begin and an end can be set to specify the date range useful for the user.
## Hits list ![2](uploads/2d1840f5857011f720dda2c53b70d759/2.png)
On the right-hand side of the main view, a collapsible panel shows details on the exploration hits.
This panel has two representations: detailed hits and previewed hits.
The detailed hits representation is a table of the matching hits main information displayed in columns. Every row in the table has an expansion button to open a sub-panel to show additional information ofthe product.
## Exploration tools ![3](uploads/e894c8c168ee994b4277e8f18927a9c6/3.png)
![left-side](uploads/939721bc930285abafc7efcb5a9f5c00/left-side.png)
## Overall count ![4](uploads/b6c031c93d675c6054241504524eec6d/4.png)
This counter shows the total number of hits that fit the selection defined by the current selection of filters.
## Free-text search ![5](uploads/ea1717bae321a10ed1f6316ea587abc3/5.png)
This widget is designed to input free-text as filters. Every term available in the products metadata is available for this kind of exploration. Each free-text filter is displayed with the associated count of hits.
## Active filters bar ![6](uploads/93f1379ad0fcdc359d2ea17ef1c7ba05/6.png)
This collapsible bar displays the current filters wherever in the application they are set and allows the user to have a summary of his current selection. Each filter can be disable/enabled or removed from the current exploration.
## Analytical widgets ![7](uploads/51b0b5538f2e18dff53b51b9c1d58705/7.png)
The _Donut_, the _Swinlane_, the _Histogram_ or the _Power Bars_ are interactive and allows to set filters and also displays the hit counts on each part of the graphical representation.
# Special filters
To filter out data available locally in sobloo storage copy the following url in your browser:
<https://sobloo.eu/wui/?filter={"chipssearch":{"filter":{"q":[["state.services.download:internal"]]},"enabled":true}}>
Same to display only images available through WMTS API you can use:
<https://sobloo.eu/wui/?filter={"chipssearch":{"filter":{"q":[[state.services.wmts:true"]]},"enabled":true}}>
\ No newline at end of file