STAC Asset Format Attributes

In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).

To open Format Attributes, click the gear icon on a feature type in the workspace. Then click the Format Attributes tab. Format Attributes are applicable only to the selected feature type in the workspace.

STAC Asset Feature Type

The format-specific attributes for a STAC Asset feature type are listed below.

Attribute Name

Type

Contents

stac_asset_type

str

The geometry of the dataset. This will depend on the type of asset being read.

stacasset_description

str

A description of the STAC Asset providing additional details.

stacasset_format

str

The short name of the format reader used to read the STAC Asset.

stacasset_format_feature_type

str

The feature type name generated by the format reader.

stacasset_href

str

The URL of the STAC Asset.

stacasset_id

str

The unique identifier of the STAC Asset.

stacasset_parent_href

str

The URL of the STAC Item that owns the STAC Asset.

stacasset_parent_id

str

The unique identifier of the STAC Item/Catalog/Collection that the asset belongs to.

stacasset_roles

list[str]

The semantic roles of the STAC Asset.

stacasset_title

str

The displayed title of the STAC Asset.

stacasset_type

str

The media type of the STAC Asset.