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 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