generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
What's the problem?
Clarity is needed on the exact intention and definition of the label:assets property of the label extension. As per the definition provided in the Links: source imagery section, this applies to each of the source item links within the label item links property list:
The keys for the assets within the source item to which this label item applies.
My interpretation of this definition is a list of the asset key names from the source item itself for which the label applies, and conversely not the asset key names from the label item nor the underlying label asset (e.g. GeoJSON asset). However, all of the example JSON files provided contradict this definition:
- The SpaceNet Roads example
road_item.jsonby assumption is the label Item, and in the single link withrel==source, a value ofroad_labelsis provided, which is the asset key name from the label Item, not the source Item. The source Item asset key names inroad_source.jsonare['rgb', 'multi', 'multi-pan', 'pan']. None of those source item assets appear in thelabel:assetsproperty for the source item link within the label item. - The SpaceNet Buildings example in the label Items for Vegas, Paris and Shanghai, all contain the value of
OBJECTID_1in thelabel:assetsproperty of source links for the label item. This is a property key from the label asset GeoJSON file for the building footprint. Furthermore the source links are pointing to the.TIFasset and not a source item. As per the definition, the intended use forrel==sourceis "linking to the STAC Item representing the imagery", not the underlying source asset. - The SpaceNet Buildings example in the label Items for Zanzibar have a value of
buildingin thelabel:assetsproperty which again is a property key from the label asset GeoJSON, and not the source item, and the source link points to a.TIFand not a source item.
What's the request?
- Add further clarity for the intention and clean up the definition for
label:assetsproperty, like what is the justification and usefulness of this field? - Provide better examples that are consistent with the definition provided in the
README.mdforlabel:assets
fmigneault-crim and fmigneault
Metadata
Metadata
Assignees
Labels
No labels