-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I am looking to group EDR parameters based on their common features. The parameterGroup appears to address this, but I cannot find any guidance on the implementation of the parameterGroup outside of the CoverageJSON repository itself.
I am using it inside my CovJSON response conformant with opengeospatial/CoverageJSON#138, (example)
I am finding it useful to also use the parameterGroup on the collections and collection view. These correspond to times when the parameters objects (related to #633) are also present in the JSON response, and are helpful for clients to determine which collections they may be interested in. See example collections.json or collection.json
I understand that the OpenAPI determines precisely what the EDR implementation may support, but I am struggling to understand where the parameterGroup is supposed to fit into the specification.