srtm 0.1.1

Reads elevation data from ``.hgt`` files in Rust.
Documentation
1
2
3
4
5
6
7
8
9
## 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();