PlanetaryComputerModelFactory.StacCollectionTemporalExtent 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#temporal-extent-object Represents the temporal extent of a STAC collection with time intervals.
public static Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent StacCollectionTemporalExtent(System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> interval = default);
static member StacCollectionTemporalExtent : seq<System.Collections.Generic.IList<string>> -> Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent
Public Shared Function StacCollectionTemporalExtent (Optional interval As IEnumerable(Of IList(Of String)) = Nothing) As StacCollectionTemporalExtent
Parameters
- interval
- IEnumerable<IList<String>>
Array of time intervals in format [[start_datetime, end_datetime]].
Returns
A new StacCollectionTemporalExtent instance for mocking.