OvertureMaps / OvertureMaps/schema

Support advisory speeds on segments

Open
#555 1 comment 0 reactions 0 assignees View on GitHub

@RoelBollens-TomTom is already working on this.

Since Jul 14, 2026.

  • #556 by @RoelBollens-TomTom — open
enhancement
Dominant language
Python
Stars
213
Forks
22
Avg merge
3d 3h
Merged PRs (30d)
31

Description

Support advisory speeds on segments

Overture currently only models regulatory speed limits (max_speed / min_speed in speed_limits). There is no way to express advisory speeds; posted recommended safe speeds, e.g. before sharp curves or on ramps.

These are conceptually the same kind of speed limit as regulatory limits (a speed value with a unit and scoping), so they belong in the core speed_limits structure rather than in an extension that would duplicate most of it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the core speed_limits structure and how max_speed and min_speed represent units and scoping. Review linked pull request #556 for the current implementation direction; done means advisory speeds can be represented alongside regulatory limits without duplicating the speed-limit structure.

Written by the indexing model from the issue text.

Assessment

Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.