Transportation linear referencing concept#424
Merged
Victor Schappert (vcschapp) merged 8 commits intodevfrom Feb 18, 2026
Merged
Transportation linear referencing concept#424Victor Schappert (vcschapp) merged 8 commits intodevfrom
Victor Schappert (vcschapp) merged 8 commits intodevfrom
Conversation
Copilot started reviewing on behalf of
Brad Richardson (brad-richardson)
January 13, 2026 18:53
View session
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for linear referencing in the transportation theme. Linear referencing is a key concept that allows properties to apply to specific portions of road segments without splitting the geometry, which promotes shape stability and reduces unnecessary versioning.
Changes:
- Created a new dedicated documentation page explaining linear referencing concepts, calculation methods, and best practices
- Added a link to the new linear referencing page from the transportation index
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/schema/concepts/by-theme/transportation/linear-referencing.mdx | New comprehensive documentation covering linear referencing concepts, calculation methods using WGS84 geodetic distance, code examples in SQL and Python, and edge cases |
| docs/schema/concepts/by-theme/transportation/index.mdx | Updated the Linear referencing section header to link to the new dedicated page |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/schema/concepts/by-theme/transportation/linear-referencing.mdx
Outdated
Show resolved
Hide resolved
…g.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Adam Lastowka (Rachmanin0xFF)
left a comment
There was a problem hiding this comment.
a few nits
docs/schema/concepts/by-theme/transportation/linear-referencing.mdx
Outdated
Show resolved
Hide resolved
docs/schema/concepts/by-theme/transportation/linear-referencing.mdx
Outdated
Show resolved
Hide resolved
docs/schema/concepts/by-theme/transportation/linear-referencing.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
docs/schema/concepts/by-theme/transportation/linear-referencing.mdx
Outdated
Show resolved
Hide resolved
Adam Lastowka (Rachmanin0xFF)
approved these changes
Feb 18, 2026
Dana Bauer (danabauer)
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is intended to make it clearer to consumers of Overture data how to use the transportation theme.
Reference
Testing
N/A - updated docs
Checklist
Checklist of tasks commonly-associated with schema pull requests. Please review the relevant checklists and ensure you do all the tasks that are required for the change you made.
Abut is not intended to test propertyA's validity, and you made a schema change that invalidates propertyAin that counterexample, fix the counterexample to align it with your schema change.Documentation website
Docs preview for this PR.