elevation-mini 0.1.0

Super simple elevation estimates for any point on Earth
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 4.67 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 239.34 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ethyssen/elevation-mini
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ethyssen

elevation-mini

Very fast elevation estimates for any point on Earth.

Usage

use elevation_mini::elevation;

fn main() {
    println!("Denver International Airport elevation: {} meters", elevation(39.847426, -104.673957));
}

Details

Uses the ETOPO1 "bedrock" dataset from the NOAA, subsampled to 1/10 resolution and interpolates between the closest "known" points.

~50ms per 1 million estimates

No dependencies.