Global

Methods

parse(data, optionsopt) → {GeoTIFF}

Main parsing function for GeoTIFF files.
Parameters:
Name Type Attributes Description
data string | ArrayBuffer Raw data to parse the GeoTIFF from.
options Object <optional>
further options.
Properties
Name Type Attributes Default Description
cache Boolean <optional>
false whether or not decoded tiles shall be cached.
Source:
Returns:
the parsed geotiff file.
Type
GeoTIFF