Page History
| Info |
|---|
Prior revisions of answers
Proposal 2
Proposal text
...
Description of changes
<description of the changes>
Comments
...
Who
...
What
...
Decision
...
Proposal 1
...
Proposal text (MS Copilot generated)
...
You can find detailed information about OpenLR from several reputable sources:
1. Wikipedia
The OpenLR Wikipedia page provides a comprehensive overview of the standard, its development, and its applications [1].
2. Official OpenLR Website
The OpenLR official website offers extensive information about the method, including documentation, implementation guides, and contact details for further inquiries [2].
3. INRIX Documentation
INRIX provides documentation on Dynamic Location Referencing, which includes details about OpenLR and its implementation tools [3].
...
🔎 What is OpenLR (in simple terms)?
OpenLR is a method to describe a road location (like a route or a point) in a compact, map-agnostic format, so it can be decoded across different map systems.
It's useful for:
Traffic alerts
Speed limit data
Road works
Any road-based data shared between different systems (e.g., TomTom → Google Maps)
🧱 Basic Idea
Instead of giving exact GPS points or road names (which may differ across maps), OpenLR uses:
A few location reference points (LRPs) (with coordinates, road type, direction)
Some extra info like length, bearing, and form of road
That’s enough to figure out the road path on any map that has similar roads.
📚 Where to Read More
✅ Official Specs & Docs
[TISA-LR-OpenLR-FAQ7] OpenLR is well-documented through public resources that explain both the concept and technical implementation. For beginners and interested stakeholders, the official OpenLR website, Wikipedia, and GitHub repository offer clear and accessible entry points. More technical documentation and tools are also available for developers exploring real-world integration. |
Short Summary Answer
OpenLR is well-documented through public resources that explain both the concept and technical implementation. For beginners and interested stakeholders, the official OpenLR website, Wikipedia, and GitHub repository offer clear and accessible entry points. More technical documentation and tools are also available for developers exploring real-world integration.
Stakeholder Relevance / Rationale
Public Authorities: Understand the concept and evaluate open standards for potential adoption.
Content Providers: Access technical specs and tools to enable consistent content delivery across platforms.
Service Providers: Get implementation examples and documentation for faster integration.
OEMs: Explore background material for evaluating compatibility with in-vehicle systems.
Detailed Explanation
Overview of OpenLR
OpenLR is a map-agnostic, compact method for describing road locations (like points or routes), which allows the same encoded data to be interpreted across different digital maps. Instead of relying on GPS coordinates or road names, it uses Location Reference Points (LRPs)—defined by coordinates, road class, direction, and more—to describe locations relative to road networks.
Where to Start
| Resource | Description |
|---|---|
| Wikipedia - OpenLR | General introduction and history of the method |
| Official OpenLR Website | Conceptual overview, technical specs, white paper, and example use cases |
| OpenLR White Paper (PDF) | Core specification; good summary in pages 3–5 for non-experts |
| TomTom OpenLR GitHub | Java-based encoder/decoder tools, sample data, and usage examples |
| INRIX Docs on Dynamic Location Referencing | Covers OpenLR use in dynamic traffic applications |
If You're New to OpenLR
Start with the Wikipedia entry or the OpenLR website’s overview section.
Read pages 3–5 of the white paper to understand the logic without needing deep technical background.
Try a decoder tool from GitHub to experiment with real OpenLR data.
Visualize results using OSM-based tools (e.g., JOSM) to confirm that decoded paths match expected roads.
Decision Guide
| Goal | Recommended Resource |
|---|---|
| Learn what OpenLR is | Wikipedia, OpenLR homepage |
| Understand how it works | OpenLR White Paper, Section 1–2 |
| Try an implementation | GitHub: TomTom-Tools/OpenLR |
| Get help with traffic-related use | INRIX Dynamic Location Referencing Docs |
Implementation Notes
All core OpenLR resources are freely accessible and open-source.
For implementation, use the GitHub repo which includes sample encoders, decoders, and test data.
The community is small but active—issues and Q&A can often be found via GitHub discussions.
References & Tools
OpenLR Specification PDF
👉 https://www.openlr.org/technical/openlr-whitepaper.pdf
(Very detailed but readable if you have some technical background)GitHub Repository (TomTom Reference Implementation)
👉 https://github.com/TomTom-Tools/OpenLR
(Has sample encoder/decoder code and examples)
🛠 Tools to Try
OpenLR Test Encoder/Decoder Tool (Java) from GitHub
→ You can run this locally to test OpenLR references.JOSM (OSM Editor) + GPS traces
→ You can visualize LRPs on a map for checking decoder results.
👶 Easy to Start
If you're new:
Read page 3–5 of the OpenLR whitepaper – it gives a good summary.
Try decoding an example reference using the GitHub tools.
Visualize the results on OpenStreetMap to see if it matches.
Description of changes
<description of the changes>
Comments
...
Who
...
What
...
Decision
...