Architecture¶
For a plain-language explanation of the active geographic data sources, see Data Sources.
Main components¶
Web app
The web UI handles settings, manual processing, download management, lookups, and logs.
Built-in data
Country matching and airport matching are available right away from data shipped with the app.
Downloaded country data
Extra per-country data is downloaded when needed so state and city matching can be more precise.
Processing pipeline¶
The background processor:
- reads unprocessed assets from immich
- resolves bundled country
- resolves administrative areas from cached Overture divisions and optionally cached GADM country packages
- optionally queries bundled airport infrastructure
- writes city/state/country back to immich when a complete result is available
Active data sources¶
Built in
Country matching data and airport matching data are included in the app image.
Downloaded on demand
Country-specific Overture and optional GADM data is downloaded locally when needed for better state and city matching.
Optional live lookup help
The Lookup page can also show live Overture Places diagnostics when you want to inspect a point more deeply.
Legacy project¶
Older geoBoundaries, static-airport, and Foursquare code is preserved in the legacy project but is no longer part of the active runtime path.