Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaStacRasterBand
Interface HonuaStacRasterBand
One band declaration from the STAC Raster extension.
interface
HonuaStacRasterBand
{
common_name
?:
string
;
data_type
?:
string
;
description
?:
string
;
name
?:
string
;
nodata
?:
null
|
number
;
offset
?:
number
;
scale
?:
number
;
spatial_resolution
?:
number
;
unit
?:
string
;
}
Hierarchy
Record
<
string
,
unknown
>
HonuaStacRasterBand
Index
Properties
common_
name?
data_
type?
description?
name?
nodata?
offset?
scale?
spatial_
resolution?
unit?
Properties
Optional
common_
name
common_
name
?:
string
Optional
data_
type
data_
type
?:
string
Optional
description
description
?:
string
Optional
name
name
?:
string
Optional
nodata
nodata
?:
null
|
number
Optional
offset
offset
?:
number
Optional
scale
scale
?:
number
Optional
spatial_
resolution
spatial_
resolution
?:
number
Optional
unit
unit
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
common_
name
data_
type
description
name
nodata
offset
scale
spatial_
resolution
unit
@honua/sdk-js
Loading...
One band declaration from the STAC Raster extension.