Module: geotiffimage

Classes

GeoTIFFImage

Type Definitions

ReadRasterOptions

Type:
  • Object
Properties:
Name Type Attributes Default Description
window Array.<number> <optional>
whole window

the subset to read data from in pixels.

bbox Array.<number> <optional>
whole image

the subset to read data from in geographical coordinates.

samples Array.<number> <optional>
all samples

the selection of samples to read from. Default is all samples.

interleave boolean <optional>
false

whether the data shall be read in one single array or separate arrays.

pool Pool <optional>
null

The optional decoder pool to use.

width number <optional>

The desired width of the output. When the width is not the same as the images, resampling will be performed.

height number <optional>

The desired height of the output. When the width is not the same as the images, resampling will be performed.

resampleMethod string <optional>
'nearest'

The desired resampling method.

signal AbortSignal <optional>

An AbortSignal that may be signalled if the request is to be aborted

fillValue number | Array.<number> <optional>

The value to use for parts of the image outside of the images extent. When multiple samples are requested, an array of fill values can be passed.

Source:

ReadRasterResult

Type:
Source:

TypedArray

Type:
Source: