conformance {openeo} | R Documentation |
OGC conformance
Description
Queries the openEO service for the conformance. As stated in the API it is highly optional and only available if the service wants to achieve full compatibility with OGC API clients. This function queries the /conformance endpoint and returns it results as a list object translated from JSON using the jsonlite package.
Usage
conformance(con = NULL)
Arguments
con |
a connected openEO client object (optional) otherwise |
[Package openeo version 1.3.1 Index]