Function transform_from_dataset

Source
pub fn transform_from_dataset(ds: &Dataset) -> PixelTransform
Expand description

Read the geo. transform from a Dataset, and convert it an affine translation PixelTransform matrix. Returns the identity transformation if no geo. transform is found.