| Crates.io | srtm-embedded |
| lib.rs | srtm-embedded |
| version | 0.1.0 |
| created_at | 2025-08-15 06:00:16.364988+00 |
| updated_at | 2025-08-15 06:00:16.364988+00 |
| description | libary for reading srtm data. std and no-std. 0.5,1,3 Arc |
| homepage | |
| repository | https://github.com/mwesterm/srtm_embedded |
| max_upload_size | |
| id | 1796270 |
| size | 5,823,956 |
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.
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)