#io #hgt #elevation-data

srtm

Reads elevation data from .hgt files in Rust

2 releases

Uses old Rust 2015

0.1.1 Jul 21, 2018
0.1.0 Feb 19, 2018

#374 in Science

Download history 2/week @ 2024-12-04 2/week @ 2024-12-11 3/week @ 2024-12-25 3/week @ 2025-02-05 6/week @ 2025-02-12 49/week @ 2025-02-19 25/week @ 2025-02-26 27/week @ 2025-03-05 10/week @ 2025-03-12

111 downloads per month

BSD-3-Clause

6KB
112 lines

SRTM for Rust

Reads elevation data from .hgt files in Rust. Supports resolutions of 1 angle second (SRTM1) and 3 angle-seconds (SRTM3).

Example

extern crate srtm;

let tile = srtm::Tile::from_file("N35E138.hgt").unwrap();

Dependencies

~125KB