Module geotiff

Module geotiff 

Source
Expand description

GeoTIFF Reader

Structs§

GeoPixelScale
The pixel scale
GeoStore
A GeoTIFF store system
GeoTIFFHeaderReader
GeoTIFF Header Reader
GeoTIFFImage
GeoTIFF Image Container
GeoTIFFIterator
The GeoTIFF Iterator tool
GeoTIFFMetadata
Metadata for a GeoTIFF image
GeoTIFFOptions
Options for the GeoTIFF Reader
GeoTIFFReader
GeoTIFF Reader
GeoTiePoint
A tiepoint structured for decoding images
ImageDirectory
The image directory
Raster
Raster data
SampleFormat
Internal interface for sample format

Enums§

ExtraSamplesValues
TIFF Extra Samples
FieldTagNames
List of Tag Names
GTiffDataType
An array type
GeoKeyDirectoryKeys
All GeoTIFF keys and their u16 representations
GeoTIFFTypes
TIFF Field Types
LercAddCompression
LERC Add Compression
LercParameters
LERC Parameters
PhotometricInterpretations
TIFF Photometric Interpretations

Constants§

ARRAY_FIELDS
TIFF Array Fields

Functions§

apply_predictor
Apply the specified predictor to a block
build_samples
Converts photometric interpretation to samples
build_transform_from_geo_keys
Builds the projection transformer for a GeoTIFF image
convert_color_space
Convert color space raster to RGB TODO: ICCLAB, ITULAB
decode_row_acc_u8
Decode a block using the specified predictor (u8 version)
decode_row_acc_u16
Decode a block using the specified predictor (u16 version)
decode_row_acc_u32
Decode a block using the specified predictor (u32 version)
decode_row_floating_point
Decode a floating point block using the specified predictor
from_black_is_zero
Converts raster with black is zero and max is one to RGB
from_cei_lab
Converts CIELab to RGB https://github.com/antimatter15/rgb-lab/blob/master/color.js
from_cmyk
Converts CMYK to RGB
from_palette
Converts raster with a color map to RGB
from_white_is_zero
Converts raster with white is zero and max is one to RGB
from_ycb_cr
Converts YCbCr to RGB
geotiff_to_meter
Convert geotiff meter key to proj4 to_meter format http://geotiff.maptools.org/spec/geotiff6.html#6.3.1.3
get_reader_for_sample
Returns the reader for a sample
needs_normalization
Check if the data needs normalization
normalize_array
Normalize the array
parse_geotiff_raw_geokeys
Parse the raw geo keys
sample_sum
Get the sum of a range of numbers

Type Aliases§

GeoTIFFVectorFeature
An GeoTIFF Shaped Vector Feature
SampleReader
Internal interface for sample reader