Update to reflect that storing vectors in STAC is useful#21
Conversation
|
@jsignell is there a world in which you would have a STAC collection record for a feature collection that is also accessible via a OGC Features API? I could see how that would be useful for data discovery. The STAC collection could have a link to the Features API endpoint for the collection. |
Yeah absolutely. The STAC collection could have an asset where with a geoparquet or something containing all the data and then have a link that references the Features API. That is a good idea. I'll add it in. |
|
Should we encode how to expose those (rel type or so)? Seems to be related to the web-map-links extension... |
…vs item by @m-mohr Co-authored-by: Matthias Mohr <m.mohr@moregeo.it>
d6a35b0 to
8573efd
Compare
I am not sure there is a best practice for that yet. It is similar to the conversation we were having in the community meeting on Monday about how to represent an API service that is related to a particular set of data. Maybe we need a "service" relation type? |
|
service might be interesting indeed, is related to the application extension. There we also have application-platform. service could also work, but might be a bit ambiguous with also having service-doc/desc etc. |
gadomski
left a comment
There was a problem hiding this comment.
Reads well, just one format fix.
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
|
I'm going to go ahead and merge since #40 isn't technically approved yet 😄 |
Mostly clarify that individual vectors should not be cataloged in STAC but groups are fine.