PlanetaryComputerModelFactory.StacProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#provider-object Represents information about a data provider for STAC collections and items.
public static Azure.Analytics.PlanetaryComputer.StacProvider StacProvider(string name = default, string description = default, System.Collections.Generic.IEnumerable<string> roles = default, string url = default);
static member StacProvider : string * string * seq<string> * string -> Azure.Analytics.PlanetaryComputer.StacProvider
Public Shared Function StacProvider (Optional name As String = Nothing, Optional description As String = Nothing, Optional roles As IEnumerable(Of String) = Nothing, Optional url As String = Nothing) As StacProvider
Parameters
- name
- String
Name of the provider organization or individual.
- description
- String
Description of the provider.
- roles
- IEnumerable<String>
Roles played by the provider (e.g., producer, processor, host).
- url
- String
URL to the provider's website.
Returns
A new StacProvider instance for mocking.