Crate srtm_embedded

Source

Re-exports§

pub use coords::Coord;
pub use resolutions::Resolution;
pub use tiles::Tile;

Modules§

coords
resolutions
tiles

Enums§

Error

Traits§

HgtReader
HgtReader is a trait for reading SRTM elevation data. It provides the necessary methods for opening a file, checking its size, reading data at a given position, and closing the file.