Skip to content

Commit f49ecb1

Browse files
committed
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 <ruv@ruv.net>
1 parent c795432 commit f49ecb1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/adr/ADR-044-geospatial-satellite-integration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ Geospatial context stored as brain memories:
3737
- `spatial-change`: detected changes in satellite/OSM data
3838
- `spatial-weather`: current conditions + forecast
3939
- `spatial-season`: vegetation index, snow cover, seasonal patterns
40+
- `spatial-local`: hyperlocal web context from Common Crawl WET
41+
42+
### Extended Data Sources (via ruvector WET/Common Crawl)
43+
| Source | Data | Use |
44+
|--------|------|-----|
45+
| Common Crawl WET | Web text near location | Local business info, reviews, events |
46+
| Wikidata | Structured knowledge | Building names, POI descriptions |
47+
| NASA FIRMS | Active fire (3-hour) | Safety alerts |
48+
| USGS Earthquakes | Seismic events | Safety context |
49+
| OpenAQ | Air quality (PM2.5) | Environmental health |
50+
| Overture Maps | Building footprints (Meta/MS) | Higher quality than OSM |
51+
52+
The ruvector brain server has existing `web_ingest` + Common Crawl support.
53+
WET files filtered by geographic URL patterns provide hyperlocal context.
4054

4155
## Consequences
4256
### Positive

0 commit comments

Comments
 (0)