Skip to main content

decode_heights

Function decode_heights 

Source
pub fn decode_heights(data: &[u8]) -> Vec<f64>
Expand description

Decode little-endian u16 bytes back to a flat elevation grid.

Truncates any trailing odd byte.