docs: make CSV table more readable (#785)

This commit is contained in:
Tom Kralidis
2021-09-26 07:10:09 -04:00
committed by GitHub
parent a54fd6a908
commit 44624e8e87
@@ -15,17 +15,17 @@ pygeoapi core feature providers are listed below, along with a matrix of support
parameters.
.. csv-table::
:header: Provider, properties (filters), resulttype, bbox, datetime, sortby, properties (display), CQL
:header: Provider, property filters/display, resulttype, bbox, datetime, sortby, CQL
:align: left
CSV,❌,results/hits,❌,❌,❌,✅,
Elasticsearch,✅,results/hits,✅,✅,✅,✅,✅
GeoJSON,❌,results/hits,❌,❌,❌,❌,❌
MongoDB,✅,results,✅,✅,✅,❌,❌
OGR,✅,results/hits,✅,❌,❌,❌,❌
PostgreSQL,✅,results/hits,✅,❌,✅,✅,
SQLiteGPKG,✅,results/hits,✅,❌,❌,❌,❌
SensorThingsAPI,✅,results/hits,✅,✅,✅,✅,
CSV,❌/✅,results/hits,❌,❌,❌,❌
Elasticsearch,✅/✅,results/hits,✅,✅,✅,✅
GeoJSON,❌/❌,results/hits,❌,❌,❌,❌
MongoDB,✅/❌,results,✅,✅,✅,❌
OGR,✅/❌,results/hits,✅,❌,❌,❌
PostgreSQL,✅/✅,results/hits,✅,❌,✅,❌
SQLiteGPKG,✅/❌,results/hits,✅,❌,❌,❌
SensorThingsAPI,✅/✅,results/hits,✅,✅,✅,❌
Below are specific connection examples based on supported providers.