srtm

Crates.iosrtm
lib.rssrtm
version0.1.1
sourcesrc
created_at2018-02-19 15:13:38.38124
updated_at2018-07-21 13:20:11.167607
descriptionReads elevation data from ``.hgt`` files in Rust.
homepage
repositoryhttps://github.com/grtlr/srtm.git
max_upload_size
id51883
size7,064
Jochen Görtler (grtlr)

documentation

README

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();
Commit count: 4

cargo fmt