Assets: outdated docs on additional fields?
https://github.com/radiantearth/stac-spec/blob/ec002bb93dbfa47976822def8f11b2861775b662/commons/assets.md?plain=1#L79-L84
this paragraph from "Additional fields" links to example https://github.com/stac-utils/stac-examples/blob/main/sentinel2/sentinel2-sample.json and describes:
In the example Band 5 and others have a gsd of 20m, so that asset specifies the gsd as well, which overrides the Item gsd for this one asset.
but I don't see that in the example I only see the item level property mentioned in
overall gsd is 10m, because this is the best spatial resolution among all the bands and is defined in Item properties
is this documentation outdated, or am I misreading something?
Hmm. Yeah I don't think you are misreading. That stac-examples repo is also archived, so I don't imagine the stac-spec docs ought to be linking to it anymore.
@m-mohr was the intention to just include examples in this repo? There are some in here already under https://github.com/radiantearth/stac-spec/tree/dev/examples
Can't really remember, but as stac-examples is archived, we probably don't want to link to it anymore and add examples in here if there's something important missing.
Closed by #1345