From 44624e8e874c5bfc847e2f999628d0f6dbdf4d11 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sun, 26 Sep 2021 07:10:09 -0400 Subject: [PATCH] docs: make CSV table more readable (#785) --- .../source/data-publishing/ogcapi-features.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/data-publishing/ogcapi-features.rst b/docs/source/data-publishing/ogcapi-features.rst index 5d7be92..b113bcd 100644 --- a/docs/source/data-publishing/ogcapi-features.rst +++ b/docs/source/data-publishing/ogcapi-features.rst @@ -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.