srtm-embedded

Crates.iosrtm-embedded
lib.rssrtm-embedded
version0.1.0
created_at2025-08-15 06:00:16.364988+00
updated_at2025-08-15 06:00:16.364988+00
descriptionlibary for reading srtm data. std and no-std. 0.5,1,3 Arc
homepage
repositoryhttps://github.com/mwesterm/srtm_embedded
max_upload_size
id1796270
size5,823,956
(mwesterm)

documentation

README

SRTM for Rust

Reads elevation data from .hgt files in Rust. Supports resolutions of 0.5 angle second, 1 angle second (SRTM1) and 3 angle-seconds (SRTM3). Works also in no_std enviroment.

You have to implement a file-handling type by implement the trait HgtReader.

Usage/Examples

see example/std_linux.rs for an example running under Linux with std::io see tests/no_std_test.rs for an example runninig in no_std enviroment (as template for embedded devices)

Authors

License

MIT

Commit count: 0

cargo fmt