Enum StacProviderRole
Possible roles of a provider.
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public enum StacProviderRole : int
Fields
| Name | Description |
|---|---|
| host | The host is the actual provider offering the data on their storage. There should be no more than one host, specified as last element of the list. |
| licensor | The organization that is licensing the dataset under the license specified in the Collection's License field. |
| processor | A processor is any provider who processed data to a derived product. |
| producer | The producer of the data is the provider that initially captured and processed the source data, e.g. ESA for Sentinel-2 data. |