Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grtlr/srtm

Reads elevation data from .hgt files in Rust.
https://github.com/grtlr/srtm

elevation-data hgt io srtm

Last synced: 4 months ago
JSON representation

Reads elevation data from .hgt files in Rust.

Awesome Lists containing this project

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