From f49ecb163f1e69e799038b5c7269da145c3b8f18 Mon Sep 17 00:00:00 2001 From: ruv Date: Sun, 19 Apr 2026 21:41:54 -0400 Subject: [PATCH] Update ADR-044: add Common Crawl WET, NASA FIRMS, OpenAQ, Overture Maps sources Extended geospatial data sources leveraging ruvector's existing web_ingest and Common Crawl support for hyperlocal context. Co-Authored-By: claude-flow --- .../ADR-044-geospatial-satellite-integration.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/adr/ADR-044-geospatial-satellite-integration.md b/docs/adr/ADR-044-geospatial-satellite-integration.md index 58859b45..0880aecc 100644 --- a/docs/adr/ADR-044-geospatial-satellite-integration.md +++ b/docs/adr/ADR-044-geospatial-satellite-integration.md @@ -37,6 +37,20 @@ Geospatial context stored as brain memories: - `spatial-change`: detected changes in satellite/OSM data - `spatial-weather`: current conditions + forecast - `spatial-season`: vegetation index, snow cover, seasonal patterns +- `spatial-local`: hyperlocal web context from Common Crawl WET + +### Extended Data Sources (via ruvector WET/Common Crawl) +| Source | Data | Use | +|--------|------|-----| +| Common Crawl WET | Web text near location | Local business info, reviews, events | +| Wikidata | Structured knowledge | Building names, POI descriptions | +| NASA FIRMS | Active fire (3-hour) | Safety alerts | +| USGS Earthquakes | Seismic events | Safety context | +| OpenAQ | Air quality (PM2.5) | Environmental health | +| Overture Maps | Building footprints (Meta/MS) | Higher quality than OSM | + +The ruvector brain server has existing `web_ingest` + Common Crawl support. +WET files filtered by geographic URL patterns provide hyperlocal context. ## Consequences ### Positive