Data has to be obtained and processed before displaying it on the Table Component (https://github.com/clarity-h2020/table-components). This REST API is meant to provide a simple way of retrieving the data stored on the geoserver instance and returning the appropriate information to the Table Component.
For more information check the discussion on issues: clarity-h2020/table-components#1 clarity-h2020/table-components#3
- Python 3.5 or higher
- numpy 1.13.3 or higher
- OWSLib 0.17.1 or higher
- GDAL 2.1.3 or higher
- Flask 0.12.2 or higher
Sample JSON request and response files can be found on the examples
folder.