From 26a4b98510f668d5ef87d014a03d90ed73a20842 Mon Sep 17 00:00:00 2001 From: Brendan Collins Date: Thu, 19 Mar 2026 21:43:28 -0700 Subject: [PATCH] Add section index to README feature matrix (#1033) Single line of anchor links at the top of the feature matrix for quick navigation to any of the 18 category sections. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac7eaefd..f6882933 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ In the GIS world, rasters are used for representing continuous phenomena (e.g. e ✅ = native backend    🔄 = accepted (CPU fallback) +[Classification](#classification) · [Diffusion](#diffusion) · [Focal](#focal) · [Morphological](#morphological) · [Fire](#fire) · [Multispectral](#multispectral) · [Multivariate](#multivariate) · [Pathfinding](#pathfinding) · [Proximity](#proximity) · [Reproject / Merge](#reproject--merge) · [Raster / Vector Conversion](#raster--vector-conversion) · [Surface](#surface) · [Hydrology](#hydrology) · [Flood](#flood) · [Interpolation](#interpolation) · [Dasymetric](#dasymetric) · [Zonal](#zonal) · [Utilities](#utilities) + ------- ### **Classification**