StacItemStatisticsGeoJsonProperties interface

Properties for STAC Item statistics GeoJSON Feature

Properties

additionalProperties

Additional properties

statistics

Statistical information for each band in the asset

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

statistics

Statistical information for each band in the asset

statistics: Record<string, BandStatistics>

Property Value

Record<string, BandStatistics>