This was Issue #584 in the Environmental-data-retrieval repo. We clearly want a consistent approach across the OGC APIs, so the issue is raised here.
The EDR API SWG are happy with the definition of the API URIs with no trailing / to indicate a resource, as the API is more about queries rather than a chain of sub-resources, and relative URIs are not used except for the Common parts.
For context and previous discussions see:
geopython/pygeoapi#97 (comment)
radiantearth/stac-browser#486
and a comment from the stac-broswer issue:
STAC Browser works with some OGC APIs, I tested it myself. It seems to depend on how the OGC APIs are implemented though, the spec seems to have some leeway there? Otherwise, it shouldn't work for some and not for others....
This was Issue #584 in the Environmental-data-retrieval repo. We clearly want a consistent approach across the OGC APIs, so the issue is raised here.
The EDR API SWG are happy with the definition of the API URIs with no trailing
/to indicate a resource, as the API is more about queries rather than a chain of sub-resources, and relative URIs are not used except for the Common parts.For context and previous discussions see:
geopython/pygeoapi#97 (comment)
radiantearth/stac-browser#486
and a comment from the stac-broswer issue:
STAC Browser works with some OGC APIs, I tested it myself. It seems to depend on how the OGC APIs are implemented though, the spec seems to have some leeway there? Otherwise, it shouldn't work for some and not for others....