GetItemAssetStatisticsOptions Class
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.
Options for item per-asset statistics operations.
public class GetItemAssetStatisticsOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetItemAssetStatisticsOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetItemAssetStatisticsOptions>
type GetItemAssetStatisticsOptions = class
interface IJsonModel<GetItemAssetStatisticsOptions>
interface IPersistableModel<GetItemAssetStatisticsOptions>
Public Class GetItemAssetStatisticsOptions
Implements IJsonModel(Of GetItemAssetStatisticsOptions), IPersistableModel(Of GetItemAssetStatisticsOptions)
- Inheritance
-
GetItemAssetStatisticsOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetItemAssetStatisticsOptions(String, String) |
Initializes a new instance of GetItemAssetStatisticsOptions. |
Properties
| Name | Description |
|---|---|
| AssetBandIndices |
Per asset band indexes. |
| AssetExpression |
Per asset band expression. |
| Assets |
Asset's names. |
| Bidx |
Dataset band indexes. |
| Categorical |
Return statistics for categorical dataset. |
| CategoriesPixels |
List of pixel categorical values for which to report counts. |
| CollectionId |
STAC Collection Identifier. |
| Crs |
Coordinate Reference System. |
| Datetime |
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples:
|
| Height |
Force output image height. |
| HistogramBins |
Defines the number of equal-width bins in the given range (10, by default).
If bins is a sequence (comma |
| HistogramRange |
Comma |
| ItemId |
STAC Item Identifier. |
| MaxSize |
Maximum dimension in pixels for the source data used to calculate statistics. |
| NoData |
Overwrite internal Nodata value. |
| Percentiles |
List of percentile values (default to [2, 98]). |
| Reproject |
WarpKernel resampling algorithm (only used when doing re-projection). |
| Resampling |
Resampling method. |
| Sel |
Xarray Indexing using dimension names |
| SelMethod |
Xarray indexing method to use for inexact matches. |
| SubdatasetBands |
The index of a subdataset band within the asset. |
| SubdatasetName |
The name of a subdataset within the asset. |
| Unscale |
Apply internal Scale or Offset. |
| Width |
Force output image width. |