-
Notifications
You must be signed in to change notification settings - Fork 11
[wip] Transportation linear referencing concept #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
Rachmanin0xFF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
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.