Elevation-kit capstone project

โš“ Rust    ๐Ÿ“… 2026-04-10    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 2      

surdeus

Hi everyone,

I am working on elevation-kit as my capstone project for Rustcamp and I would like to ask code review of my initial implementation Initial implementation by pokhanto ยท Pull Request #1 ยท pokhanto/elevation-kit-rs ยท GitHub

elevation-kit is an extensible and composable toolkit for preparing elevation datasets and serving elevation data over different transports.

In the initial implementation:

  • domain models for working with elevation data
  • traits to abstract different approaches for storing and processing metadata and raster artifacts
  • CLI for preparing data to be served
  • HTTP app to demonstrate streaming H3 tiles with elevation data
  • gRPC app to demonstrate calculating elevation along path
  • implementations for working with the local filesystem, S3, and GDAL

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed