Skip to content

FredrikNoren/srtm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Reads elevation data from .hgt files in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%