Re-exports§
pub use coords::Coord;
pub use resolutions::Resolution;
pub use tiles::Tile;
Modules§
Enums§
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.