Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.26 KB

README.md

File metadata and controls

47 lines (36 loc) · 2.26 KB

Attribution Extension Specification

This document explains the Attribution Extension to the SpatioTemporal Asset Catalog (STAC) specification. Allows to provide an attribution, which is compliant with OGC API Collections. This is commonly seen in web maps to give credit to e.g. the basemap provider.

Fields

The fields in the table below can be used in these parts of STAC documents:

  • Catalogs
  • Collections
  • Item Properties (incl. Summaries in Collections)
  • Assets (for both Collections and Items, incl. Item Asset Definitions in Collections)
  • Links (especially Web Map Links)
Field Name Type Description
attribution string REQUIRED. A short text intended for presentation to a user, for example, in a corner of a map.

The attribution is a short text intended for presentation to a user, for example, in a corner of a map. Parts of the text can be links to other resources if additional information is needed.

The attribution element can contain HTML markup. It allows a text string to import images and format text. The capabilities are only limited by the markup language used. It is RECOMMENDED to keep the attributions simple so that clients can render them properly, ideally just plain text and potentially a link that points to additional information. Additionally, clients may decide to restrict the HTML capabilities for security reasons.

Contributing

See the Contributor documentation for details.