1 unstable release
Uses new Rust 2024
new 0.1.0 | May 11, 2025 |
---|
#157 in Geospatial
43 downloads per month
4MB
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.