Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grtlr/srtm
- Owner: grtlr
- License: bsd-3-clause
- Created: 2017-05-29T08:00:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T09:20:57.000Z (7 months ago)
- Last Synced: 2024-10-29T20:56:34.315Z (4 months ago)
- Topics: elevation-data, hgt, io, srtm
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();