Added Colloquial Areas - Supplemental Dataset Schema#497
Draft
Pradeep Kumar (pradeepbkkumar) wants to merge 7 commits intodevfrom
Draft
Added Colloquial Areas - Supplemental Dataset Schema#497Pradeep Kumar (pradeepbkkumar) wants to merge 7 commits intodevfrom
Pradeep Kumar (pradeepbkkumar) wants to merge 7 commits intodevfrom
Conversation
🗺️ Schema reference docs preview is live!
Note ♻️ This preview updates automatically with each push to this PR. |
added 7 commits
April 17, 2026 09:34
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
c354107 to
bc780eb
Compare
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.
B. Related MINOR change steps
colloquial_areaC. Public documentation and messaging plan
TODO.
Description
Supplemental Datasets
Supplemental datasets extend Overture Maps with additional geographic data that is not part of the core reference map. They provide valuable map data from single sources that complement—but remain separate from—the multi-source, conflated reference map.
Characteristics
themepropertyColloquial Areas as Supplemental
Represents informal, culturally defined, or commonly referenced areas that do not correspond to official administrative boundaries. Unlike countries, states, counties, or cities whose boundaries are legally defined, colloquial areas evolve from cultural, historical, economic, or linguistic identity. These areas have no official ISO codes, no fixed administrative definitions, and frequently overlap existing divisions. They are nonetheless highly important for search, mapping, analytics, and user experience, particularly when users expect them to behave like meaningful geographic entities.
Examples:
Properties:
type(required) - Alwayscolloquial_areaversion(required) - Feature version numbernames(required) - Multi-language names with primary and common translationssources(required) - Source attributionbbox(optional) - Bounding box as [west, south, east, north]center_point(optional) - Representative point for labeling/geocodingparent_name(optional) - Name of containing geographic areawikipedia_url(optional) - Wikipedia article URLwikidata(optional) - Wikidata identifierGeometry: Polygon or MultiPolygon
Reference
Testing
./test.sh -m examples "supplemental-datasets/colloquial_area/.*"./test.sh -m counterexamples "supplemental-datasets/colloquial_area/.*"uv run pytest packagesChecklist
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.