StacProvider interface
Represents information about a data provider for STAC collections and items.
Properties
| description | Description of the provider. |
| name | Name of the provider organization or individual. |
| roles | Roles played by the provider (e.g., producer, processor, host). |
| url | URL to the provider's website. |
Property Details
description
Description of the provider.
description?: string
Property Value
string
name
Name of the provider organization or individual.
name: string
Property Value
string
roles
Roles played by the provider (e.g., producer, processor, host).
roles?: string[]
Property Value
string[]
url
URL to the provider's website.
url?: string
Property Value
string