Skip to content

Commit 1427f94

Browse files
committed
added supported conformance classes to README.md
1 parent 79c5ab8 commit 1427f94

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,38 @@ DGGRID_PATH=<Path to dggrid executable>
4747
export POETRY_DOTENV_LOCATION=.env && poetry run python pydggsapi/main.py
4848
```
4949

50+
51+
## Conformance Classes
52+
53+
The API implemented the dggrs-core, zone-query and zone data retrieval conformal class. The following list shows the conformance classes supported by the API. Users can also refer to the [example notebook](https://pydggsapi.readthedocs.io/en/latest/example_notebook/Endpoints_Examples.html) from the pydggsapi documentation for examples of the query endpoints.
54+
55+
| Conformance Class| Supported by the API|
56+
| ---------------- | ------------------- |
57+
| http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core ||
58+
| http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/landing-page ||
59+
| http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html ||
60+
| http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json ||
61+
| http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections ||
62+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-retrieval ||
63+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-subsetting | partially: `datetime`, `properties` and `exclude-properties`|
64+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-custom-depths ||
65+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-cql2-filter ||
66+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/zone-query ||
67+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/zone-query-cql2-filter ||
68+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/root-dggs ||
69+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/collection-dggs ||
70+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-json ||
71+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-ubjson ||
72+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-dggs-jsonfg ||
73+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-dggs-ubjsonfg ||
74+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-geojson ||
75+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/data-zarr ||
76+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/zone-uint64 ||
77+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/zone-geojson ||
78+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/zone-geotiff ||
79+
| https://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/operation-ids ||
80+
81+
5082
## Mini Howto
5183

5284
### Collections, Collection Providers and DGGRS providers

0 commit comments

Comments
 (0)