Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify supported data types (Gridded coverages only? Point clouds? Vector features?) #7

Open
jerstlouis opened this issue Apr 27, 2024 · 0 comments

Comments

@jerstlouis
Copy link
Member

jerstlouis commented Apr 27, 2024

From Testbed 19 GDC ER Critical Feedback:

  1. Results that are not raster-based are not easily extracted through OGC API - Coverages

Coverages and OGC API - Coverages is not limited to gridded (raster) data.
For example point clouds are also coverages, and a point cloud encoded as LAS/LAZ response is a possible response.

Technically, a collection of features with properties is also a valid representation of a coverage. Although one could also negotiate an application/geo+json representation of /coverage, an OGC API - Features access mechanism (/items) might make more sense if the data is better accessed as a feature collection, with easy access to individual items at /items/{itemId} (though this could also be selected with Coverages - Part 2: Filtering with a filter=id={itemId} query parameter).

The OGC API - Common framework (including Part 2's collections) and OGC API - Processes (including the workflows and input/output), allow multiple access mechanisms and would work equally well with both OGC API - Coverages and OGC API - Features.

Perhaps it should be clarified to what extent feature collections as inputs/outputs are within scope of the GDC API.

But it would always be valid to extend a GeoDataCube API with capabilities defined in additional OGC APIs (e.g., OGC API - Features, EDR (#3)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant