rast — SIMD raster tile processing for Erlang

Copyright © 2026 Steve Roques

Version: 0.1.0

Overview

rast processes large satellite raster scenes (Sentinel-2 / Landsat) on the BEAM using fused, typed, binary-first SIMD tile kernels under a bounded-memory OTP tiling layer.

Two layers:

Pure tile geometry lives in rast_tiling.

Design

See ARCHITECTURE.md at the ecosystem root for the full rationale: why the API is binary-first, why kernels are fused and typed, the Erlang/Rust boundary, the tiling/backpressure strategy, multi-arch dispatch, and the incremental plan.

Generated by EDoc