| Crates.io | srtm |
| lib.rs | srtm |
| version | 0.1.1 |
| created_at | 2018-02-19 15:13:38.38124+00 |
| updated_at | 2018-07-21 13:20:11.167607+00 |
| description | Reads elevation data from ``.hgt`` files in Rust. |
| homepage | |
| repository | https://github.com/grtlr/srtm.git |
| max_upload_size | |
| id | 51883 |
| size | 7,064 |
Reads elevation data from .hgt files in Rust. Supports resolutions of 1 angle second (SRTM1) and 3 angle-seconds (SRTM3).
extern crate srtm;
let tile = srtm::Tile::from_file("N35E138.hgt").unwrap();