Skip to content

Provider

Daniel Santillan edited this page Sep 26, 2023 · 4 revisions

Information of a provider of the current dataset being described. Based on (STAC provider)[https://github.com/radiantearth/stac-api-spec/blob/main/stac-spec/collection-spec/collection-spec.md#provider-object] information.

Following parameters are configurable:

Element Type Description
name string REQUIRED. The name of the organization or the individual.
description string Description of the provider. Markdown may be used for rich text representation.
roles [string] Roles of the provider. Any of licensor, producer, processor or host
url string Homepage on which the provider describes the dataset and publishes contact information.

Example configuration:

Provider:
    - name: provider1
      url: https://provider1.com
    - name: provider2
      url: https://provider2.com
Clone this wiki locally