-
Notifications
You must be signed in to change notification settings - Fork 14
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
Names of resource types #105
Comments
I disagree with this... This contains metadata such as the geospatial / temporal extents, and links to the actual representation... |
@jerstlouis One person's metadata is another person's data! From the perspective of the /collections/{collectionId}/items resource the content of the /collections/{collectionId} resource is metadata but from the perspective of the /collections/{collectionId} resource itself, it is the data ... or as @cportele says it is "the collection". |
@pvretano That is true in general, but I believe we can objectively say that when we deal with a vector dataset, the vector features are the data, and the 'collection' resource contains metadata about those features, some of which being specifically the kind of key information described within ISO 19115 (e.g. spatio-temporal extent). |
Is it (i) 'collection set' or 'list of collections', and (ii) 'collection description' that is intended? |
When following this proposal, the naming would be similar to the table and heading OGC API - Features (that were adjusted after the discussion in opengeospatial/ogcapi-features#217 ): |
@heidivanparys I agree on the use on the use of "conformance declaration" |
The terminology used in API-Features has led us to frequently talk past each other. There are three resource types in play:
This is particularly evident when discussing coverages: |
I think we have what we need now to tease this apart. Specifically, since we are saying: A (OGC-API) Collection is: Re: the semantics of "is the resource a resource or what you get when you dereference it?" I think it's clear that we need to treat a resource as a resource and NOT what you get. But in general, when we refer to "a collection" we should maybe be more precise and say "a collection of data" or a "collection of ..." /collections = a set of metadata about a collection of geospatial* data
|
Change conformance classes by conformance declaration in the name of the resource in table 1 and in the schema title (not need to change the URI) and remove the "core tag". Agreed on 2020-09-28 telecon. |
Corrected in Core 9/28/20 |
As of the March 16 Pull Request: |
@cmheazel the set of available Collections instead of supported? Supported might make someone think collection IDs are standardized somewhere. |
Changed supported to available. |
This issue has been created as part of the public review and is based on document 19-072. See in particular the Abstract and sections 9.2.1, 9.2.2, and 9.2.3.
/conformance
, which is more precise./collections
. The resource is not metadata, it is the collection(s) themselves./collections/{collectionId}
. The resource is not metadata/information, it is the collection. Add the resource to the table in the abstract.The text was updated successfully, but these errors were encountered: