// Tagged: Tutorial

Showing 2 posts

all benchmark (1) conference (1) foss4g (1) geo (1) georust (1) geospatial (1) getting-started (1) gis (1) ndvi (1) performance (1) pipeline (1) python (1) raster (1) reflections (1) remote-sensing (3) rust (6) satellite (1) tutorial (2) vector (1)

End-to-End Geospatial Processing with EORST

// 2026-05-07 · Updated 2026-05-11 · 4 min read

This post walks through a complete geospatial processing pipeline using rss_core and eorst. We’ll query satellite imagery from DEA spanning two UTM zones, and show how eorst handles the automatic reprojection.

New to remote sensing? Start with Getting Started with Geospatial Rust — covers satellite platforms, spectral bands, indices, and why cloud detection matters.

→ Read more

Getting Started with Geospatial Rust

// 2026-05-07 · Updated 2026-05-11 · 10 min read

If you’ve ever looked at a satellite image of farmland, grasslands, forests, or cities, you’ve seen remote sensing data. Each pixel in those images contains measured values — stored as digital numbers (DNs) in raw data, or as surface reflectance in analysis-ready products — across different spectral bands: blue, green, red, near-infrared, and more. These bands tell us about vegetation health, water content, urban development, and land cover.

This post introduces the core concepts of geospatial raster processing for Rust programmers who’ve never worked with satellite imagery. We’ll cover what the satellites measure, why their data looks the way it does, and what you can actually do with it.

Already know remote sensing? Jump ahead to End-to-End Geospatial Processing with EORST — a code-heavy walkthrough building a complete pipeline.

→ Read more
Type to search...