auto: docs sync 2026-06-24T00:00:13+00:00

Files changed: engine/lint-report.md vault/.obsidian/workspace.json vault/docs/software/navi.md vault/projects/nominatim-v5-reimport.md
This commit is contained in:
echo6-autocommit 2026-06-24 00:00:13 +00:00
commit 5569b16b05
4 changed files with 71 additions and 35 deletions

View file

@ -3,7 +3,7 @@ title: navi — Offline Navigation Platform
type: reference
tags: [recon]
related: ["[[recon]]", "[[services]]", "[[environment]]"]
updated: 2026-06-18
updated: 2026-06-23
---
# navi — Offline Navigation Platform
@ -53,12 +53,14 @@ Shared backend modules: `shared/auth.py` (Authentik header validation), `shared/
## Geo Backends (co-resident on recon-vm)
| Service | Port | Runtime | Purpose |
|---------|------|---------|---------|
| Valhalla | :8002 | Docker | Routing engine |
| Nominatim | :8010 | Docker | Geocoder |
| Photon | :2322 | Direct | Geocoder (embedded Elasticsearch :9201) |
| PostgreSQL/PostGIS | :5432 | System | DBs: `padus` (land classification), `overture` (OSM enrichment) |
| Service | Version | Port | Runtime | Purpose | Consumed by |
|---------|---------|------|---------|---------|-------------|
| Valhalla | `ghcr.io/valhalla/valhalla-scripted:latest` | :8002 | Docker (`valhalla`) | Routing engine | navi-offroute |
| Nominatim | 5.3.2 (`mediagis/nominatim:5.3.2`) | :8010 | Docker (`nominatim-v5`) | Geocoder — western-11 US states | navi-places |
| Photon | 1.1.0 (jar) | :2322 | Direct (Java process) | Reverse geocoder (komoot dump, embedded ES :9201) | navi-geo |
| PostgreSQL/PostGIS | — | :5432 | System | DBs: `padus` (land classification), `overture` (OSM enrichment) | navi-landclass, navi-places |
**Nominatim coverage note:** western-11 states only (AZ, CA, CO, ID, MT, NV, NM, OR, UT, WA, WY). Queries outside those states return country-level fallback only. Nominatim was upgraded from v4.5 → v5.3.2 on 2026-06-23 (fresh re-import; same coverage as before). Photon is independent of Nominatim — it runs from a komoot dump and was not changed.
## Data