Skip to main content

Crate geotiff_core

Crate geotiff_core 

Source
Expand description

Shared GeoTIFF types used by both geotiff-reader and geotiff-writer.

Provides the foundational GeoTIFF types: GeoKey directory, CRS info, affine geo-transforms, and well-known tag/key constants.

Re-exports§

pub use crs::CrsInfo;
pub use crs::ModelType;
pub use crs::RasterType;
pub use geokeys::GeoKey;
pub use geokeys::GeoKeyDirectory;
pub use geokeys::GeoKeyValue;
pub use metadata::GeoMetadata;
pub use transform::GeoTransform;

Modules§

crs
Coordinate Reference System extraction from GeoKeys.
geokeys
GeoKey directory parsing and construction (TIFF tag 34735).
metadata
tags
Well-known GeoTIFF TIFF tag codes.
transform
Geo-transform: pixel coordinates to/from geographic coordinates.